Skip to main content
All apps
Website

Sovrium Website

The site you are on. Marketing pages, a full documentation zone, a comparison library, and this gallery — all served from a single Sovrium configuration, bilingual EN/FR.

Sovrium Website

The configuration

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

const app: AppConfig = {
  name: 'sovrium-website',
  languages, // EN / FR, English default
  auth,
  components, // shared site-header / site-footer
  pages: [
    home, products, install, pricing, about,
    ...comparisonPages, // /compare SEO library
    ...docsPages,        // /docs zone (118 articles/locale)
    ...appsPages,        // this gallery
  ],
  analytics: true,
  llms: { title: 'Sovrium', full: true }, // /llms.txt corpus
}

Run it

Install Sovrium, then start the app from its config.

curl -fsSL https://sovrium.com/install | sh
bun run app.ts   # or: sovrium start app.yaml

Build your own

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