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
Knowledge that ships 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.Install the GitHub app at github.com/apps/blodemd
- 2.Pick a repo and a docs folder
- 3.Push to main, deployed to acme.blode.md
What you get
Everything the knowledge layer needs
One MDX project, one domain, one price. Components, hosting, and the workflow to keep people and agents on the same page.
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 today
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.