Note: You are previewing the demo of Next.js Starter Kit by LaunchNext.dev
LaunchNext

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

  1. Clone the repository
  2. Install dependencies with pnpm install
  3. Run the development server with pnpm dev
  4. 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 files

Next Steps