Discussion
The CMS is dead. Long live the CMS.
reconnecting: I have been using ProcessWire (1) for over a decade. Open-source, no dependencies, no-nonsense CMS — and when it comes time to build a new website, I go back to it even in 2026, because you make it once and it works for 10 years and counting.Cloudflare is just jealous, for that matter, that most of their customers are actually running WordPress.1. https://github.com/processwire/processwire
fg137: > Joost de Valk, founder of Yoast SEO, wrote about how he migrated his personal blog from WordPress to Astro, the hottest new JavaScript framework in town, and suggested the blasphemous idea that not all sites need a CMS (he’s since migrated again to EmDash, which I talk about later)That's a weird thing to read. (Not criticism for the author or the article)> Migrated his personal blogIs that a thing worth mentioning? I did that over a decade ago.> Astro, the hottest new JavaScript framework in townI thought it's 2026 now, not early 2010s. People still do that?> the blasphemous idea that not all sites need a CMSIs it? People still haven't accepted this?
gman83: I never really understood the argument, you can design the frontend with AI anyway and then use WordPress as the CMS for clients. Clients want to be able to log in, update CPTs, edit a calendar, post pictures, things like that. Surely the idea isn't to vibe-code an admin panel/cms from scratch for every project?
sdoering: For client projects I tend to go with KirbyCMS. Easy license, great functionality, very easy to setup and configure for the client side users. And way less bloated. I actually really dig it and nearly exclusively use it for my projects.But other tools are great as well, like ProcessWire (named above).
simonw: I expect the bigger risk to dynamic database-backed CMS platforms right now is that AI assistance makes static site generator tools run against a version controlled repository of content less intimidating for most users... and static sites are cheaper to run (especially in this era of badly coded scrapers flooding the internet) and much less likely to fall vulnerable to security problems.I expect we'll see a further wave of CMS interfaces which provide a nicer editing experience on top of flat files stored in Git.Maybe the strategic move for platforms like WordPress (and maybe Django too! The Django admin remains a very popular CMS platform) is to invest more in separation of admin editing from serving, such that there's an obvious path to edit your content in the CMS but deploy it as static files.My own blog uses the Django admin and serves the site via Django (albeit behind a 15m Cloudflare cache to handle traffic spikes) but I have a scheduled GitHub Action that backs up the content to a Git repository: https://github.com/simonw/simonwillisonblog-backup - it's not much of a stretch from that to having the Git repository feed content to a static site generator.
pjmlp: Depends on the company level, on my line of business, what companies care about are headless CMS, with AI workflows, and oriented towards MACH.Ah, and all of them have partnerships with Vercel, and possibly Netlify.Sitecore, Contentful, Sanity, Storybrook,...If anything, they killed the need for backend skills, you get a ready made SaaS, program interactions with AI, and if anything requires backend like logic, it is taken care by Vercel or Netlify functions.
pjmlp: CMS is pretty much alive, even if most of them are now headless, oriented towards MACH deployments and AI based workflows.
sdoering: A client of mine is using ProcessWire as his site was done by the guys behind process wire. Big shoutout. To the system and the guys.Great system as far as I am concerned - even if I tend to use KirbyCMS for most of my projects.
btown: The same way coding agents don’t replace the need for an IDE, content generation needs to support arbitrary human-to-agent handoffs, where the human can say “this is the wrong direction, I sketched this change of what I want it to look like, see how it’s different and apply that pattern.”And, in the broadest sense, that human interface is a CMS; the agent is just another editor, albeit one that happens to read and write raw data rather than using a WYSIWIG (or similar) editor.
fg137: > coding agents don’t replace the need for an IDEDepending on who you talk to, they may not agree. (I am not in this camp but I am certainly aware of people who are.)
BubbleRings: > But that idea is old enough to drinkNice turn of a phrase! I was surprised it was a GoogleNope except for you, op.
sarchertech: >founder of Yoast SEO,>wrote about how he migrated his personal blog from WordPress to Astro>he’s since migrated again to EmDashDo you need to know anything more about this guy? If that's one of the articles sources, I think you can ignore anything it says.
threetonesun: There's Tina CMS for editing files in Git, but honestly editing flat files is probably the least interesting or complicated part of an enterprise CMS, and IMO there's rarely a good reason to interact with files directly versus a database that publishes files.
bombcar: This looks extensible - how is the marketplace for finding people who can work on it? Wordpress is so common because it's so common you can always find someone to hack it together.
tappio: I have built a product which uses AI to built Astro sites. LLM builds the sites in steps and make sure that they get 100/100 scores in pagespeed insights. These sites are served with a CDN. You can edit the sites with LLM interface, or use markdown editor to edit sites, or edit texts directly on a dashboard. These sites are static. There is no vendor lock in. If you want to migrate and manage yourself, just go to cloudflare or github pages. These sites cost 0 eur to run, and they always score better in all benchmarks compared to sites that are built on top of a separate CMS server.I know WordPress is going nowehere and if there is some special backend functionality, that is needed. But 95% of web does not need it.A static site is always cheaper, and the bottleneck has always been that editing code is indimidating. Therefore, AI actually resolves a big problem here, and this is going to alter the future of platforms like WP.
bombcar: Yoast SEO is a huge paid plugin for Wordpress, so the founder not using Wordpress is at least moderately interesting, in a "cobbler buys shoes at walmart" kind of way.
justsomehnguy: > Is that a thing worth mentioning? I did that over a decade ago.Is that a thing worth mentioning? I abandoned my personal blog a decade ago./s but only so slightly.
huijzer: I ran git-based blogs for years and have gone back to CMS. The instant preview and the instant publishing really make it a lot more pleasant to work with it. With Git, my read-eval-print loop so to say was a minute which is just too long. Fixing a typo then takes 2 minutes.
huijzer: > and static sites are cheaper to run (especially in this era of badly coded scrapers flooding the internet)Is that really such a problem for the average Joe? I'm running multiple blogs via a Rust CMS [1] on the cheapest Hetzner server, and have had no problems with the scrapers or load or anything. Have also gotten to the HN front page without issues talking about that you shouldn't put a site behind Cloudflare since most don't need it [2]. Now of course, for businesses or something who depend on the service to be online, it's different. But I'm talking about regular Joe's blog here.[1]: https://github.com/rikhuijzer/fx[2]: https://news.ycombinator.com/item?id=45965060
torm: I wouldn’t drop WordPress for Astro - but I did for Hugo. Never been happier.My perspective comes from enterprise: we use(d) a marketing agency to run two websites. A few months ago I discovered our team was spending 30+ minutes just to publish a blog post written by a product manager. Everything was built on Elementor blocks. Articles pasted from Word kept breaking styles. 20+ plugins creating a security nightmare.With AI assistance, we migrated to Hugo in three days. 800+ pages. 15 reusable components. Zero plugin chaos. Permissions handled at the git level. A simple HTML form to upload images and paste articles for less technical people, most were fine with markdown already. GitHub Actions for cleanup, validation, and spellchecking. Attack surface minimized. Performance improved drastically.I’ll stand behind this: most people don’t need a bloated CMS. They need clarity on what they want to achieve, a solid process, and software that turns that process into a system.
christoff12: I didn't know about MACH, interesting.I made a thing [1] a few months ago because I wanted a lightweight expression of this.[1] https://github.com/bootstrapital/flatcontent
jeromegv: What do you use to edit texts on a dashboard or cms?My wife needed a website. I’m not much of a frontend coder but I looked at the price of squarespace for a year and decided to go that route with AI.Website is Astro. I easily update sophisticated designs with Claude or Gemini cli.Hosted for free on cloudflare, it’s super fast. Any git update deploys to the website in a minute.Got an hosted email form with astro action.The only thing left is integrating a CMS. I was thinking of keystatic but it’s not compatible with Astro 6 yet. That’s the issue with vibe coding a stack you don’t know as much, without realizing it picked a version of astro that was so new that some tools didnt quite integrate with it yet.