Skip to content
Docs are AI infrastructure now

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.

acme.blode.md
Preview of a Blode.md documentation site
AfolderofMarkdownbecomestheknowledgelayeryourusersreadandtheiragentsrunon.Onyourdomain.Rebuiltoneverycommit.

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. 1.Install the GitHub app at github.com/apps/blodemd
  2. 2.Pick a repo and a docs folder
  3. 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.

GitHub auto-deploy
Every push rebuilds in seconds. No pipeline to maintain.
Custom domains
Point a domain, get SSL. Or proxy docs at yourdomain.com/docs.
MDX components
30+ components out of the box. Content people skim and agents parse.
Search
One search index. Same results for people and agents.
Content types
Docs, blogs, changelogs, and courses on one domain. One source of truth.
API reference
Point at an OpenAPI spec. Ship a reference developers and agents can follow.

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.