Quick Start Guide
Get up and running with any LaunchApp template in minutes. Choose your framework below for specific instructions.
Four Steps to Launch
Every template follows the same setup pattern. Once you learn one, you know them all.
1. Download
Purchase and clone the template repository. All templates include full source code under the MIT license.
2. Install
Run pnpm install to install all dependencies. We use pnpm workspaces for monorepo management.
3. Configure
Copy .env.example to .env and fill in your API keys for auth, payments, and email services.
4. Deploy
Push to Railway, Vercel, or your preferred host. All templates include Dockerfile and deployment configs.
Choose Your Framework
Click any template for full documentation, or copy the quick start commands below.
The flagship template. Full-stack React with server-side rendering and Hono API layer.
Quick Start
git clone https://github.com/launchapp-dev/saas-template-launch-app-test
cd saas-template-launch-app-test && pnpm install
cp .env.example .env && fill in your keys
pnpm db:push && pnpm devThe Vercel-native option. App Router, Server Components, and the full Next.js ecosystem.
Quick Start
git clone https://github.com/launchapp-dev/launchapp-nextjs
cd launchapp-nextjs && pnpm install
cp .env.example .env && fill in your keys
pnpm db:push && pnpm devVue-powered SaaS. Nuxt 4 with auto-imports, Nitro server engine, and Vue 3 Composition API.
Quick Start
git clone https://github.com/launchapp-dev/launchapp-nuxt
cd launchapp-nuxt && pnpm install
cp .env.example .env && fill in your keys
pnpm db:push && pnpm devThe leanest option. SvelteKit with Svelte 5 runes, zero-JS by default, and blazing performance.
Quick Start
git clone https://github.com/launchapp-dev/launchapp-sveltekit
cd launchapp-sveltekit && pnpm install
cp .env.example .env && fill in your keys
pnpm db:push && pnpm devLightweight version of the flagship. Same stack, streamlined for simpler projects.
Quick Start
git clone https://github.com/launchapp-dev/launchapp-lite-v2
cd launchapp-lite-v2 && pnpm install
cp .env.example .env && fill in your keys
pnpm db:push && pnpm devVertical CRM template. Contacts, deals, activities, and pipeline management built-in.
Quick Start
git clone https://github.com/launchapp-dev/launchapp-crm
cd launchapp-crm && pnpm install
cp .env.example .env && fill in your keys
pnpm db:push && pnpm devWhat's Included
Every template comes with a complete stack. Here's what you get out of the box.
Authentication
Better Auth pre-configured with email/password, OAuth providers, magic links, and 2FA support.
Payments
Stripe and Polar.sh integration ready. Subscriptions, one-time payments, and customer portal included.
Resend + React Email for beautiful, type-safe transactional emails. Onboarding, receipts, and more.
Design System
110+ Radix UI components with Tailwind CSS 4. Accessible, composable, and fully themed.
Built on the LaunchApp Design System
All templates share a consistent design language powered by @launchapp/design-system. 110+ Radix UI primitives, Tailwind CSS 4 styling, and accessible by default.