bolt web starts a Bolt server and serves a browser UI in front of it. It’s the same engine as the TUI, just rendered in a browser tab.
Start it
When to use the web UI
- Running Bolt on a beefy remote machine but driving it from a laptop.
- Sharing a live session with a teammate for pair-debugging.
- Environments where a full TUI is awkward (Chromebooks, tablets, coworking machines).
Related
- Headless Server — the underlying API server.
- Remote Sessions — attach a TUI to the same server the web UI serves.