What Is Carapace?
Carapace is a git-native content platform for teams who'd rather their blog lived in version control than in a database.
There's no admin panel to log into and no headless CMS API sitting between your content and your site. Every post is a plain HTML file, sanitized at read time and rendered straight into the page. Publishing is a commit. Rolling back is a revert.
Why "git-native"?
Most CMS platforms bolt git on as an afterthought — a sync button, an export feature, a "connect your repo" integration. Carapace starts from git and builds outward:
- Posts live as HTML plus JSON sidecar metadata in an ordinary repository
- Drafts are branches, not a hidden status flag in a database row
- Every edit is a commit with a real author and a real diff
If you already trust git to manage your code, you already trust it enough to manage your words.
The result is a content layer that plays well with the same review, rollback, and audit habits your team already has for software.