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.
Custom domains
Point a custom domain or subdomain at your Blode.md docs site, configure DNS with CNAME records, and add the domain in your project dashboard.
Every project deployed with blode.md gets a subdomain at your-slug.blode.md automatically. You can also point your own domain to your docs site for a fully branded experience.
Default subdomain
When you run blodemd push, your docs are published to {slug}.blode.md, where slug is the project slug resolved from --project, BLODEMD_PROJECT, or docs.json slug. No per-project DNS setup is required because the platform wildcard handles *.blode.md.
Add a custom domain
Decide whether to use a subdomain (e.g., docs.example.com) or an apex domain (e.g., example.com).
Subdomains are recommended. They are simpler to configure and do not interfere with your root domain's other records.