Open source · First 100 Pro spots free

Ship a SaaS in days. Not weeks.

The only Next.js boilerplate with Stripe, auth, and Claude Code built in. Free forever. Pro tier free for the first 100 founders.

No credit cardMIT license14-day refund on Pro

500+ developers·Built on the stack used by Anthropic, Vercel, and Neon

Claude Code
$ claude "build a SaaS landing page with pricing"

As featured on

Product HuntHacker Newsawesome-claude-codeLinkedIn

Built with

Next.jsVercelNeonStripeAnthropic

You've wired up Stripe, auth, and email for the 4th time. You're tired.

Every new SaaS starts with the same 2 weeks of plumbing. Webhooks. Password reset flows. Customer portals. Multi-tenancy. By the time you ship the actual product idea, the spark is gone.

Plumbing first

Two weeks gone to auth, Stripe, email, multi-tenancy — before your idea ships.

$199 just to start

Every boilerplate charges $199–$1,124 before you've validated a single feature.

AI bolted on

AI is a feature on most starters. On this one, Claude Code is the workflow.

Free includes what others charge for. Pro includes what others don't have.

Free forever

Stripe subscriptions. Customer portal. Email verification. Password reset. File uploads. All production-ready. All free.

ShipFast charges $199 for the same stack. supastarter charges $261. We give it away because the real value is the Claude Code workflow on top.

Stripe checkoutSubscriptionsWebhooksCustomer portalAuth (login, verify, reset)Email (Resend + react-email)File uploads (Cloudinary)MDX blogDark / light theme

Claude Code superpowers

40+ Claude Code skills, 11 custom agents, MCP server configs, and the multi-tenancy + AI modules. The workflow layer that turns a boilerplate into a build-anything machine.

40+ skills11 agentsMCP configsMulti-tenancyAI / Claude modulePremium skill packsLifetime updatesPrivate Discord

Everything you'd build in week 1 — already built.

Next.js 16 + React 19

Modern App Router setup

Drizzle + Neon DB

Serverless Postgres with migrations

JWT auth

Login, register, verify, reset

Stripe

Subscriptions + one-time + portal

Resend + react-email

Transactional templates ready

Cloudinary uploads

Signed URLs included

Shadcn UI + Tailwind v4

30+ components ready

Dark / light theme

Auto-switching

MDX blog

SEO + OG images per post

Vercel deploy

Push to ship

Claude Code config

CLAUDE.md pre-loaded

10 core skills

The Claude Code starter pack

How we stack up against the boilerplate market.

The honest comparison. Free for free, paid for paid — here's where each starter wins.

Feature
This · Free
$0
This · Pro
$149
ShipFast
$199
MakerKit
$299+
supastarter
$261+
Price$0$0–$149$199$299–$599$261–$1,124
Open source
Stripe checkout + subscriptions
Customer portal
Auth (login, verify, reset)
Email templates
File uploads
Multi-tenancyTop tierTop tier
Claude Code workflow — not available anywhere else
Claude Code skills (40+)10 core
Custom agents
MCP server configsBasic
AI / Claude integrationMentionedMentionedMentioned
Details
Drizzle ORM
Lifetime updatesLimitedTop tier
Refund windown/a14 days14 days30 days30 days
Best forAnyoneClaude Code usersIndie hackersModular stackSerious founders

Competitor pricing from their public pricing pages. Feature coverage based on default packages.

vs ShipFast

$199

ShipFast is the brand leader -- great for fast Twitter indie hackers, weaker on architecture (uses Mongoose, single-file modules). We're free at feature parity, and Pro adds the Claude Code layer ShipFast has no answer to.

Full comparison

vs MakerKit

$299–$599

MakerKit is the technical standard -- modular, well-documented, swap-in Supabase/Drizzle/Prisma. Stronger architecture than ShipFast. Our differentiator: same architecture quality, free at the feature layer, and Claude Code-native instead of generic AI mentions.

Full comparison

vs supastarter

$261–$1,124

supastarter targets serious founders with i18n, multi-tenancy, background jobs. Highest-priced competitor. We match the feature depth and beat them on price (free -> $149 vs $261-$1,124) and on Claude Code workflow integration.

Full comparison

40+ Claude Code skills your Claude already knows.

Skills are pre-loaded knowledge that turn "how do I do X" into "do X". Every skill is a tested pattern from real production projects.

Generates a complete 7-file DDD-lite module: schema → relations → types → validation → repo → service → index.

You type

add a comments feature

Claude scaffolds

modules/comment/
├── comment.schema.ts Drizzle table definition
├── comment.relations.ts FK references + joins
├── comment.types.ts inferred TypeScript types
├── comment.validation.ts Zod schemas (create / update)
├── comment.repo.ts DB queries only, no logic
├── comment.service.ts business logic + auth checks
└── index.ts public API re-exports

From zero to shipped in 3 steps.

01

