Skip to main content
All apps
Assets
Business app

Assets

Everything the company owns, barcoded, photographed, valued, and assigned: grouped by location in the register, dragged through its lifecycle on a kanban, with a quarterly inventory-check cron.

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: assets
version: 1.0.0
description: >-
  Asset tracker — laptops, monitors, vehicles, and everything else the company
  owns: barcoded, photographed, valued, assigned to a person, and grouped by
  location. A quarterly cron nudges the team to run an inventory check.

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

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

tables:
  - $ref: ./config/tables/locations.yaml
  - $ref: ./config/tables/assets.yaml

pages:
  - $ref: ./config/pages/sign-in.yaml
  - $ref: ./config/pages/inventory.yaml
  - $ref: ./config/pages/gallery.yaml
  - $ref: ./config/pages/board.yaml

# Automations run server-side with full history in your own database.
automations:
  - $ref: ./config/automations/quarterly-inventory-check.yaml

Run it

Install Sovrium, then start the app from its config.

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

Build your own

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

Built with Sovrium