Skip to main content

Quickstart

Prerequisites

  • Node.js 20+
  • pnpm 9+
  • Docker (for local Supabase)
  • Supabase CLI (brew install supabase/tap/supabase)

Setup

1. Clone & Install

2. Start Local Supabase

This starts a local PostgreSQL + Auth + Storage stack. Note the output — you’ll need the URLs and keys.

3. Configure Environment

Fill in the values from supabase status:

4. Run Database Migrations

5. Start Development

This starts all apps concurrently:

What’s Next?

Architecture

Deep dive into the system design

Adding a Module

Build your first feature