- Companies
- List view, full-text search, inline-edit fields, custom fields, ownership-scoped RLS, domain-based dedup on import.
- Contacts
- Auto-linked to email and calendar via Microsoft 365 sync, EmailList with intent badges on every detail page.
- Deals
- Cross-pipeline table, inline-edit (amount, status, stage), AI score + risk flags written by background worker.
- Custom fields
- Per-tenant custom fields on companies, contacts, deals. Owner-only RLS by default.
- Ownership / RLS
- Supabase Row-Level Security, owner_id = auth.uid() pattern, SECURITY DEFINER admin helpers.
- Search
- Global Cmd+K palette with cross-entity search, 120ms debounce, arrow-key navigation.
- Import
- Zoho CSV importer at /import, drag-drop, auto-detect type from headers, batch insert 100/batch, idempotent upsert on domain.