CoreMVP

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

Project Structure

src/
├── app/          # Next.js App Router + API routes
├── services/     # Server-only business logic
├── components/   # React components
└── content/      # MDX docs and blogs

Getting Help

Was this page helpful?

On this page