Skip to main content
All apps
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.

The configuration

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

name: people
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.

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

automations:
  - $ref: ./config/automations/approve-time-off.yaml

Run it

Install Sovrium, then start the app from its config.

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