Getting Started

Your site is live. This page covers what's already set up and where to go from here.

What create-carapace built

Two GitHub repos: an app repo (the site's code) and a content repo (this one). A GitHub App with write access to the content repo only — never the app repo. Cloudflare Pages, plus four Workers: a preview server, a scheduler, an image uploader, and a remote MCP server.

Editing content

Content is edited through MCP tools, not an admin panel. Connect this site's MCP server to Claude (or any MCP client), and an author — human or AI agent — can create, edit, and publish posts and docs directly. Every edit is a real commit to this repo.

See the MCP Tool Reference for every available tool and its parameters.

Publishing

Edits land on a draft branch first. Publishing merges that branch and triggers a rebuild — there's no separate "deploy" step to remember.

Customizing the site

Colors, fonts, and content width are tokens, editable through MCP the same way content is — see the Style Guide Reference. Anything deeper (templates, layout) lives in the app repo as plain TypeScript/CSS, overridable per-file without forking Carapace itself.

Configuration

Every environment variable this site reads, and its default, is listed in the Configuration Reference.