Skip to content
Blode.md

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.

Introduction

Blode.md is a docs-as-code platform: write MDX in your repo, configure navigation in docs.json, and deploy hosted documentation with blodemd push.

Blode.md is a docs-as-code platform. You write documentation as MDX files in your repository, configure navigation and branding in a single docs.json file, and deploy with blodemd push.

How it works

Write MDX

Create .mdx files with Markdown, JSX components, and frontmatter. Over 30 built-in components are available with no imports needed.

Configure

Define your navigation and branding in a single docs.json file.

Deploy

Run blodemd push from your terminal or CI pipeline. Your docs are live in seconds.

Features

Next steps