Clone & deploy

One command to clone, push to Vercel. Live URL in 10 minutes.

$ git clone <repo> my-app
$ cd my-app && cp .env.example .env
$ vercel deploy --prod

 Live at https://my-app.vercel.app
02

Describe what you want

Tell Claude Code what to build. It scaffolds files using the patterns already in the repo.

> add a dashboard with user analytics

 app/(main)/dashboard/page.tsx
 components/dashboard/AnalyticsChart.tsx
 hooks/api/useAnalytics.ts
 app/api/analytics/route.ts
03

Ship & iterate

Push to deploy. Add features by describing them. The boilerplate scales as the app grows.

$ git add . && git commit -m "feat: analytics"
$ git push origin main

Deploying to production...
 https://my-app.vercel.app/dashboard

Two plans. One free forever. One free for 100 people.

Free

$0/ forever

Open source. No credit card required.

  • Auth + database + migrations
  • Stripe payments integration
  • Email templates + file uploads
  • MDX blog + landing page
  • Core Claude Code skills (10)
  • Public Discord
  • 1 project

No credit card. No catch. MIT license.

Pro

First 100 founders
$0$149

First 100 copies free -- $149 after. One-time.

5 of 100 spots claimed95 left
  • Everything in Free
  • Full skill library (40+ skills)
  • Multi-tenancy module
  • AI features module
  • Custom agents (11+)
  • MCP server configs
  • Premium skill packs
  • Lifetime updates
  • Private Discord
  • Unlimited seats

After 100 spots, $149 one-time. Lifetime updates. 14-day refund.

Questions about licensing? →

Frequently asked questions

  • Yes. Clone the repo from GitHub and start building immediately. No credit card, no trial, no expiry. The free tier includes the full Next.js boilerplate with auth, database, Stripe, email, file uploads, and MDX blog -- yours to keep and ship to production.

  • No catch. The first 100 developers get Pro at $0 as an early-adopter reward. After spot 100, Pro is $149 one-time. You get lifetime access and all future updates either way. The counter pulls live from Stripe -- the scarcity is real.

  • No prior Claude Code experience needed. A pre-loaded CLAUDE.md teaches Claude Code how your project is structured. Describe what you want in plain English and Claude Code scaffolds the files. The skill library makes auth, payments, and AI features a single instruction away.

  • Yes. Both Free and Pro licenses allow commercial and client use. Build as many apps as you want. The only restriction is reselling the boilerplate or skill library itself as a competing product.

  • Free includes the full stack boilerplate: auth, database, Stripe, email, file uploads, MDX blog, and 10 core Claude Code skills. Pro adds 40+ skills, multi-tenancy, AI modules, 11 custom agents, MCP server configs, premium skill packs, private Discord, and lifetime updates.

  • Pro includes lifetime updates via GitHub. When new skills, agents, or modules ship, you pull from the repo. Free users keep what they cloned -- no automatic updates, but the base boilerplate is stable and production-ready.

  • Only for the AI features module. Auth, payments, email, and the blog work without any Anthropic key. Claude Code runs on your own Anthropic account -- the skill library makes it faster to build, but the API credits are yours.

  • Pro spots during the first-100 period are free, so there is nothing to refund. After the promo, if you pay $149 and are not satisfied within 7 days, contact us for a full refund. No questions asked.

  • No. This is an independent open-source project. It uses Claude Code, Vercel, and Neon -- but it is not endorsed, sponsored, or affiliated with any of those companies.

  • Yes. It is a standard Next.js project. Deploy to any platform that supports Node.js -- Railway, Render, Fly.io, or your own server. Vercel is the recommended default because it requires zero configuration with this setup.

  • The boilerplate code is MIT -- you own what you build. The Pro skill library is licensed per-developer: one license, one person, unlimited projects. You may not redistribute or resell the skill library itself.

  • Fully included but dormant until you add API keys. You get the checkout session, webhook handler, and customer portal out of the box. Add STRIPE_SECRET_KEY and STRIPE_WEBHOOK_SECRET to your .env and it works -- no extra setup.

  • Free users have access to the public Discord and GitHub Issues. Pro users get private Discord with faster responses. There are no SLA guarantees -- this is an indie product -- but active builders get real answers, not links to documentation.

  • Yes. Pull requests for bug fixes, new skills, and documentation are welcome. Skills that meet quality standards are merged and made available to all Pro users. See CONTRIBUTING.md in the repo for guidelines.

  • Node.js 18+, a GitHub account, and accounts for services you want to enable: Neon (database), Resend (email), Cloudinary (uploads), Stripe (payments), Anthropic (AI). Every integration is optional -- activate it by adding environment variables, skip what you do not need.

Stop wiring Stripe for the 4th time.

Clone the repo. Describe what you want. Ship today.

MIT licensed · 14-day refund on Pro · No credit card. No catch.

Built by a developer who ships, not a marketing team.