The agent console for tinkerers.
- Connect your OpenClaw and run multiple agent threads side by side
- Manage your todo lists and data tables (like Notion) through conversation
- Fully open-source: frontend, backend, iOS, and Android
The repository docs are now organized in a Docusaurus-friendly information architecture under docs/:
- docs/intro.md — entry page
- docs/product/ — product overview and capabilities
- docs/get-started/ — quick setup and local run path
- docs/integrations/ — OpenClaw / platform integration guidance
- docs/architecture/ — system architecture and package layout
- docs/faq/ — common issues and troubleshooting pointers
The docs site is managed as an independent project in apps/docs_site/ and renders content from the repository root docs/ directory.
cd apps/docs_site
npm install
npm run start
npm run build./tools/init_dev_env.shFor complete local setup and validation commands, see:
- docs/get-started/quickstart.md
BUILD.md