Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.31 KB

File metadata and controls

59 lines (42 loc) · 1.31 KB

Clawdbot WebChat Lite

中文

Clawdbot WebChat Lite

A lightweight, self-hostable, China-friendly web client for Clawdbot.
No new channels. Just reliable chat.


First‑principles design

  • 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.

Highlights

  • 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)

Quick start

cd clawdbot-webchat-lite
npm install
npm run dev

Notes

  • 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.

Who is it for

  • Clawdbot users in restricted or slow networks
  • Developers who want a tiny open-source client

Roadmap

  • PWA (offline cache / installable)
  • Session search & pin
  • Multi-Gateway switch

If you like this project, please star it and open PRs.