Skip to content

ChatBoard Docs

Long-lived documentation for ChatBoard lives here.

Topics

  • CLI reference: command tree, side effects, and ensure derivation rules.

GitHub Project Chinese Docs

Web UI

  • The Settings button in the board header manages backend profiles through the same-origin server-side proxy; browsers select only profile ids and never directly access backend URLs or store/send backend tokens.
  • The backend profile store should be managed through ChatEnv / ~/.chatarch: the default file is ~/.chatarch/chatboard/backends.json, with CHATBOARD_BACKENDS_FILE as an explicit override. Backend API tokens are one-way credentials used only by the proxy when calling that backend.

Local Preview

pip install -e ".[docs]"
mkdocs serve

Chinese version: https://arch.gh.wzhecnu.cn/ChatBoard/