Skip to main content
All apps
Internal tool

Sovrium Cloud

The private-beta signup landing and control console for managed Sovrium hosting: tenants, deployments, config submissions, secrets, and provisioning automations.

Sovrium Cloud

The configuration

This is the whole app. Copy it, change it, make it yours.

const app: AppConfig = {
  name: 'sovrium-cloud',
  description: 'Private beta signup + control console',
  auth,   // invitation-only operator access
  tables: [
    betaSignups, tenants, apps, deployments,
    configSubmissions, secrets, activities,
    environmentVariables,
  ],
  automations, // provisioning + usage rollup
  pages,        // signup landing + console
}

Run it

Install Sovrium, then start the app from its config.

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

Build your own

Start from a template or an empty file. One config, and Sovrium runs the whole app.