Skip to main content
Toutes les apps
CRM
Outil interne

CRM

Un CRM commercial : Entreprises, Contacts, Affaires et Tâches via des grilles interactives, un pipeline kanban, un calendrier de tâches et une galerie de contacts, avec un assistant IA.

Connexion démo
Email
demo@sovrium.com
Mot de passe
Sovrium-Demo-d8462d!

Réinitialisée chaque nuit. Tes changements sont effacés, alors explore librement.

Cette app fait partie des démos Sovrium hébergées.

La configuration

C'est toute l'app. Copie-la, modifie-la, fais-la tienne.

app.yaml
name: crm-workspace
version: 2.0.0
description: >-
  An Airtable/Baserow-style database workspace — manage Companies, Contacts,
  Deals, and Tasks through interactive grids, a kanban pipeline, a task calendar,
  and a contact gallery. Built on Sovrium's default theming.

auth:
  $ref: ./config/auth.yaml

theme:
  $ref: ./config/theme.yaml

tables:
  - $ref: ./config/tables/companies.yaml
  - $ref: ./config/tables/contacts.yaml
  - $ref: ./config/tables/deals.yaml
  - $ref: ./config/tables/tasks.yaml

# AI agent that can create, edit, and review records (surfaced on /assistant).
# Requires an AI provider at runtime (AI_PROVIDER, e.g. ollama for the eco
# default); config validation does not need it.
agents:
  - $ref: ./config/agents/records-assistant.yaml

# Automations run server-side with full history in your own database.
automations:
  - $ref: ./config/automations/deal-won-notification.yaml

pages:
  - $ref: ./config/pages/sign-in.yaml
  - $ref: ./config/pages/companies.yaml
  - $ref: ./config/pages/contacts.yaml
  - $ref: ./config/pages/deals.yaml
  - $ref: ./config/pages/tasks.yaml
  - $ref: ./config/pages/assistant.yaml

Lance-la

Installe Sovrium, puis démarre l'app depuis sa config.

>_ terminal
curl -fsSL https://sovrium.com/install | sh
sovrium init my-crm --template crm

Construis la tienne

Pars d'un modèle ou d'un fichier vide. Une config, et Sovrium fait tourner toute l'app.

Construit avec Sovrium