SupaBoot

Stack-configured generator

A SaaS + AI starter kit tailored to your exact stack.

Pick auth, database, payments, and AI agents in the wizard — get a production-ready GitHub repo with setup docs and agent context tailored to every choice you made.

Only 175 spots left at $29 (71% off) — then $99

Time to repo

< 1min to repo

from stack selections to a GitHub repo with real commits

Integrations

30+ choices

auth, data, payments, AI agents & more — you choose

Unlimited projects

∞ projects

a new composable stack for every new idea of yours

Stack you compose
Next.jsOAuthSupabaseAI AgentsLemon SqueezyResendGitHub
Clone & build what matters

Why SupaBoot

The full-stack generator to ship faster.

Skip weeks of infrastructure glue — compose auth, data, payments, and AI once, then get a repo wired to every choice.

  • AI-ready

    Optimized for AI agents and IDEs

    Stack-specific AGENTS.md, CLAUDE.md, and Cursor rules — not generic boilerplate. Agents read your auth, database, and payment wiring before they touch a file.

    • Cursor
    • Claude Code
    • Codex
    • Copilot
    • AGENTS.md
    • CLAUDE.md
    • .cursor/rules/
    • ARCHITECTURE.md
  • Ship fast

    Under a minute to repo

    Pick auth, database, payments, and email in the wizard — SupaBoot pushes a GitHub repo with real commits straight to your account. No zip download, no template fork, and no checklist of integrations to wire by hand.

  • Ship fast

    Detailed git history

    Auth, database, billing, and email each land as their own commit in git history. Review exactly what shipped, revert one slice without touching the rest, or cherry-pick into another project.

  • Ship fast

    Production-shaped monorepo

    Turborepo layout, shared @workspace/* packages, and App Router patterns from day one.

  • Ship fast

    Skip weeks of infrastructure work

    Wiring auth, payments, monorepo scaffolding, and stack docs by hand typically eats 2–3 weeks before product code ships. SupaBoot generates a foundation matched to your toggles in under a minute — paste env keys and start building features on day one.

  • Your stack

    30+ integration paths

    Auth, database, payments, email, and AI agents — mix providers per project without dead-end combos.

  • Your stack

    No vendor lock-in

    Swap auth providers, databases, or payment processors later — modular packages, not a hosted scaffold.

  • You own it

    Full GitHub repo in your account

    Clone, fork, and deploy anywhere. No platform dependency — the starter is yours forever.

  • Your stack

    Generator, not a grab bag

    Only the code for what you selected ships — no deleting half the repo before you write product code. Every folder, package, and env var maps to a wizard toggle you actually chose.

What you configure

Every integration. Real code in your repo.

Each area below maps to packages and routes in your generated starter — browse the options, then build your stack in under a minute.

Step 01 · Framework

A Turborepo monorepo that scales with you

Next.js App Router for the product surface, shared packages for auth, database, and payments — one repo, one mental model. More frameworks join the same generator over time.

  • App Router with server components by default
  • Shared @workspace/* packages across apps
  • Production-shaped folder layout from day one
  • Next.js

Step 02 · Dependencies

Your package manager, your scripts

Pick npm, pnpm, Yarn, or Bun once — lockfile format, install commands, and CI snippets in your README all follow that choice. No manual find-and-replace across the tree.

  • npm
  • pnpm
  • Yarn
  • Bun

Step 03 · Authentication

Sign-in flows you can mix and match

Skip auth entirely, add password or magic-link email sign-in, or stack OAuth providers — Google, GitHub, Microsoft, and more. Sessions, callbacks, and route guards land wired together.

  • Password, magic link, or OAuth-only
  • Nine social providers to toggle
  • Better Auth integration with typed sessions
  • Google
  • GitHub
  • Microsoft
  • Apple
  • GitLab
  • Bitbucket
  • Facebook
  • LinkedIn
  • X

Step 04 · API layer

REST or GraphQL — pick your surface

REST gives you familiar JSON routes under /api. GraphQL includes a single /api/graphql endpoint with a schema and typed resolvers. Both include a small CRUD demo wired to your database choice.

  • REST handlers or GraphQL schema
  • Typed request/response boundaries
  • Demo routes you extend, not delete
  • REST
  • GraphQL

Step 05 · Database

SQLite, Postgres, or Mongo — with the ORM you prefer

Start local with SQLite, go hosted with Supabase Postgres, or pick MongoDB for document-shaped data. Swap Prisma, Drizzle, or Mongoose under each integration without starting over.

  • SQLite, Supabase, or MongoDB
  • Prisma, Drizzle, or Mongoose
  • Env-ready client patterns in-repo
  • SQLite
  • Supabase
  • MongoDB
  • Prisma
  • Drizzle

Step 06 · Payments

Revenue plumbing without the webhook rabbit hole

Enable one-time purchases, subscriptions, or both — then pick Stripe, Paddle, Polar, Lemon Squeezy, or Dodo. PayPal adds on optionally. Unsupported combos grey out so you never pick a dead end.

  • One-time and recurring checkout modes
  • Five primary processors + optional PayPal
  • Hosted checkout and webhook scaffolds
  • Stripe
  • Paddle
  • Polar
  • Lemon Squeezy
  • Dodo
  • PayPal

Step 07 · Email

React email templates — not hand-rolled HTML strings

Every starter includes @workspace/emails with React Email components you edit like any other UI — TypeScript props, shared layouts, preview in dev. Pick Resend, SendGrid, AWS SES, or Plunk; send helpers and DNS notes match your provider.

  • React Email components — JSX, props, and previews
  • Magic-link, welcome, and receipt templates included
  • Provider wiring and env setup in your README
  • Resend
  • SendGrid
  • AWS SES
  • Plunk

Step 08 · AI

AI agents and LLM integration — production-ready

Add AI capabilities to your starter. Choose Vercel AI SDK or Mastra, select agent patterns — chat, tool-calling, RAG, or structured extraction. All LLM providers (OpenAI, Anthropic, Google, Groq, Ollama) come pre-configured with Claude Sonnet as the default.

  • All major LLM providers wired out of the box
  • Multi-pattern support: chat, tools, RAG, extraction
  • AGENTS.md & CLAUDE.md tailored to your wizard selections
  • Vercel AI SDK
  • Mastra

Step 09 · Add-ons

Docs, Docker, analytics — only if you want them

Add an MDX docs site on port 3001, a Fumadocs blog on port 3002, Docker Compose for consistent local dev, or Google Analytics with cookie consent. Leave them off for the smallest possible download.

  • Optional Fumadocs docs or blog apps
  • Dockerfile + Compose for teams
  • Privacy-friendly analytics toggle
  • Docs site
  • Docker
  • Analytics

How it works

Stop losing weeks to setup. Ship a wired repo in under a minute.

Most founders burn the first month on stack decisions, auth wiring, and payment plumbing — often before product code ships. SupaBoot runs those choices through a guided wizard and pushes a production-ready GitHub repo with real commits and setup docs that match every toggle.

  1. Step 01

    Pick your stack

    Choose your framework, database, auth, payments, and email right in the browser. Every toggle maps to real, production code — no CLI, no docs, no guesswork.

  2. Step 02

    Get your GitHub repo

    We generate a clean repo with one commit per feature — auth, database, and billing wired exactly to what you picked. Clone it. Open your editor. You're already ahead.

  3. Step 03

    Start building in minutes

    Paste your env keys, run dev, and you're live locally. No setup week. No boilerplate debt. Start working on the features your first user is waiting for.

Pricing

Skip the $70+ AI token bill. Ship faster for a fraction of the cost.

One payment, unlimited projects. Every starter you generate would cost more in AI tokens alone — and you still wouldn't get maintained, battle-tested code.

Lifetime access

Early-adopter pricing

$99$29USD · one-time·71% off

175 left!

25 / 200 claimed 🔥

Early-adopter price ends when these spots fill, then lifetime access returns to $99.

Pay once. Build unlimited projects. Stack you chose, code you keep, then back to features your users actually pay for.

What's included

  • Unlimited starter projects — push to GitHub or download ZIP
  • AGENTS.md & CLAUDE.md tailored to your stack selections
  • All LLM providers pre-wired (OpenAI, Anthropic, Gemini, Groq, Ollama)
  • Production-ready auth, payments, database, email out of the box
  • Lifetime access — every update, every new feature, forever
  • No recurring fees, no per-project charges

How much does it really cost to build this starter?

Whether you use AI coding agents or build manually — it adds up fast, every single time.

Manually (no AI)

30–40 hours

dev timeand headaches

500+ files

boilerplateto wire up

∞ Docs references

how to use the stackcode, examples and patterns

With AI (Claude Code, Cursor, etc.)

5–6M

tokens burnedper project

$70–100

API costper project

10–15 hrs

promptingdebug & iterate

SupaBoot

With SupaBoot

< 1 min

Pick your stack → clone → ship features

  • Unlimited projects, zero extra cost
  • Battle-tested, maintained code
  • All integrations pre-wired & typed

One-time payment · no subscriptions · taxes may apply

FAQ

Frequently asked questions

Have another question? Say hi on Discord, share ideas in #feedback, or email hello@supaboot.com.

A production-shaped Next.js monorepo pushed to GitHub — auth, payments, email, database, and API scaffolding wired together based on your selections. Plus a generated README with setup steps that match exactly what you chose. No stale docs, no phantom folders.

Yes — every stack choice generates tailored agent context (AGENTS.md, CLAUDE.md, Cursor rules), not a generic template. Your generated repo knows your auth setup, your database schema, and your payment provider — so Claude Code can build features, not ask questions.

Yes. The generator covers the most popular options (Supabase, Prisma, MongoDB for data; Stripe, Paddle, Polar, Lemon Squeezy for payments; Resend, SendGrid, SES for email). The generated code uses clean abstractions, so swapping a provider later is straightforward.

Templates give you everything whether you asked for it or not. SupaBoot only generates the code for what you selected — no deleting half the repo before you start. It's a generator, not a grab bag.

create-next-app gives you an empty shell. Most boilerplates give you someone else's opinionated stack. SupaBoot lets you compose your own — auth providers, database, payments, email — and get a single coherent project with all of it wired together and documented.

ShipFast (shipfa.st) is a one-time-purchase Next.js template (~$199–$249) with MongoDB or Supabase, Stripe or Lemon Squeezy, Mailgun or Resend, and Google OAuth plus magic links — optimized for indie hackers with Discord, leaderboards, and AI-editor-friendly code. SupaBoot is a generator: you pick auth, database, payments, email, and AI agents in a wizard and get a new GitHub repo wired to those choices. Choose ShipFast for a polished fixed template with community; choose SupaBoot when you want per-project stack composition and built-in AI agent scaffolding.

SupaStarter (supastarter.dev) is a lifetime-purchase SaaS kit ($349 Solo / $799 Startup / $1,499 Agency) for Next.js, Nuxt, or TanStack Start — Turborepo monorepo with orgs, i18n, admin UI, AGENTS.md, AI chatbot, Prisma or Drizzle, and multiple payment and mail providers. SupaBoot generates a fresh repo from wizard selections — only the integrations you chose, with agent docs tailored to that stack. Choose SupaStarter for a feature-rich team-oriented kit; choose SupaBoot when each new project needs a different stack without cloning the same template again.

Next.js is the first framework in the generator. More frameworks join the same flow — your auth, payments, and data choices carry over. The architecture is designed for multiple starters sharing a common integration layer.

SupaBoot is a one-time purchase. The generated app runs on any hosting (Vercel's free tier works great). Most integrated services — Supabase, Stripe, Resend — have generous free tiers, so you can launch for $0/month.

Yes, if you email hello@supaboot.com within one month of purchase and have generated no more than two projects. Once you create a third project, or after the one-month window, the purchase is non-refundable.

Yes. One license, unlimited projects. Generate again whenever you spin up something new — different stack, fresh repo, same quality.

OpenAI (GPT-4o), Anthropic (Claude), Google (Gemini), Groq (Llama), and Ollama for local models. The generated code uses the Vercel AI SDK or Mastra, making it trivial to add more providers later.

Yes. Select Ollama as a provider and the generated code connects to your local Ollama instance — no API key required. Great for development and privacy-sensitive use cases.

Your starter is ~60 seconds away

Pick auth, billing, database, and email once — get a production-shaped GitHub repo you can clone today. Stop wiring glue, start working on what your users will pay for.

Questions? Email us.