Documentation

Bird CMS documentation

Bird CMS is a markdown CMS your AI agent edits directly. Content is plain .md files on disk - no database on the hot path, no build step, no plugins. Pages are live the moment their files exist, and every page ships Schema.org markup, a sitemap and llms.txt by default, so it is built to be cited by answer engines.

Written for two operators

You do not have to be a developer to run a Bird CMS site. The whole system is designed around two operators working together:

Why Bird CMS

  • Agent-native. A stdio MCP server exposes the site to Claude, Cursor, Continue and Zed - no API key to provision, no plugin, no copy-paste loop.
  • Files on disk. git diff is your audit trail, cp -r is your backup, grep is your search. No database to run or restore.
  • AEO from day one. Schema.org for 13+ types, sitemap, robots and llms.txt are generated automatically.
  • Featherweight. The engine is a couple of megabytes - small enough to read end-to-end - with atomic versioned-symlink deploys and one-command rollback.

Start here

New here? Run through the Quickstart, then pick your track: non-coder or AI agent.