Launch your SaaS site in minutes instead of hours, through our open-source lite version of LaunchPad
See the codeA free, open-source Next.js 15 starter. Auth, database, and a clean dashboard — wired up and ready to go.
Built by BZDevelopments.
next-themes)That's it. No payments, no AI, no e-commerce. Just the foundation — MIT licensed, use it however you want.
LaunchPad Pro is the turnkey commercial version — same foundation, everything else already built and tested:
| Feature | Lite | Pro |
|---|---|---|
| Next.js 15 + Better Auth + Drizzle | ✅ | ✅ |
| Stripe subscriptions + webhook handlers + customer portal | ❌ | ✅ |
| LemonSqueezy one-time checkouts + license keys | ❌ | ✅ |
| AI Chat + Image Studio (Vercel AI SDK v5) | ❌ | ✅ |
| RAG Knowledge Base (pgvector + HNSW indexing) | ❌ | ✅ |
| E-commerce: cart, products catalog, orders | ❌ | ✅ |
| Resend transactional email + React Email templates | ❌ | ✅ |
| Cloudflare R2 / AWS S3 presigned URL uploads | ❌ | ✅ |
| Upstash Redis token bucket rate limiting | ❌ | ✅ |
| 6 site types (SaaS, Agency, Portfolio, Blog, Waitlist, Shop) | ❌ | ✅ |
| Leads inbox + contact pipeline | ❌ | ✅ |
| Blog post editor (Markdown, draft/publish) | ❌ | ✅ |
| Admin panel with user list + stats | ❌ | ✅ |
→ See the interactive demo
→ Get LaunchPad Pro — $64.99 · One-time purchase · Unlimited personal & client projects · All updates included
git clone https://github.com/BZDevelopments/LaunchPad-Lite.git my-app
cd my-app
pnpm install # or npm install
cp .env.example .env.local
Fill in .env.local:
DATABASE_URL=postgresql://user:pass@host:5432/db
BETTER_AUTH_SECRET=your-random-secret
BETTER_AUTH_URL=http://localhost:3000
Run migrations and start:
npm run db:push
npm run dev
Edit src/user-control/site-config.ts to change the site name, branding, and auth providers.
MIT — use it however you want. No attribution required (though always appreciated).
11 commits
TypeScript
88.2%
JavaScript
8.4%
CSS
3.3%
Launch your SaaS site in minutes instead of hours, through our open-source lite version of LaunchPad
See the codeA free, open-source Next.js 15 starter. Auth, database, and a clean dashboard — wired up and ready to go.
Built by BZDevelopments.
next-themes)That's it. No payments, no AI, no e-commerce. Just the foundation — MIT licensed, use it however you want.
LaunchPad Pro is the turnkey commercial version — same foundation, everything else already built and tested:
| Feature | Lite | Pro |
|---|---|---|
| Next.js 15 + Better Auth + Drizzle | ✅ | ✅ |
| Stripe subscriptions + webhook handlers + customer portal | ❌ | ✅ |
| LemonSqueezy one-time checkouts + license keys | ❌ | ✅ |
| AI Chat + Image Studio (Vercel AI SDK v5) | ❌ | ✅ |
| RAG Knowledge Base (pgvector + HNSW indexing) | ❌ | ✅ |
| E-commerce: cart, products catalog, orders | ❌ | ✅ |
| Resend transactional email + React Email templates | ❌ | ✅ |
| Cloudflare R2 / AWS S3 presigned URL uploads | ❌ | ✅ |
| Upstash Redis token bucket rate limiting | ❌ | ✅ |
| 6 site types (SaaS, Agency, Portfolio, Blog, Waitlist, Shop) | ❌ | ✅ |
| Leads inbox + contact pipeline | ❌ | ✅ |
| Blog post editor (Markdown, draft/publish) | ❌ | ✅ |
| Admin panel with user list + stats | ❌ | ✅ |
→ See the interactive demo
→ Get LaunchPad Pro — $64.99 · One-time purchase · Unlimited personal & client projects · All updates included
git clone https://github.com/BZDevelopments/LaunchPad-Lite.git my-app
cd my-app
pnpm install # or npm install
cp .env.example .env.local
Fill in .env.local:
DATABASE_URL=postgresql://user:pass@host:5432/db
BETTER_AUTH_SECRET=your-random-secret
BETTER_AUTH_URL=http://localhost:3000
Run migrations and start:
npm run db:push
npm run dev
Edit src/user-control/site-config.ts to change the site name, branding, and auth providers.
MIT — use it however you want. No attribution required (though always appreciated).
11 commits
TypeScript
88.2%
JavaScript
8.4%
CSS
3.3%