Skip to content
Back to features
Operational UI

Apps

Build Svelte pages for dashboards, forms, queues, and other operational work.

Read the technical documentation
Tenant app pages registered in workspace source

What it is

Apps are Svelte pages you author as src/apps/**/+<lower_snake_case>.svelte. The filename owns the app ID. Apps compile with the rest of workspace source and serve at /<org>/app/<slug>.

Apps import Pod UI primitives and the workspace SDK. They are operational interfaces, not a separate admin builder or dynamic UI layer.

What you author

  • Page components for dashboards, forms, queues, and status boards
  • Static title, description, and icon metadata
  • Team visibility through the policy assigned to each team

How apps share a workspace

Each department gets screens shaped for their workflow while sharing the same collections, hooks, and policies underneath.

Next feature

Automations

Run checks, reminders, and repeat work without manual follow-up.