Methodology. Pricing was verified against each vendor’s public pricing page as of May 2026. Feature inventories are taken from each kit’s documented contents. We have not personally built production apps using every kit listed; this is a research synthesis of public docs, pricing, and user reports. How we research.

Why use a SaaS boilerplate at all

Auth, billing, transactional email, organisation management, role-based access, an admin surface, and a marketing page that doesn’t look like a default Tailwind template — that is roughly four to eight weeks of work before a paying customer can swipe a card. A boilerplate compresses that block of plumbing to a weekend so the founder spends week two on whatever the product actually does.

The trade is fit. Boilerplates are opinionated. You inherit their stack choices, their folder layout, their billing abstraction. If those choices match what you would have built anyway, you save weeks. If they don’t, you spend the saved time fighting the abstraction. The boilerplate-fit question is more important than the price question, which is why most of this page is spent on what is actually in the box rather than which one is cheapest.

A second axis matters in 2026 that did not matter in 2022: how legible the codebase is to AI coding tools. A starter that ships AGENTS.md, Cursor rules, and an MCP server gives Claude Code and Cursor structured context, which produces meaningfully cleaner edits than dropping a tool into an unannotated codebase. The broader 2026 boilerplate roundup covers this shift in more depth.

How we compared each starter

Every boilerplate on this page is evaluated against the same six questions:

  • What is the actual stack? Next.js version, database, auth provider, payments provider, email provider, UI library. Vague answers disqualify the kit.
  • What ships in the box? Concretely — auth flows, billing webhooks, admin pages, blog, docs, RBAC, multi-tenancy.
  • What is missing or weak? Every starter has gaps. Naming them up front saves later cleanup.
  • How AI-legible is it? Does the kit guide Claude Code and Cursor with rules and context files, or does it assume a human developer.
  • What does it cost to run? The $/month operating cost at 1k MRR, holding the stack constant.
  • What does the license actually permit? Single project, unlimited projects, per seat, resale.

Side-by-side comparison

Pricing reflects the listed price on each vendor’s pricing page in May 2026. Stacks are summarised; full breakdowns sit in each verdict block below.

Boilerplate Price License Stack Updates Recommended for
ShipFast $199 one-time (Starter) Unlimited personal projects Next.js + MongoDB or Supabase Lifetime updates Solo founders shipping their first MVP fast
Makerkit $299 one-time (Pro) Unlimited personal projects Next.js 16 + Supabase or Drizzle/Prisma + Better Auth Lifetime updates Supabase-native solo founders using Claude Code or Cursor
Supastarter $349 one-time (Solo) 1 dev seat, unlimited personal projects Next.js + Hono + Prisma/Drizzle + Better Auth Lifetime updates B2B SaaS needing multi-tenant orgs out of the box
Lovable $25/mo (Pro) Per workspace, credit-based React/TanStack Start + Tailwind + Supabase Continuous (managed) Non-coders validating an idea before hiring a dev

ShipFast — cheapest, biggest community

ShipFast is Marc Lou’s starter and the most-discussed SaaS boilerplate in indie hacker circles. Its dominance is half product and half distribution: a $199 entry price, an opinionated stack you can deploy in an afternoon, and a very public founder who ships SaaS himself. For more depth on the kit’s strengths and gaps, see the full ShipFast review.

Stack

Next.js App Router (with /pages router still supported), JavaScript or TypeScript, MongoDB or Supabase for the database, NextAuth with Google OAuth and magic links, Stripe or Lemon Squeezy for payments, Mailgun or Resend for transactional email, Tailwind CSS with DaisyUI for the component layer.

Who it’s for

Solo founders who want a deployed product by the end of a weekend and value an obvious, well-trodden path over architectural elegance.

What ships in the box

  • Pre-wired auth (Google OAuth, magic links) with session management
  • Stripe checkout, customer portal, and webhook handlers for subscription lifecycle
  • Lemon Squeezy as an alternative billing rail with the same surface
  • Landing page, pricing page, FAQ, and blog templates ready to edit
  • Transactional email setup with sender configuration and templates
  • SEO defaults, sitemap, robots.txt, structured data helpers
  • MongoDB or Supabase schema and connection code
  • Discord community access with a large, active membership

What’s missing or weak

  • No built-in multi-tenancy. Organisation-scoped accounts must be added by hand.
  • No AGENTS.md or Cursor rules ship by default, so AI coding tools work without structured context
  • The UI is recognisably DaisyUI; many shipped ShipFast sites look related to each other
  • MongoDB is the default-default; founders who prefer Postgres pay a small switching cost

Estimated operating cost at 1k MRR

Roughly $30–$50 per month. Vercel Hobby covers most early-stage traffic; a paid plan kicks in around the time the product needs custom domains or analytics. MongoDB Atlas shared cluster runs about $9 a month, Resend’s entry tier covers up to 3,000 emails a month free, and a custom domain is the only other fixed cost. Stripe fees are usage-based and excluded from this number.

Install

git clone <your-private-shipfast-repo>
cd shipfast && npm install
cp .env.example .env.local
npm run dev

Verdict

