Business app
Company OS
The flagship: CRM, delivery, support, and HR in one config and one database — a won deal auto-opens its delivery project, resolved tickets email the CRM contact, and one AI assistant works across every domain.
The configuration
This is the whole app. Copy it, change it, make it yours.
# An entire information system in ONE config.
name: company-os
tables:
- $ref: ./config/tables/companies.yaml # CRM
- $ref: ./config/tables/deals.yaml
- $ref: ./config/tables/projects.yaml # Delivery
- $ref: ./config/tables/tickets.yaml # Support
- $ref: ./config/tables/employees.yaml # People
agents:
- $ref: ./config/agents/ops-assistant.yaml
automations:
- $ref: ./config/automations/create-project-on-won-deal.yaml
- $ref: ./config/automations/notify-contact-on-resolved-ticket.yaml
- $ref: ./config/automations/approve-time-off.yamlRun it
Install Sovrium, then start the app from its config.
curl -fsSL https://sovrium.com/install | sh
sovrium init my-company --template company-osBuild your own
Start from a template or an empty file. One config, and Sovrium runs the whole app.