The Golain Platform Web (Documentation Index
Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt
Use this file to discover all available pages before exploring further.
pw) is the browser UI for managing organizations, projects, fleets, devices, OTA, integrations, and settings.
Access the console
| Environment | URL |
|---|---|
| Production | https://web.ilyama.golain.io (or your operator URL) |
| Local dev | http://localhost:5173 after npm run dev |
Layout
/:org_id/:project_id/<feature>. Changing org or project updates the URL and reloads scoped data.
Feature modules
| Module | Purpose |
|---|---|
| Home | Project dashboard and shortcuts |
| Fleets & devices | Fleet CRUD, device list, device detail, certificates |
| OTA updates | Releases, deployments, rollout status |
| Connections | Integration accounts and bindings |
| Definitions | Data points, shadows, contexts |
| Dashboard | Panel visualizations |
| Rule engine / Quick rules | Automation pipelines |
| Logs & activities | Audit and alert views |
| Settings | Org and project configuration |
| User authentication | Members and access |
| Analysis / Reports / Query builder | Data exploration |
Local development with mock data
Developers can run the UI without a live backend:VITE_MOCK_AUTH=false and configuring Zitadel variables in .env.
Related tools
Many console actions have CLI equivalents in platform-tui — useful for scripting and CI.Fleets & devices
Create fleets, register devices, view MQTT details.
OTA updates
Ship firmware to tagged devices.