Portal
Sovrium Partner
The portal ESSENTIAL SERVICES runs its Sovrium engagements on: clients, plans, and invoices, with Stripe and Qonto billing, monthly-invoicing automations, and support agents.

The configuration
This is the whole app. Copy it, change it, make it yours.
const app: AppConfig = {
name: 'sovrium-partner',
description:
'ESSENTIAL SERVICES builds tailor-made software with Sovrium.',
languages,
auth, // admin / member roles
env: [ // Pappers, Stripe, Qonto integrations
{ key: 'STRIPE_API_KEY', required: true },
{ key: 'QONTO_API_KEY', required: true },
],
tables, // clients, plans, invoices
automations, // monthly invoicing
agents, // support + project assistants
pages,
}Run it
Install Sovrium, then start the app from its config.
curl -fsSL https://sovrium.com/install | sh
sovrium start app.yamlBuild your own
Start from a template or an empty file. One config, and Sovrium runs the whole app.