Build complete apps with a single config file

Open-source. Self-hosted. Configuration-driven.

Define your tables, auth, pages, and theme in one file. Sovrium turns it into a full-stack application you own and control.

One Config. Full Application.

Sovrium turns a simple configuration file into a complete business application — authentication, database, API, pages, and admin panel included.

// app.ts — Type-safe, with IDE completion import { start } from 'sovrium' await start({ name: 'Company CRM', tables: [{ name: 'contacts', fields: [ { name: 'name', type: 'single-line-text' }, { name: 'email', type: 'email', required: true }, { name: 'status', type: 'single-select', options: ['Lead', 'Customer'] }, ]}], pages: [{ path: '/', name: 'Dashboard' }], auth: { strategies: ['email-password'] }, })

Also works with YAML and JSON configs:

sovrium start app.yaml # or app.json bun run app.ts # TypeScript with type safety

How It Works

1

Configure

Define your app schema in TypeScript, YAML, or JSON.

2

Deploy

Run on your server, your cloud, your laptop.

3

Own

Full source code access, full data control.

4

Evolve

Add features by updating your config. No migration pain.

The SaaS Trap

$10K+

Average annual SaaS spend per employee

0%

Data portability guarantee on most SaaS platforms

73%

Companies worried about vendor lock-in

The Hidden Costs of SaaS Dependency

Vendor Lock-in — Your data, workflows, and team habits are trapped in someone else’s platform.
Per-Seat Pricing — Costs scale with headcount, not value. Growing your team means growing your SaaS bill.
Feature Bloat — You pay for thousands of features you never use, while the ones you need are behind enterprise paywalls.

Why Not Just Use SaaS?

Significant cost savings vs equivalent SaaS tools

100% data ownership, forever

Sovrium vs Traditional SaaS

Aspect
Sovrium
Airtable/Retool/Notion
Data Ownership
✅ 100% yours
❌ Vendor-owned
Source Code
✅ Full access
❌ Closed source
Monthly Cost
✅ Server costs only
❌ $50–500+/user/mo
Vendor Lock-in
✅ Zero
❌ High
Customization
✅ Unlimited
⚠️ Limited
Version Control
✅ Git-native
⚠️ Limited/None
Privacy
✅ Your servers
❌ Third-party
Managed Hosting
⚠️ You manage infrastructure
✅ Fully managed for you

Built For Real Work

Internal Tools

CRM, project management, inventory tracking — built specifically for how your team works.

Client Portals

Secure dashboards for clients to view reports, submit requests, and track progress.

Business Apps

Custom applications for workflows that off-the-shelf SaaS can’t handle.

API Backends

REST APIs with authentication, validation, and database — zero boilerplate.

Static Sites

Marketing pages, documentation sites, and landing pages with i18n support.

MVPs & Prototypes

From idea to working product in hours, not weeks. Iterate with config changes.

Everything You Need

A complete platform, not another framework to learn.

🔐 Authentication

• Email/password & social OAuth

• Role-based access (admin, member, viewer)

• Two-factor authentication

• Session management & passkeys

🗂️ Tables & Data

• 15+ field types (text, email, number, …)

• Automatic CRUD API

• Relations, lookups & formula fields

• Sorting, filtering, pagination

🔌 Records API

• Auto-generated REST endpoints

• OpenAPI documentation

• Type-safe client SDK

• Filtering, sorting & bulk operations

💻 Pages & UI

• Server-rendered React pages

• 62 component types included

• Responsive by default

• Custom layouts & navigation

🎨 Theming & i18n

• Custom color schemes & typography

• Dark mode support

• Multi-language (i18n)

• CSS variable theming

Modern Stack. No Compromises.

Written in TypeScript, built on battle-tested technologies chosen for performance, reliability, and developer experience.

Bun 1.3+PostgreSQLReact 19Effect.tsHonoDrizzle ORMBetter AuthTailwind CSS

Get Started in Minutes

1

Install

bun install sovrium
2

Configure

Define your app schema in a config file

3

Launch

bun sovrium start
4

Customize

Add tables, pages, auth — all through configuration

Early Access

Sovrium is in active development. Star the repo and follow along as we build the future of self-hosted applications.