The fastest way to build, launch, and scale an AI SaaS.
Overview · Features · Installation · Tech Stack · License
LaunchFast is a production-grade starter kit for builders who want to ship an AI SaaS fast, without fighting setup, configuration, analytics, billing, or security.
This boilerplate includes:
- SaaS membership
- Authentication
- Stripe subscriptions
- Admin dashboard structure
- User dashboard structure
- AI analytics instrumentation
- Sentry error tracking
- PostHog event tracking, session replay, and full Web Analytics
- Modern UI with Shadcn
- Email flows
- Secure database schema with Prisma + Neon
Everything is wired, tested, and battle-ready so you can focus on your product.
PostHog LLM analytics, custom events, and AI usage tracking baked in.
Stripe monthly and yearly plans ready to use.
Google OAuth, email auth, session management, and protected routes.
Sentry with full trace propagation.
PostHog Web Analytics, session replay, funnels, event tracking, and feature usage metrics.
Shadcn UI, Radix Primitives, Tailwind CSS, Lucide Icons, Framer Motion.
Prisma, Typescript, sensible structure, clean patterns, and CLI shortcuts.
Clone and create a new project using this repo:
npx create-next-app my-saas --example "https://github.com/sree-pm/launchfast-base-v1"Or Deploy instantly on Vercel :
- Install dependencies
pnpm install- Copy environment variables
cp .env.example .env.local- Run development server
pnpm dev- Next.js 14
- Typescript
- Prisma ORM
- Auth.js v5
- Neon (Postgres)
- Vercel (deploy + analytics)
- Resend (emails)
- PostHog (events, web analytics, session replay, heatmaps)
- Sentry (errors, performance, trace correlation)
- Tailwind CSS
- Shadcn/UI
- Radix UI
- Framer Motion
- Lucide Icons
- CEO analytics dashboard
- AI usage guardrails
- Role-based admin panel
- Multi-tenant mode
- Full onboarding funnels
- Email sequences for SaaS lifecycle
- Deployable AI agents toolkit
MIT License. See LICENSE for details.
This project is inspired by:
- shadcn’s Taxonomy
- Steven Tey’s Precedent
- Many open-source SaaS starters
Fully rebuilt, extended, and production-hardened for the LaunchFast ecosystem.