Cloudflare Launches Nimbus: AI-Ready Documentation Framework Built for the Agentic Web
Key Takeaways
- ▸Nimbus is a documentation framework built for the 'agentic web' where AI agents and humans both read documentation, shipping both human-readable and machine-parseable formats by default
- ▸Developers own all code from day one—no upstream theme lock-in; layouts, components, styles, and content are editable files in the repository
- ▸Built on Astro and scaffolded via npm, Nimbus automates agent-readable features like /llms.txt indexing and JSON-LD structured data without additional developer effort
Summary
Cloudflare has unveiled Nimbus, a documentation framework specifically designed for an age where AI agents read alongside humans. Built on top of Astro and distributed as an npm package, Nimbus scaffolds documentation sites in a single command while ensuring every page is readable by both people and AI systems.
The framework emphasizes developer ownership and control. All generated code lands in your repository as editable files—layouts, components, styles, and content are yours from day one. Every documentation page automatically ships with a clean Markdown twin, and the site includes /llms.txt indexing and JSON-LD structured data, enabling AI agents to parse documentation natively. Developers can easily build agents into their documentation workflow using Nimbus's component recipes.
Nimbus represents Cloudflare's bet that documentation infrastructure must evolve as AI agents become primary consumers of developer-facing content. By making agent-readability a first-class concern alongside human usability, the framework removes the friction of dual-channel documentation while keeping developers in control of every aspect of their site.
- The framework enables developers to build AI agents directly into their documentation workflows through component recipes
Editorial Opinion
Cloudflare's timing is prescient. As AI agents become routine consumers of developer documentation, building agent-readability into the product rather than treating it as an afterthought is a smart move. By combining machine-friendly output formats with a philosophy of developer ownership, Nimbus addresses a real need in the agentic AI era—making documentation work for both humans and LLMs without forcing developers into third-party solutions. This approach could set a new standard for how documentation infrastructure evolves alongside AI.



