Internal tool
CRM Workspace
An Airtable/Baserow-style database workspace: Companies, Contacts, Deals, and Tasks across interactive grids, a kanban pipeline, a task calendar, and a contact gallery.
The configuration
This is the whole app. Copy it, change it, make it yours.
name: crm-workspace
description: >-
An Airtable/Baserow-style database workspace — Companies,
Contacts, Deals, and Tasks via grids, a kanban pipeline,
a calendar, and a gallery.
auth:
$ref: ./config/auth.yaml
tables:
- $ref: ./config/tables/companies.yaml
- $ref: ./config/tables/contacts.yaml
- $ref: ./config/tables/deals.yaml
- $ref: ./config/tables/tasks.yaml
agents:
- $ref: ./config/agents/records-assistant.yamlRun it
Install Sovrium, then start the app from its config.
curl -fsSL https://sovrium.com/install | sh
sovrium init my-crm --template crud-appBuild your own
Start from a template or an empty file. One config, and Sovrium runs the whole app.