u/tffarhad

Cloudflare's EmDash CMS is exciting. But have you tried Sitepins?
🔥 Hot ▲ 51 r/CloudFlare+1 crossposts

Cloudflare's EmDash CMS is exciting. But have you tried Sitepins?

Cloudflare's EmDash got a lot of attention this week.
But if you dig into it, you need to manage a database to use it. And if you want the sandboxed plugins feature, you're basically on Cloudflare's stack.

That's fine for some projects. But a lot of Astro devs don't want that.

There's a different way worth talking about.

Use GitHub as your database. And use a Git-based CMS like Sitepins.

Your content lives in your repo with full version control, branching, and history. No database to manage. No vendor to lock you into. Your content is just files. You can still use the visual editor.

I'm part of the team building Sitepins (small bootstrap company) so take this with that context. But I genuinely think the approach is worth considering.

It works with Astro, Next.js, and Hugo out of the box. A few things worth knowing:

  • It is ridiculously easy to setup. Just connect your repository, select the content folder and start editing.
  • Supports MDX, iframes, has a built-in AI assistant and more..
  • No database required, Git is your backend
  • 1000+ users already on it

If you just want to add a CMS to your Astro site today without changing your stack, give it a shot: sitepins.com

Happy to answer questions if you've tried it or are comparing options.

u/tffarhad — 1 day ago
Cloudflare just released EmDash — an open source CMS built on Astro
🔥 Hot ▲ 222 r/astrojs

Cloudflare just released EmDash — an open source CMS built on Astro

Cloudflare built a full-stack TypeScript CMS on top of Astro and called it the "spiritual successor to WordPress."

  • TypeScript all the way down, no PHP
  • Built on Astro
  • Plugins run in sandboxed Worker isolates. No direct DB or filesystem access
  • MIT licensed
  • Has a WordPress importer built in
  • MCP server built in so AI agents can manage your site
  • Themes are just Astro projects

if you want to follow along, there's a dedicated subreddit at r/emdash_cms

- GitHub: github.com/emdash-cms/emdash
- Official announcement: blog.cloudflare.com/emdash-wordpress
- Playground https://emdashcms.com/playground

u/tffarhad — 2 days ago
What's new in Astro - March 2026
🔥 Hot ▲ 83 r/astrojs

What's new in Astro - March 2026

Summary:

  • Astro 6.0 is out with a refactored dev server, experimental Rust compiler, live content collections, CSP support, and more, plus a v5 → v6 upgrade guide. Astro 6.1 adds finer control over image optimization, richer Markdown config, and updated i18n hooks.
  • CloudCannon becomes an official Astro CMS partner and launches an Astro Component Starter, with a community challenge and three highlighted winning projects.
  • Huge batch of Astro v6‑ready themes: the Themes & Templates section spotlights updated themes from Themefisher alongside many other authors’ themes now marked v6 ready.
  • Major ecosystem updates: Starlight 0.38 ships with Astro 6 support and improved typography, and many popular Astro themes have been updated to be v6‑ready.
  • Packed community content: multiple migration case studies (WordPress, Framer, big blogs), in‑depth Astro 6 and SEO articles, live content collections testing, OAuth, i18n, dark mode, and more.

Full Post - https://astro.build/blog/whats-new-march-2026/

u/tffarhad — 3 days ago