Getting Started
Learn how to get started with LaunchNext.
Introduction
Welcome to the LaunchNext documentation. This starter kit gives you everything you need to launch a production-ready SaaS application.
Quick Start
- Clone the repository
- Install dependencies with
pnpm install - Run the development server with
pnpm dev - Open http://localhost:3000
Tech Stack
- Next.js 16 — The React framework for the web
- React 19 — Latest React with server components
- Tailwind CSS v4 — Utility-first CSS framework
- Shadcn v4 — Beautiful, accessible component library
- Fumadocs — Documentation and blog framework
Project Structure
src/
app/ # Next.js app router pages
components/ # Reusable React components
lib/ # Utility functions and configs
content/
docs/ # Documentation MDX files
blog/ # Blog post MDX filesNext Steps
- Read about configuration to customize your project
- Explore the components available to you
- Set up authentication for your users