Mini CRM
--demo crm · table: contacts + activitiesA sales pipeline: contacts with stages, deal values and close dates — plus an activity log of calls, emails and meetings.
Fields
| Label | Key | Type |
|---|---|---|
| Name | name | text |
| Company | company | text |
| text | ||
| Stage | stage | select Lead Qualified Proposal Won Lost |
| Deal value | dealValue | number |
| Close date | closeDate | date |
| Tags | tags | tags |
| Notes | notes | longtext |
Highlight views
- board your pipeline — drag contacts between stages
- stats revenue — deal values summed per stage
- calendar follow-ups — close dates on a month grid
$ pnpm new my-crm --demo crm
# Convex backend, saas design, blue accent — the defaults
$ pnpm new my-crm --demo crm --db supabase
# same app as idiomatic SQL: RLS, triggers, RPCs
$ pnpm new my-crm --demo crm --fields "+source:select:Lead source,-notes"
# reshape the spec: add a Lead source select, drop notes