App métier
Company OS
Le vaisseau amiral : CRM, delivery, support et RH dans une config et une base — une affaire gagnée ouvre son projet de delivery, un ticket résolu écrit au contact CRM, et un assistant IA travaille sur tous les domaines.
La configuration
C'est toute l'app. Copiez-la, modifiez-la, faites-la vôtre.
# 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.yamlLancez-la
Installez Sovrium, puis démarrez l'app depuis sa config.
curl -fsSL https://sovrium.com/install | sh
sovrium init my-company --template company-osConstruisez la vôtre
Partez d'un modèle ou d'un fichier vide. Une config, et Sovrium fait tourner toute l'app.