Skip to main content
The Golain Platform Web (pw) is the browser UI for managing organizations, projects, fleets, devices, edge replication, integrations, and settings.

Access the console

Sign in with Zitadel OIDC. After login the app stores your access token and sends it on every API request together with the active ORG-ID header.

Layout

Routes follow /:org_id/:project_id/<feature>. Changing org or project updates the URL and reloads scoped data.

Feature modules

Each module loads on demand for faster initial page load.

Local development with mock data

Developers can run the UI without a live backend:
Mock mode seeds a fake Dev User and realistic sample fleets/devices. Switch to real auth by setting VITE_MOCK_AUTH=false and configuring Zitadel variables in .env. Many console actions have CLI equivalents in platform-tui — useful for scripting and CI.

Fleets & devices

Create fleets, register devices, view MQTT details.

Edge Sync

Replicate SQLite from devices — policies, bundles, governance.