Skip to main content
All apps
Business app

Projects

Project management over two tables and four views: a Gantt timeline, a drag-and-drop task board, a deadline calendar, and a KPI dashboard — with an automation that emails the assignee when a task gets blocked.

The configuration

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

name: projects
description: >-
  Project management workspace — plan projects on a Gantt
  timeline, run the work on a task kanban, and track deadlines
  on a calendar. One config, four views over the same tables.

tables:
  - $ref: ./config/tables/projects.yaml
  - $ref: ./config/tables/tasks.yaml

automations:
  - $ref: ./config/automations/notify-assignee-on-blocked.yaml

Run it

Install Sovrium, then start the app from its config.

curl -fsSL https://sovrium.com/install | sh
sovrium init my-projects --template projects

Build your own

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

Built with Sovrium