
Portal
Intranet
A company intranet: a public welcome page plus an auth-gated employee hub with announcements, a people directory, shared resources, and role-gated manager tools.
Demo sign-in
Email
demo@sovrium.com
Password
Sovrium-Demo-d8462d!
Resets every night. Visitor changes are wiped, so feel free to explore.
This app is one of the hosted Sovrium demos.
The configuration
This is the whole app. Copy it, change it, make it yours.
name: intranet
version: 1.0.0
description: A company intranet — public pages plus an auth-gated employee hub with announcements, a people directory, and shared resources
auth:
$ref: ./config/auth.yaml
tables:
- $ref: ./config/tables/members.yaml
- $ref: ./config/tables/posts.yaml
- $ref: ./config/tables/resources.yaml
theme:
$ref: ./config/theme.yaml
pages:
- $ref: ./config/pages/home.yaml
- $ref: ./config/pages/sign-in.yaml
- $ref: ./config/pages/portal.yamlRun it
Install Sovrium, then start the app from its config.
curl -fsSL https://sovrium.com/install | sh
sovrium init my-intranet --template intranetBuild your own
Start from a template or an empty file. One config, and Sovrium runs the whole app.