Documentation

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.

React Router

React

React Router 7 + Hono

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 dev

Next.js

Next.js

Next.js 15 App Router

The 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 dev

Nuxt

Vue

Nuxt 4 + Vue 3

Vue-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 dev

SvelteKit

Svelte

SvelteKit + Svelte 5

The 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 dev

Lite

Lite

React Router 7 + Hono (Lite)

Lightweight 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 dev

CRM

CRM

React Router 7 + Hono (CRM)

Vertical 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 dev

What'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.

Email

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.

Design System

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.

Button

Need Help?

Can't find what you're looking for? We're here to help.