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

Ship beautiful docs from your terminal. Write MDX locally, deploy with one command.

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