Add a minimal UI shell that connects to the gateway WebSocket and exposes developer-visible session state. Align the architecture, protocol, setup, integration, and backlog docs with the current UI increment.
11 lines
413 B
Markdown
11 lines
413 B
Markdown
# vela-ui
|
|
|
|
This workspace contains the Vela browser UI as a minimal SvelteKit app.
|
|
|
|
Current status:
|
|
|
|
- SvelteKit app boots in the Yarn workspace
|
|
- root page shows a minimal voice-session shell with connect/disconnect controls
|
|
- the shell can connect to the gateway `/ws` endpoint and display developer-visible session status
|
|
- microphone capture, transcript rendering, and audio playback remain future increments
|