CMS for the Astro sites you hand to clients.

No integration, no plugin, no schema. Your client edits the Astro site by chat, and every publish is a plain commit your host rebuilds from.

No credit card, cancel anytime.

The Astro handoff problem

Astro is a joy to build with and an awkward thing to hand over. The classic answers each tax you differently: a headless CMS means schemas, SDKs, and moving content out of the repo; a Git-based admin panel means a config file to maintain and a form UI your client never learns; doing the edits yourself means every phone-number change is an email to you.

CMS Brew takes a fourth path. Content stays in the repository, exactly where Astro reads it. CMS Brew maps the editable text and images automatically, your client edits in chat, and each publish is one commit that triggers your normal build.

Nothing added to your site

No integration, no SDK, no script tag, no content fetching to rewrite. The repo stays a plain Astro project; CMS Brew reads it and commits to it from outside.

Made for how Astro stores content

Pages, components, frontmatter, images. CMS Brew maps your existing files, handles dynamic routes like blog/[slug], and scopes edits per page, so the client edits the page they mean.

Safe enough for clients

Per-field guard levels decide what publishes freely and what waits for review, and requests for new pages, layout, or code are refused in the chat and escalated to you with the client's words attached.

Side by side

CMS Brew vs Headless CMS

CMS BrewHeadless CMS
Integration workConnect the GitHub repository. That is the setup.Install an SDK, define a schema, rewrite pages to fetch from an API.
Where content livesIn your repository, in the files Astro already reads.In the vendor's database, behind their API.
What the client learnsNothing. They type what they want changed.The studio UI and your content model.
PublishingOne commit; Netlify, Vercel, or Cloudflare rebuilds as usual.A webhook from the CMS triggers your builds.
Review before publishPer-field guards and a review queue, included.Roles and approval workflows, usually on higher tiers.
Cost model$39/mo for 5 sites, unlimited editors.Per-seat pricing that grows with every editor you invite.

The honest trade-off

If a site needs thousands of structured entries, localization pipelines, or content shared across several apps, a real headless CMS earns its schema. For the restaurant, the practice, the portfolio, the 20-page brochure site, moving content out of the repo is cost without payoff.

How it works

Three steps, then it's live.

  1. 01Connect

    Point it at the site you built

    CMS Brew turns it into a simple list of things your client can edit. No rebuild, no plugin.

  2. 02Edit

    Clients edit in plain words

    Your client opens a chat and says what to change: a phone number, a headline, a photo. They see it live before it ships.

  3. 03Publish

    Safe changes go live

    Safe edits publish in one click. Bigger requests, like a new page or code, come straight to you.

FAQ

What people ask before switching.

Yes. CMS Brew maps the editable text and images in the files your site is built from, including .astro pages and components and their frontmatter, and it handles dynamic routes like /blog/[slug] per page. It is built for editing the content of existing pages; a brand-new page or section is an out-of-scope request that gets escalated to you.

Stop being the person who updates the phone number.

Give your client the keys to the content. Keep the keys to the code.

Prefer to talk first? Book a 30-minute call