Clean code on a monitor

Built for the AI era

A CMS designed from the ground up for LLM agents to read, write, and manage.

Our philosophy

Agensite follows a simple principle: content belongs in files, not databases. Every page is a single markdown file with YAML frontmatter that defines its structure and metadata. The SQLite database is a queryable index that can be rebuilt at any time from the source files.

This design makes the CMS inherently LLM-friendly. Agents can read and write markdown files naturally, and the MCP interface provides structured tools for every content operation. There is no admin dashboard to navigate — the AI agent is the interface.

Agensite architecture diagram
The flat-file architecture keeps content in markdown and uses SQLite as a derived index.