Skip to main content
All apps
People
Business app

People

An HR workspace with teeth: the photo directory hides salaries behind field-level permissions (server-side), and each time-off request pauses an automation until an admin approves it.

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.

app.yaml
name: people
version: 1.0.0
description: >-
  HR workspace — an employee directory with field-level salary protection, a
  time-off calendar, and a request flow where an approval automation pauses
  until an admin signs off.

auth:
  $ref: ./config/auth.yaml

theme:
  $ref: ./config/theme.yaml

tables:
  - $ref: ./config/tables/employees.yaml
  - $ref: ./config/tables/time_off_requests.yaml

pages:
  - $ref: ./config/pages/sign-in.yaml
  - $ref: ./config/pages/directory.yaml
  - $ref: ./config/pages/time-off.yaml
  - $ref: ./config/pages/requests.yaml

# Automations run server-side with full history in your own database.
automations:
  - $ref: ./config/automations/approve-time-off.yaml

Run it

Install Sovrium, then start the app from its config.

>_ terminal
curl -fsSL https://sovrium.com/install | sh
sovrium init my-people --template people

Build your own

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

Built with Sovrium