Skip to main content

Own the software your company runs on.

Sovrium is a configurable and sovereign application engine. Describe your tables, pages, permissions and automations in one file. Sovrium runs the application, on your own infrastructure.

Install in one line:

$curl -fsSL https://sovrium.com/install | sh
Source-available
Self-hostable
GDPR-ready
Free forever
A Sovrium app — a sales CRM dashboard rendered from a single config file

Trusted by teams who own their software

ESCP Business SchoolAgora StoreEDL Énergies de LoireLa Table de CanaCapital PVTH1Le Beau SourireMaîtres Cuisiniers de FranceThe 1492 Companyd'un seul geste

This file is that application.

On the left, a configuration file. On the right, what it serves, running now. Nothing is generated in between and there is no build step to inspect — Sovrium reads the file and runs it.

crm-workspace/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

This site, counted.

sovrium.com is itself a Sovrium app. Every number below is reproducible by a command you can run against the public repository.

11,257lines of configuration behind this site
0React components written to build it
328pages served, across both languages
266documentation articles, English and French
18app templates you can start from
0 €to run it — the engine is free, self-hosted

Counted 26 July 2026. Nothing rounded.

From nothing to a running app in three steps.

Sovrium is AI-native by design: the config reads like plain instructions, so an AI agent can write it for you. It came before AI, and it runs perfectly without it.

1

Install Sovrium.

One command on your own machine or server. No account, no cloud.

2

Ask an AI agent to write the config.

Describe what you need to Claude Code, or any AI agent, and it writes the configuration for you.

3

Run it.

Point Sovrium at the config and your app is live — tables, auth, pages, and a typed API included.

Everything your app needs, built in.

Data, auth, and UI come ready — so you build your product, not the plumbing.

Own your whole data layer

• Model anything — 41 field types, relations, lookups and formulas

• A typed REST API for every table, generated for you

• Sort, filter, paginate, and bulk-edit out of the box

Control who sees what

• Sign-in your way — email, social OAuth, or magic links

• Role-based access, enforced on the server

• Two-factor authentication built in

Make it look like yours

• Compose real pages from 64 SSR React components

• Your colors, your typography, your brand

• Dark mode and multi-language, ready to ship

Apps you can open right now.

Each one is a template you can install and change. Open the demo first — reading a running application tells you more than any feature list.

AppReplacesLive demo
CRMA seat-priced sales CRMcrm.demo.sovrium.com
IntranetA per-user company wikiintranet.demo.sovrium.com
BlogA hosted publishing platformblog.demo.sovrium.com
Headless APIA backend-as-a-service planapi-only.demo.sovrium.com

Prefer we run it? Sovrium Cloud is in private beta.

Managed hosting in France — we handle the infrastructure, updates, backups, and security while you keep full ownership of your data and config. Join the waitlist and we’ll reach out as spots open.

Join the Cloud waitlist
Built with Sovrium