Buy ShipFast if you are a solo founder shipping your first or second SaaS, you want the cheapest credible kit with the largest community, and you don’t need multi-tenancy or organisation management.

Get ShipFast — $199 one-time, unlimited projects →

Affiliate link — we may earn a commission at no extra cost to you. How we disclose.

Makerkit — best AI-native architecture

Makerkit is Giancarlo Buomprisco’s kit and reads as the most carefully engineered option in this group. It is also the one most explicitly built for the 2026 workflow: AI coding tools as the primary author, with structured rule files telling Claude Code and Cursor what to do. The full Makerkit review goes deeper on architecture.

Stack

Next.js 16, React 19, TypeScript 5, Supabase (auth, Postgres, RLS, storage) or Drizzle/Prisma with Better Auth if you prefer to bring your own database, Stripe for billing with a pre-built customer portal, React.Email with Resend or SMTP, shadcn/ui components on Tailwind CSS v4.

Who it’s for

The solo founder who already knows Supabase, plans to use Claude Code or Cursor heavily, and is building something they expect to maintain for years.

What ships in the box

  • Full auth: passwords, magic links, social, multi-factor
  • Stripe billing with subscription plans, customer portal, and webhook handlers
  • Multi-tenant accounts and role-based access control out of the box
  • Admin dashboard for managing users, accounts, and billing state
  • Blog, documentation site, and marketing pages on the same stack
  • AI Agents Rules and MCP server config for Claude Code, Cursor, Codex, and Gemini
  • Playwright end-to-end test suite scaffolded across the auth and billing flows
  • Dark mode, responsive layouts, and i18n primitives included

What’s missing or weak

  • Higher complexity than ShipFast; the learning curve is real if you haven’t shipped a Supabase app before
  • Multi-tenancy is the default surface; for a single-tenant consumer product you’ll trim code rather than add it
  • $299 is the highest one-time price for a Pro tier in this group
  • The kit moves fast; staying on the latest version takes more attention than ShipFast

Estimated operating cost at 1k MRR

Roughly $45–$70 per month. Vercel Pro at $20 covers the production deploy, Supabase Pro at $25 covers the database and auth at this scale, Resend or a comparable email provider sits at $20 once you cross the free tier’s monthly limit, and the domain is the rounding error. Stripe fees again excluded.

Install

npx create-makerkit-app@latest my-saas
cd my-saas && pnpm install
pnpm supabase start && pnpm dev

Verdict

Buy Makerkit if you’re comfortable with Supabase, want the cleanest AI-coding workflow available in a paid kit today, and are building a product you intend to maintain for two-plus years rather than a weekend experiment.

Explore Makerkit — $299 one-time (Pro) →

Supastarter — best for B2B multi-tenant

The name is misleading: Supastarter is not Supabase-only. The 2026 version of the kit lets you pick your database (Postgres via Drizzle or Prisma) and your auth (Better Auth, with first-class support for passkeys, 2FA, and OAuth). Its angle is B2B SaaS: organisations, seats, invites, RBAC, and billing that handles per-seat pricing are all present on day one.

Stack

Next.js App Router, TypeScript, Tailwind CSS, Better Auth with passwords/passkeys/magic links/OAuth/2FA, Hono.js for the API layer, Prisma or Drizzle ORM with a database of your choosing, Stripe plus optional Lemon Squeezy, Polar, Creem, and Dodo for billing, multiple email provider integrations, S3-compatible file storage, and TanStack Query on the client.

Who it’s for

Founders building B2B SaaS that needs organisation-scoped accounts, team invites, and per-seat billing from launch, or agencies who want a reusable starting point across client projects.

What ships in the box

  • Full multi-tenant model: organisations, members, invites, and per-org billing
  • Role-based access control with extensible permission sets
  • Better Auth with passkeys, magic links, OAuth, and 2FA already wired
  • Hono.js API layer separated from the Next.js pages for cleaner contracts
  • Five billing providers supported in a single abstraction (Stripe, LS, Polar, Creem, Dodo)
  • Internationalization, background jobs, and notifications scaffolded
  • S3-compatible storage, file upload UI, and signed URL helpers
  • Admin and customer-facing dashboards distinct from each other

What’s missing or weak

  • Highest one-time price in this group at $349 for the Solo tier
  • The Hono.js layer is unusual; founders expecting Next.js Route Handlers everywhere have a small learning curve
  • Heavyweight for single-tenant consumer products — you’ll be removing concepts you don’t need
  • Less name recognition than ShipFast or Makerkit, so fewer YouTube tutorials and StackOverflow answers

Estimated operating cost at 1k MRR

Roughly $50–$80 per month, very similar to Makerkit: Vercel Pro at $20, a managed Postgres tier in the $20–$30 range (Neon, Railway, or Supabase’s database-only plan), Resend or equivalent at $20 once over the free tier, and the domain. S3-compatible storage from Cloudflare R2 or Backblaze adds a couple of dollars at this scale.

Install

git clone <your-supastarter-repo>
cd supastarter && pnpm install
pnpm db:push && pnpm dev

Verdict

