A lightweight, self-hostable, China-friendly web client for Clawdbot.
No new channels. Just reliable chat.
- Chat is the product — everything else is optional.
- Direct connection — talk to Gateway WS, remove middle layers.
- Minimum maintenance — no new channel, no core patches.
- China‑friendly deploy — self-hosted, proxy-ready, network‑controllable.
- Connect to Gateway (URL + token/password)
- Session list (
sessions.list) - Message history & send (
chat.history/chat.send) - Real-time WS notifications
- Auth presets (saved locally)
cd clawdbot-webchat-lite
npm install
npm run dev- This client connects directly to the Gateway WebSocket.
- If your Gateway requires auth via headers, use a reverse proxy to inject headers or include a token in the WS URL query.
- Clawdbot users in restricted or slow networks
- Developers who want a tiny open-source client
- PWA (offline cache / installable)
- Session search & pin
- Multi-Gateway switch
If you like this project, please star it and open PRs.