SpecsModelExplore
Overview
Actors
External Systems
IoT Platform
Edge
Ingestion
Stream Processing
Device Management
User-Facing Apps
Dashboard Web App
App ShellLive ChartsFleet TableAlert Inbox
Mobile App
Platform
App Shell
What it hosts
Responsibilities
SpecsModelExplore
App Shell
OverviewGuideLinks and Communications

App Shell

The App Shell is the frame the rest of the dashboard renders into. It owns the layout, client-side routing and the authentication session, so individual views like the Fleet Table can focus purely on their data.

One place for cross-cutting concerns

Auth, navigation chrome and global error boundaries live here once, instead of being re-implemented by every feature view.

What it hosts

Responsibilities

  • Authenticate the operator and keep the session fresh.
  • Provide the persistent navigation, header and layout regions.
  • Mount the active view and catch render errors at the boundary.