Introduction
Welcome to Platform — a production-ready monorepo starter for building modern SaaS products.
What’s included
Section titled “What’s included”- Astro + Starlight for marketing, blog, and documentation
- Next.js dashboard at
/appwith 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)
Local URLs
Section titled “Local URLs”| Service | URL |
|---|---|
| Marketing site | http://localhost:4321 |
| Documentation | http://localhost:4321/docs/intro |
| Dashboard | http://localhost:3000/app |
Next steps
Section titled “Next steps”- Copy
.env.exampleto.envand add your Supabase credentials - Run
pnpm db:migrate(use direct Postgres URL, port 5432) - Start the stack with
pnpm dev - Optionally run
pnpm jobs:workerfor local cron and queue workers