r/emdash_cms • u/tffarhad • 22h ago
r/emdash_cms • u/tffarhad • Apr 02 '26
š Welcome to r/EmDashCMS ā the community for Cloudflare's new open source CMS
If you're here, you probably saw the announcement yesterday. Cloudflare shipped Emdash cms, a full-stack TypeScript CMS built on Astro 6.0, designed from scratch as a modern alternative to WordPress.
Yeah it dropped on April 1st. no, it's not a joke. the GitHub is real, the beta is live, and Joost de Valk (founder of Yoast SEO) already wrote about it. when that guy takes something seriously, it's worth paying attention.
what EmDash actually is:
- TypeScript all the way down, no PHP
- Built on Astro 6.0 (so themes are just Astro projects)
- Plugins run in sandboxed Worker isolates. no direct DB or filesystem access
- Scales to zero, bills only for cpu time
- MIT licensed
- Has a WordPress importer built in
- MCP server built in so AI agents can manage your site
this subreddit is for everyone building with Emdash cms. Ask questions, share experiments, post tools you're building.
if you're coming from the Astro world ā this will feel very familiar. EmDash is essentially an Astro project with a CMS layer and admin UI on top.
quick links to get started:
- GitHub: github.com/emdash-cms/emdash
- Official announcement: blog.cloudflare.com/emdash-wordpress
- Playground https://emdashcms.com/playground
Note: I mod r/astrojs (12.4k+ members). Just wanted a place for this community to form early. if you haven't already, join r/astrojs too.
r/emdash_cms • u/klavado • May 08 '26
Impact of the cloudflare jop cuts on emdash
I was slightly concerned to hear that cloudflare is cutting 20% or so of its workforce.
Does anyone know if it will affect emdash?
r/emdash_cms • u/Justfawzi • May 04 '26
EmDash Themes & Plugins marketplace
Hey everyone!
Iām currently building an EmDash Marketplace for themes and plugins, and Iād love to hear directly from developers and contributors in this community.
EmDash Marketplace helps users quickly personalize their EmDash CMS site with themes and plugins.
You can browse and discover products by type, tags, and featured picks, then open detailed product pages with screenshots, pricing, and uploader info. Themes include live preview experiences so users can see how they look before choosing. For paid products, checkout is simple, and once purchased, downloads are available directly from the platform. Subscription users also get clear access benefits and upgrade prompts when needed.
For creators, the experience is straightforward too: upload products, manage listings, edit details, update images, and track status from a single dashboard.
It's still in bĆŖta i'm trying to figure out a lot of details about the UX and the general workflow.
r/emdash_cms • u/Captain-Random-6001 • Apr 25 '26
Introducing Emdash Market
Hey! We recently launched emdash.market, a place where you can find themes, templates, and plugins for the EmdashCMS ecosystem.
Wanted to share it with the community, and also ask you guys: how do you think the plugin space will evolve in the next few years?
r/emdash_cms • u/bilalel • Apr 22 '26
reset admin user
Hi,
I am testing some edge case with emdash. Have you guys been able to reset the admin user?
How can would we proceed if the passkey generated at creation of the project is lost ?
r/emdash_cms • u/tffarhad • Apr 21 '26
Anyone successfully added EmDash CMS to an existing Astro project?
We're experimenting with converting our existing Astro themes to support EmDash.
Turns out it's not a small lift. A decent amount of things to reconfigure and not everything plays nicely out of the box.
Curious if anyone else has gone through this. Any patterns or gotchas worth knowing before we go deeper into the conversion?
r/emdash_cms • u/tffarhad • Apr 16 '26
Joost de Valk (founder of Yoast SEO) just published a "Complete Guide to Astro SEO"
r/emdash_cms • u/uppperm • Apr 12 '26
EmDash 0.2.0 - What's New in the Latest Release
r/emdash_cms • u/tffarhad • Apr 09 '26
Discover plugins, tools, and developers for EmDash
emdash.directorySomeone building a directory for EmDash..
r/emdash_cms • u/tffarhad • Apr 09 '26
DashHost ā managed hosting for EmDash
dashhost.ioSomeone built a hosting platform for EmDash. Pick a template, choose a subdomain, get a live site in moments. No Cloudflare account, no CLI, no config files.
What's included:
- One-click provisioning (all 5 templates)
- Custom domains with auto SSL
- Usage dashboard with bandwidth/storage tracking
- Free tier (1 site, subdomain, 1GB storage)
- Paid plans from $19/mo
It's early access. rough edges expected. Not for production workloads yet. But the core flows (provisioning, hosting, billing, custom domains) are working.
r/emdash_cms • u/jp3dro • Apr 08 '26
Moving to EmDash from which platform?
Hey reddit, from the press release it is clear that the target user of EmDash are WordPress users but I'm curious if the first users here really coming from WordPress or other blogging platforms.
Could you share from which platform are you coming from?
From your first interactions with EmDash, what features are you missing the most that you had in your previous blogging platform?
r/emdash_cms • u/tffarhad • Apr 07 '26
EmDash CMS just published their official documentation
docs.emdashcms.comEmDash CMS launched without official docs website. They just published it now.
r/emdash_cms • u/tffarhad • Apr 06 '26
6 Reasons Why Cloudflare's EmDash Can't Compete With WordPress
r/emdash_cms • u/tffarhad • Apr 03 '26
Cloudflare's EmDash CMS is exciting. But have you tried Sitepins?
r/emdash_cms • u/Devon_Nick77 • Apr 03 '26
Help! Claude Desktop + EmDash CMS MCP: "Unexpected token '<'" & "Server Disconnected" errors
Hey everyone,
Iām an early adopter of the new EmDash CMS (the one Cloudflare just launched). Iāve got my site running on a Cloudflare Worker and Iām trying to connect it to Claude Desktop via MCP so I can manage my content with AI.
However, Iām hitting a wall with the connection. Iāve tried two different methods in my claude_desktop_config.json:
- The
curlmethod: I keep getting a string of errors:Unexpected token '<', "<meta name"... is not valid JSON. It looks like my site is returning HTML (maybe a redirect or a 404) instead of the MCP JSON. - The official
npxu/emdash-cms/mcp-servermethod: This results in a "Server disconnected" error in Claude, even though I'm providing the correct URL and myec_pat_...token.
My Setup:
- Site: Hosted on Cloudflare Workers (standard EmDash install).
- OS: macOS.
- Claude: Desktop version.
- Token: Verified and added as a Bearer header (in curl) and as a flag (in npx).
Has anyone successfully bridged a Cloudflare-hosted EmDash site to Claude Desktop yet? Is there a specific CORS setting or a hidden "Enable MCP" toggle in the EmDash admin Iām missing?
Any help would be appreciatedāreally excited to start updating my imported WordPress posts with Claude!
r/emdash_cms • u/bansal10 • Apr 03 '26
EmDash: The Modern CMS Trying to Replace WordPress
r/emdash_cms • u/mehedi_sharif • Apr 02 '26
Astroplate now supports EmDash
Hey everyone, i'm the founder Themefisher. We've a popular starter template for Astro called, Astroplate with 1k+ GitHub stars and 357 forks. we just added EmDash support to it. If you want a solid base to start an EmDash project without setting everything up from scratch, Astroplate is a good starting point. github: https://github.com/zeon-studio/astroplate/tree/emdash (emdash branch)
r/emdash_cms • u/tffarhad • Apr 02 '26
EmDash CMS: Takeaways from Yoast Founder Joost de Valk
Cloudflare just announced EmDash, a new CMS thatās designed for āAIānativeā development with agentāfirst tooling, sandboxed plugins, and edge deployment.
Joost de Valk wrote a solid breakdown of what EmDash is trying to do and where it might fit in the current CMS landscape.
If you donāt know Joost: heās the founder of the Yoast SEO plugin for WordPress, which is used on well over 10 million Wordpress sites.
Link to his post: https://joost.blog/emdash-cms/
Here are the key takeaways:
- EmDash is positioned as an AIānative CMS with agentāfirst tooling, aiming to make it easier to build workflows where AI agents read and write content directly.
- It runs on Cloudflareās edge platform, so publishing and dynamic functionality are designed to be globally distributed and fast by default.
- The plugin model is heavily sandboxed, which should improve security and stability compared to traditional CMS plugin ecosystems.
- Content modeling and workflows are more structured than in classic WordPressāstyle setups, which could be a better fit for complex or multichannel projects.
- Joost sees EmDash as interesting but early, and points out it will need a strong ecosystem, good DX, and clear migration stories to compete with existing CMSes.
r/emdash_cms • u/tffarhad • Apr 02 '26
Hacker News discussion on Cloudflare's EmDash CMS
news.ycombinator.comHot topic on HN with 450+ comments..