Responsive app shell
Top-level navigation, breadcrumbs, period filtering, and role-aware routes.
Appearance
Orbit’s React application is a role-aware, installable web experience. It handles the personal app, counselor viewer, auth screens, admin workspace, and assistant surfaces while staying synchronized with the API.
Top-level navigation, breadcrumbs, period filtering, and role-aware routes.
Manifest, install prompt, app icons, and standalone navigation.
An explicit connection-status component and service worker support.
A WebSocket endpoint and UI target/sync APIs support controlled remote actions.
A route reserved for developer-mode use.
The application provides install metadata and a service worker. The interface can communicate connectivity status rather than silently failing when a user is offline. PWA support improves access to the primary practice loop, but it does not imply that every server-backed interaction works without a connection.
The platform can report a current screen, establish a UI session, synchronize routes, expose named UI targets, and accept actions. A Durable Object hosts the push channel. This is an operational/assistant capability, not a general browser automation product.