Quickstart
After purchase, enter your GitHub username on the delivery page. We add you as a collaborator on the private source repo.
Copy the example vars and drop in your database, auth secret, and Stripe keys. Dual-driver: D1 (Cloudflare) or Postgres (Vercel).
Generate and apply the schema for your driver, then seed the demo catalog so the storefront renders immediately.
One command to ship to Cloudflare Workers, or use the Vercel target. Your license key activates the build.
Guides
TanStack Start single app, feature-boundaried under src/features/*. Server functions carry the /api surface and the raw-body Stripe webhook.
Better Auth with email + Google/GitHub. Admin role-gated route group; customer portal auth-gated. Request-context getAuth factory.
Stripe Checkout with idempotent provider_events. Refund-driven entitlement revocation. Edge-safe with Web Crypto webhook verification.
Hashed at rest (sha256), rotation + revocation, per-key access logs and rate limits in the Pro edition.
R2 / S3 adapter with short-lived signed URLs and download logs. Versioned releases for subscribers.
Agent-readable metadata, customer-scoped data API, generated MCP endpoint, and tool-call logs in the Agent edition.