What you can do with Norbital.
Keep operational records together, give each team the right tools, automate repeat work, control access, and use AI in the same workspace. Choose a capability to see what it solves.
Workspace building blocks
Shape the system around your operation.
Store your records, give teams purpose-built screens, automate repeat work, connect systems, and control who can do what.
Collections
A shared home for operational records, relationships, and history across every team.
- Schema in +model.ts
- Relationships between collections
- Record labels for selectors
Apps
Give each team purpose-built screens while everyone works from the same records.
- Svelte pages under src/apps/
- Filesystem-discovered metadata
- Policy-filtered app access
Automations
Handle recurring checks, reminders, and background work when records or schedules change.
- defineAutomation in source
- Cron and manual triggers
- Runs in pod runtime
Remote functions
Create controlled actions that coordinate several records or exchange data with another system.
- src/remotes/+<lower_snake_case>.ts
- Typed inputs and outputs
- Policy-aware execution
Access control
Give each team the right access, require approval for sensitive work, and retain every change.
- One governing policy per team
- Write-then-lock approvals
- Audit logs and revision tracking
Managed tools
Run and improve the workspace.
Use Agent to find and act on information. Use Workspace Studio to test, publish, and roll back changes safely.
Agent
Find information, summarize records, and move to the right task without searching through every app.
- Natural-language assistance
- Policy-aware access
- Metered AI usage
Workspace Studio
Test workspace changes before they affect the team, then publish or roll them back safely.
- In-browser source editor
- Checkpoints preview, go live, and rollback
- People, teams, and policy admin