CRM
Available nowContacts, companies and a pipeline that stay yours.
The system of record the rest of the platform writes into. Contacts, companies, deals on a pipeline board, and an activity timeline on every record — with tenant isolation enforced by the database rather than by a query filter someone can forget.
Why it is built this way
Isolation is a database boundary, not a WHERE clause
Every table carries a tenant id and every table has row-level security enabled and forced. The application never writes "WHERE tenant_id = ?" as its isolation mechanism, because a filter that is merely usually applied is not a boundary. Cross-tenant references are impossible too: every foreign key is composite on the tenant, so a record cannot point at another workspace’s row even by accident.
What it does
- Contacts and companies
- Sortable, filterable, searchable server-side, with lead-score bands, tags, owners and an activity timeline on every record.
- A pipeline board that works with a keyboard
- Drag a deal between stages, or move it with the arrow keys, or with a menu on every card. All three do the same thing, and the board says so out loud for screen readers.
- Deals as a board or a table
- The same pipeline at two zoom levels, with the view in the URL so it survives a reload and can be sent to a colleague.
- Soft delete throughout
- Records are archived rather than erased, so a mis-click is recoverable and the activity history still resolves.
Where this actually is
Available today. Contacts, companies, deals, the pipeline board, activity timelines and role-based access are all live, and the tenant isolation described above is verified by an automated suite on every change.
Pricing
₹999 per user / month
Priced per user because the CRM is the surface your team sits in all day. Billed monthly, no minimum seats.
Compare all four plans →Start using the CRM.
Create a workspace and put your data in. Roles, isolation and the audit trail are there from the first record.