Welcome
Production-ready SaaS boilerplate with authentication, payments, and documentation.
Welcome to CoreMVP
A minimal boilerplate for building SaaS applications. Ships with everything you need to launch.
What's Included
- Next.js 16 - App Router with React Server Components
- Route Handlers - API routes in
app/api/with server-only services - Supabase - Authentication and PostgreSQL database
- Stripe - Lifetime purchases and subscriptions
- Fumadocs - Documentation with search and AI chat
Quick Links
Getting Started
Clone, install, and run the template locally
Authentication
Supabase Auth setup
Payments
Stripe integration
Deployment
Deploy to production
Project Structure
src/
├── app/ # Next.js App Router + API routes
├── services/ # Server-only business logic
├── components/ # React components
└── content/ # MDX docs and blogsGetting Help
- Check the FAQ for common questions
- Review environment variables if something isn't working
- See API reference for API endpoints
Was this page helpful?