Agency management made minimal, simple. Self-host in minutes. A lean foundation for projects, clients, finances, and tasks.
Ideally the individual should build on top of this.
- Projects: Track projects, tasks, and team collaboration.
- CRM: Manage clients, leads, and sales pipeline.
- Finance: Invoices, transactions, and financial tracking.
- Tasks: Kanban boards and task management.
- Chat: Real-time team chat.
- Framework: Next.js (App Router)
- Database: Cloudflare D1 (SQLite)
- Styling: Tailwind CSS
- Deployment: Cloudflare Workers (via OpenNext)
-
Install dependencies:
npm install
-
Run locally:
npm run dev
-
Deploy to Cloudflare:
npm run deploy