About
This is placeholder copy for the About page — swap it out for the real thing whenever it's ready.
Carapace is a git-native CMS: content lives in a git repo, edits happen through an MCP server, and the site itself is a static build with no database and no CMS server to run.
FAQ
What is Carapace?
Carapace is a git-native CMS: content lives in a git repo, edits happen through an MCP server, and the site itself is a static build with no database and no CMS server to run.
Do I need to run a database or a CMS server?
No. Content is stored as files in a git repository, and the site is a static build — there is no server-side runtime serving requests for regular visitors.
How do edits get published?
An author (human or AI agent) calls MCP tools to create or edit content, which commits directly to the content repository. Publishing merges the change and triggers a rebuild.