The knowledge layer your AI runs on.
AI agents learn your product from your docs. Blode.md keeps them in your repo, versioned with the code, readable by people and machines.

How it works
Docs that ship with the code
Docs that drift from the code start telling agents the wrong thing. Blode.md ships from the same commit. Same review, same merge, same deploy.
- 1.Sign in with GitHub
- 2.Pick a repo and a docs folder
- 3.Push to main, deployed to acme.blode.md
What you get
One MDX project, one domain, one price
Components, hosting, search, and an API reference, all from the same repo. Everything to keep people and agents reading the same docs.
On your domain
Keep docs under the domain your users already trust
Proxy /docs through your marketing site. Blode.md never looks like a detour, to your users or the agents they send. Ready-made configs for Vercel, Cloudflare, Nginx and Caddy. Paste in, ship it.
// next.config.js
async rewrites() {
return [
{ source: '/docs/:path*',
destination: 'https://acme.blode.md/:path*' },
];
}Ship the knowledge layer your AI needs.
Sign in with GitHub, pick a repo, point us at your docs folder. Live in under a minute. Every push ships itself from there.