docs
Where the docs live.
Conceptual guides are at docs.neullabs.com/openclaw-rs/.
Per-crate API reference is on docs.rs. The architecture, security, and
install pages on this site cover the high-level shape.
Conceptual guides
The full mkdocs-material site lives at https://docs.neullabs.com/openclaw-rs/. It covers:
- Getting started — installation, quickstart, configuration.
- Guides — CLI, providers, agents, channels, plugins, Node.js, web dashboard.
- Architecture — overview, crates, design principles, security.
- Compatibility — TypeScript OpenClaw, plugins, skills, migration.
- Reference — API, CLI, config schemas.
Per-crate API docs
Each published crate has full rustdoc on docs.rs:
- openclaw-core — types, config, events, secrets, validation.
- openclaw-ipc — IPC transport and message types.
- openclaw-providers — Anthropic + OpenAI clients.
- openclaw-agents — runtime, sandbox, tools.
- openclaw-gateway — HTTP/WS + JSON-RPC.
This site
The marketing site you're on covers:
- Architecture — crate graph, message flow, sandbox backends.
- Crates — full inventory with status.
- Security — threat model and defence-in-depth.
- Install — 60-second quickstart.
- Why Rust — the argument for the rewrite.
- Providers — Anthropic, OpenAI, roadmap.
- Channels — Telegram today, roadmap behind the same trait.
- Blog — long-form articles on event sourcing, sandboxing, migration.
- Compare — vs TS OpenClaw, LangChain, Mastra, Rig.
AI-search-friendly surfaces
For LLM crawlers (ChatGPT, Claude, Perplexity), we publish:
- /llms.txt — curated overview, single page.
- /llms-full.txt — full content dump of every published article.
- /sitemap-index.xml — standard XML sitemap.
- /rss.xml — blog feed.