End-to-end project management platform for digital agencies. Clients, teams, and deliverables under one roof.
Digital agencies juggle projects across 4-5 tools: documents in Notion, chat in Slack, tasks in ClickUp, a separate portal for clients.
Information is scattered, clients don't know where to look, and team productivity erodes under constant context switching.
We delivered a single surface combining a client portal, team workspace, and delivery dashboard. Role-based visibility: clients only see what they're allowed to, teams get the full picture.
Real-time collaboration, notification hygiene, deadlines — all controlled from one interface. We aimed to solve tool fatigue at its root.
Frontend and backend share one repo with end-to-end type safety. tRPC removes the need for a separate API definition layer — TypeScript propagates types straight to the client.
A relational model — complex relationships between projects, tasks, teams, and clients. Prisma's type-safe query builder made migrations safe.
Client view vs team view is enforced in every query. Authorization lives in the data layer, not middleware — no leak risk.
In beta with 8 agencies and 50+ active projects. Agency owners report 'tool fatigue is gone'. Public launch planned for Q2 2026.