Skip to content

Gateway Console (Web UI)

The gateway console is the React single-page app in the web/ package (Vite, Tailwind CSS v4, hash-based routing). It is the browser UI served by the gateway alongside the HTTP API.

How it connects

MechanismUse
RESTSettings, sessions, cron, logs, config, etc.
SSEAgent streaming (POST /api/agent with Accept: text/event-stream)
EventSourceBroadcast channel events (GET /api/events, optional ?token=)

Authentication uses the gateway token (see gateway / onboard docs).

Stack (summary)

  • React 19, React Router 7 (createHashRouter), Zustand, SWR, Lucide, Radix UI where needed

For contributor-oriented details, see Web UI in the repository root AGENTS.md.

Released under the MIT License.