Buy Supastarter if you’re building B2B SaaS where teams, invites, and per-seat billing are core requirements, or you’re an agency wanting one well-architected starter to reuse across client work.

Explore Supastarter — $349 one-time (Solo) →

Lovable — the no-code alternative

Lovable is not a boilerplate. It is an AI app builder that generates a full project from a prompt and hosts it for you, with the generated code available for export. It sits on this list because for a non-coding founder, it is a real alternative to buying a starter kit; the same outcome — auth, database, payments, deployed — with no git clone step.

Stack

For apps created before May 13 2026: React with Vite, TypeScript, Tailwind CSS, shadcn/ui, Radix UI, Supabase for auth and Postgres. For new apps on non-Enterprise plans since May 13 2026: TanStack Start with server-side rendering. Stripe integration is offered via prompt or template; the generated code is exportable.

Who it’s for

Founders who are not Next.js developers and want to validate a SaaS idea end-to-end before hiring engineering help or learning the stack themselves.

What ships in the box

  • Full project generated from a single prompt, frontend through database
  • Supabase auth and Postgres wired automatically, with schema editable via prompt
  • Stripe checkout templates available without writing webhook code
  • Built-in hosting with a custom-domain option on paid tiers
  • Visual editor for components alongside the prompt-based workflow
  • Source code export to GitHub for self-hosting or further development
  • Team workspaces, internal publishing, and SSO on the Business tier
  • Credit rollovers on Pro and Business so unused capacity carries forward

What’s missing or weak

  • You are paying per credit, not per project — complex builds can exhaust monthly credits quickly
  • Generated code is opinionated and gets harder to maintain as a project ages and complexity grows
  • Custom integrations and non-standard logic still need a human developer at some point
  • Not Next.js by default; if your team wants Next.js specifically, this is the wrong tool

Estimated operating cost at 1k MRR

$25 per month for the Pro plan plus whatever Supabase and Stripe cost downstream. If you stay inside Lovable’s managed hosting and Supabase’s free tier, the all-in fixed cost can stay under $30 a month at low traffic. Once you outgrow Supabase free, add $25 for Supabase Pro.

Get started

Open lovable.dev → describe your app → iterate via prompt

Verdict

Use Lovable if you cannot write a Next.js app yourself and want a paying-customer-ready prototype before you commit to a code-based stack; migrate to ShipFast or Makerkit once your idea is validated and you need full control of the code.

Try Lovable — $25/mo Pro →

Don’t buy a boilerplate if…

You’ve never shipped a Next.js app before. Start with the Next.js docs and build something tiny end-to-end first. A boilerplate dropped on a developer who hasn’t yet internalised App Router, Server Components, and Server Actions becomes a black box you can’t debug. Spend a weekend on the official tutorial, then come back and the $199 starts paying for itself in week one. If you’re still learning the deployment side, the Vercel deploy walkthrough covers the basics.

You only need a marketing site. Auth, billing, multi-tenancy — you don’t need any of it. Use a static site generator or a marketing-page template instead of paying for a SaaS starter and deleting 80% of it. A boilerplate’s value is the plumbing, not the landing page; if the plumbing is irrelevant, the price is wasted.

Your product genuinely needs a custom stack. If you’re building something where the database choice, the framework choice, or the auth model is itself the product — an infrastructure tool, an open-source SDK, a vertical-specific platform with bespoke requirements — the boilerplate is fighting you. Start from a clean Next.js install. Boilerplates assume a fairly normal B2B or B2C SaaS shape; if that’s not your shape, the opinions you’re paying for are the problem.

Final verdict and recommendations

The four kits cluster along two axes. ShipFast and Lovable are speed-first: get to a deployed product in hours, accept opinionated constraints, deal with consequences later. Makerkit and Supastarter are correctness-first: spend an extra day on setup, get an architecture that holds up at 12 months and is legible to AI tools. Neither cluster is right for every founder; the choice depends on whether the next constraint binding you is time or maintenance.

For a solo developer shipping their first paid SaaS in 2026 with Claude Code as the primary author, the synthesis would be: prototype in Lovable for the first 48 hours to confirm the idea moves customers, then rebuild on Makerkit once the workflow has a clear shape. ShipFast remains the right call for founders who want the cheapest credible kit, are comfortable with its opinions, and intend to ship many small products rather than one large one. Supastarter is the answer when teams and seats are part of the product on day one, not in version two. The Claude Code build playbook covers how to structure the workflow once a kit is chosen.

Our recommendation by founder type
First SaaS, write code: ShipFast. Supabase + Claude Code: Makerkit. B2B with teams: Supastarter. No code: Lovable.

Pick by the constraint that is binding you today rather than the kit you might want in a year. ShipFast at $199 is the cheapest credible route to a deployed Next.js SaaS with the largest community. Makerkit at $299 pays for itself the first week you use Claude Code on a Supabase project. Supastarter at $349 is correct only when multi-tenant orgs are core to the product. Lovable at $25/mo is the right answer if you cannot write Next.js yourself yet.

Get one SaaS build breakdown every week

The stack, prompts, pricing, and mistakes to avoid — for solo founders building with AI.