Skip to main content
Sovereignty, by default.

One Config. Complete App. Full Control.

Build the tools your team needs, own your data, and never get locked into a vendor again.

Describe your app once — tables, auth, pages, and automations — then run it on infrastructure you own. No per-seat pricing, no vendor lock-in.

Install in one line:

curl -fsSL https://sovrium.com/install | sh

Source-available · BSL 1.1 · Built with Bun, Effect.ts, Hono & React 19

A Sovrium app — a sales CRM dashboard rendered from a single config file

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.

See what a single config can become.

Every one of these is one Sovrium configuration — from a one-page starter to a full client portal. Read the configs, run them, make them yours.

Browse all apps

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

The SaaS Trap

106 SaaS apps. $21M wasted.

The average organization uses 106 SaaS apps and wastes $21M annually on unused licenses.

Productiv, Zylo 2025

Lock-in

Your data lives in silos you don’t control. Proprietary formats, closed APIs, and zero portability mean your business runs on someone else’s terms.

Cost Spiral

Per-seat pricing compounds against you. What starts at $10/user quietly becomes $50, then $100, and you’re too locked in to leave.

Platform Decay

Free tiers shrink, paywalls expand, switching costs grow. Airtable cut free API calls from unlimited to 1,000. Notion eliminated its AI add-on. This pattern is structural, not accidental.

There’s a better way.

Write one file. Run a complete app.

Write one config file and get the whole app — authentication, database, API, pages, and an admin space. Nothing to wire together.

name: company-crm

tables:
  - name: contacts
    fields:
      - name: full_name
        type: single-line-text
        required: true
      - name: email
        type: email
        required: true
      - name: stage
        type: single-select
        options: ['Lead', 'Qualified', 'Customer']
      - name: deal_value
        type: currency
        currency: USD

auth:
  strategies:
    - type: emailAndPassword

pages:
  - name: home
    path: /
    meta: { title: Company CRM }

Start from any format:

sovrium start app.yaml            # YAML (recommended)
sovrium start app.json            # JSON
bun run app.ts                    # TypeScript with full type safety

Built For Real Work

Internal Tools

CRM, inventory, project tracking, built exactly for your team’s workflow. Not a generic SaaS template.

Client Portals

Branded dashboards for clients to view reports and track progress. Deploy in hours, not months.

Business Apps

Custom workflows that off-the-shelf tools can’t handle. Your process, your data, your rules.

Marketing & Docs Sites

Generate marketing pages and documentation from config. Branded, fast, and always in sync with your product.

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

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

Frequently asked questions

What is Sovrium?

Sovrium is a self-hosted, configuration-driven platform. You define your tables, authentication, pages, and theme in one config file and deploy a complete application on your own infrastructure.

Is Sovrium free?

Yes. Self-hosting is free under the BSL 1.1 license — every feature, no license key, no per-seat fees. Managed hosting (Sovrium Cloud) and Partner plans are optional paid services.

How is it different from Airtable, Retool, or Notion?

Your data and source live on your own infrastructure, not a vendor cloud. No lock-in, no per-seat pricing, and you can edit the config with any editor or AI agent.

Do I need to be a developer?

Sovrium targets technical teams, but its config is human-readable (YAML, JSON, or TypeScript) and AI-assistant-friendly, so the whole team can contribute.