Skip to content

Introduction

Welcome to Platform — a production-ready monorepo starter for building modern SaaS products.

  • Astro + Starlight for marketing, blog, and documentation
  • Next.js dashboard at /app with auth, billing, and file uploads
  • Supabase Postgres + Drizzle for persistence
  • Supabase Storage for file uploads
  • Better Auth for email and social login
  • Stripe, Resend, and background jobs (Vercel Cron + optional BullMQ via Redis.io)
ServiceURL
Marketing sitehttp://localhost:4321
Documentationhttp://localhost:4321/docs/intro
Dashboardhttp://localhost:3000/app
  1. Copy .env.example to .env and add your Supabase credentials
  2. Run pnpm db:migrate (use direct Postgres URL, port 5432)
  3. Start the stack with pnpm dev
  4. Optionally run pnpm jobs:worker for local cron and queue workers