Tenant-isolated by design

One workspace to run your entire agency

Projects, clients, tasks, finance, attendance and reporting for delivery teams. Every organization gets its own isolated workspace — sign in with your email, password and organization zip code.

Free plan · 10 seats · no card required

Everything a delivery business runs on

Not a task list with billing bolted on — one data model where a logged hour, a paid invoice and a project’s profit are the same set of facts.

True multi-tenancy

Every organization gets an isolated workspace with its own zip code, members, data and billing. No query can cross the boundary.

Projects & delivery

Projects, milestones, sprints and tasks on a board, table or timeline — with dependencies, checklists and time logs.

Finance that reconciles

Invoices, client payments, developer payouts and expenses in one ledger, with per-project profit and loss.

Clock in, clock out

Daily attendance against your organization’s shift, with breaks, overtime, late tracking and monthly summaries.

Roles that mean something

Six roles from platform owner to external client, each with a permission set enforced on every request.

Reporting built in

Revenue, profit, utilisation, attendance and performance — computed from the same data your team works in.

Security

A tenant boundary you can point at in the code

The organization id lives in a signed access token, never in a request body. Every repository read is scoped by it, and a lookup that lands in another tenant returns “not found” rather than “forbidden”, so workspace contents are not even enumerable.

  • JWT access tokens with rotating refresh tokens and replay detection
  • Role-based permissions checked on every route, not just in the UI
  • Append-only audit log of every create, update, payment and role change
  • bcrypt password hashing, login throttling and per-user rate limits

Roles

  • Organization AdminOwns people, projects, finance and settings.
  • Project ManagerRuns delivery, milestones and team assignment.
  • Finance ManagerInvoices, payments, payouts and expenses.
  • DeveloperAssigned work, hours and completions.
  • ClientTheir projects, files, invoices and approvals.
  • Super AdminThe platform itself — every tenant, plan and log.

Set up your workspace in a minute

Create the organization, get your zip code and workspace URL, invite your team. Everything else is already waiting.

Get started