OpsDash Documentation
The Agency Business Operating System
OpsDash takes an agency from Lead to Profitability in a single, unified system. This documentation covers setup, architecture, all 100+ features, and deployment guides.
Quick start
git clone <your-repo-url> opsdash && cd opsdash
pnpm install && supabase start
cp ".env copy.example" .env # fill Supabase + Stripe keys
supabase db push # applies 57 migrations
pnpm dev # open http://localhost:3000Getting started
Run OpsDash locally in 15 minutes or deploy to production.
Architecture
How multi-tenancy, billing, security, and roles are structured.
Features
In-depth documentation for every module and sub-feature.
Guides
Deployment models, whitelabeling, demos, and data operations.
Reference
Server actions, database schema, API endpoints, and feature flags.