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
As featured on
Built with
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.
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.
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-tenancy | Top tier | Top tier | |||
| Claude Code workflow — not available anywhere else | |||||
| Claude Code skills (40+) | 10 core | ||||
| Custom agents | |||||
| MCP server configs | Basic | ||||
| AI / Claude integration | Mentioned | Mentioned | Mentioned | ||
| Details | |||||
| Drizzle ORM | |||||
| Lifetime updates | Limited | Top tier | |||
| Refund window | n/a | 14 days | 14 days | 30 days | 30 days |
| Best for | Anyone | Claude Code users | Indie hackers | Modular stack | Serious founders |
Competitor pricing from their public pricing pages. Feature coverage based on default packages.
vs ShipFast
$199ShipFast 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 comparisonvs MakerKit
$299–$599MakerKit 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 comparisonvs supastarter
$261–$1,124supastarter 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 comparison40+ 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
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-exportsFrom zero to shipped in 3 steps.
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.appDescribe 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.tsShip & 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/dashboardTwo plans. One free forever. One free for 100 people.
Free
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 foundersFirst 100 copies free -- $149 after. One-time.
- 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.
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.