Getting Started with Your SaaS Boilerplate
By Team1 min read
getting-startednextjssaas
Getting Started
Welcome to your production-ready multi-tenant SaaS boilerplate. This guide walks you through everything that's included and how to customize it for your product.
What's Included
- Authentication — Better Auth with email/password, OAuth, 2FA, and passkeys
- Multi-Tenancy — Organizations, RBAC, 3 tenant resolution strategies
- Billing — Stripe + LemonSqueezy with provider abstraction
- Blog — MDX-powered content engine with SEO
- And much more
Quick Start
npm install
npm run setup
npm run dev
That's it. You're running.
Next Steps
- Configure your
.envwith your API keys - Run database migrations with
npm run db:migrate - Start building your unique features