AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
blodemd dev
Start a local Blode.md preview server with hot reload so you can write MDX and see production-quality docs update as you save.
Run the full Blode.md rendering engine locally so you can preview your documentation as you write.
Start blodemd dev while editing MDX so you see the same components, navigation, and search behavior as production. The file watcher reloads content changes automatically, and updates to docs.json trigger a full reload so sidebar and branding changes show up immediately.
A common loop: run blodemd validate once after editing config, then blodemd dev and keep the preview open while you write. When pages look right locally, deploy with blodemd push. If the server fails to start, check that docs.json exists (run blodemd new if you are starting from scratch).
blodemd devHow it works
The dev server starts a local Next.js instance that renders your documentation with the same engine used in production. A file watcher monitors your docs directory and triggers automatic browser refreshes when content changes. Changes to docs.json trigger a full server reload.