frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

The CMS is dead. Long live the CMS

https://next.jazzsequence.com/posts/the-cms-is-dead-long-live-the-cms
44•taubek•2h ago

Comments

reconnecting•1h ago
There is indeed not always a need for WordPress. I have been using ProcessWire (1) for over a decade. Open-source, zero 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 that most of their customers are actually running WordPress, but this is not something they will be able to solve with AI hype.

1. https://github.com/processwire/processwire

christoph•1h ago
+1 for Processwire! I’ve mentioned it here a few times over the years and nobody seems to have ever heard of it! I’ve got a few sites well past 10 years now still happily chugging away on it! Basically zero issues with it, ever. It’s still my go to for all sorts of projects - installs in a few seconds, loads of really useful functionality out the box, easy API, beautifully flexible for all sorts of projects and a great community and ecosystem around it as well!
sdoering•52m ago
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.

bombcar•6m ago
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.
btown•1h ago
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•56m ago
> coding agents don’t replace the need for an IDE

Depending on who you talk to, they may not agree. (I am not in this camp but I am certainly aware of people who are.)

librasteve•1h ago
I’m not sure that I buy all the points made. I can imagine an AI centric CMS where the technical interface (implement this site on MySQL, host it there, use Next.js, etc) is distinct from the content interface (change store hours) or even the design (change the background).

I have used Wordpress a lot (too much) and came to the view that for most websites it is just overkill. So I built https://harcstack.org and vowed to write all my new sites in actual code.

HTMX to the rescue since you can write server side code in a sensible way and still have quite a dymanic UX.

gman83•1h ago
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•49m ago
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).

fg137•57m ago
> 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 blog

Is that a thing worth mentioning? I did that over a decade ago.

> Astro, the hottest new JavaScript framework in town

I thought it's 2026 now, not early 2010s. People still do that?

> the blasphemous idea that not all sites need a CMS

Is it? People still haven't accepted this?

sarchertech•32m ago
>founder of Yoast SEO,

>wrote about how he migrated his personal blog from WordPress to Astro

>he’s since migrated again to EmDash

Do 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.

bombcar•11m ago
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.
simonw•53m ago
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•49m ago
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.

dkdcdev•25m ago
I’m working on that as https://zorto.dev. quite early but the same idea, nice GUI and agent interfaces over files in Git
threetonesun•24m ago
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.
huijzer•1m ago
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•3m ago
> 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

pjmlp•52m ago
CMS is pretty much alive, even if most of them are now headless, oriented towards MACH deployments and AI based workflows.
BubbleRings•43m ago
> But that idea is old enough to drink

Nice turn of a phrase! I was surprised it was a GoogleNope except for you, op.

coffeefirst•35m ago
Wordpress, like SQL, is probably immortal.

But it needs a better headless capability. Most separate front ends appear to be grafted on relying on plugins. Which doesn’t make a whole lot of sense.

tappio•7m ago
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.

Simple self-distillation improves code generation

https://arxiv.org/abs/2604.01193
201•Anon84•3h ago•47 comments

Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw

838•firloop•15h ago•651 comments

Some Unusual Trees

https://thoughts.wyounas.com/p/some-unusual-trees
95•simplegeek•4h ago•29 comments

Artemis II crew take “spectacular” image of Earth

https://www.bbc.com/news/articles/ce8jzr423p9o
856•andsoitis•18h ago•294 comments

The CMS is dead. Long live the CMS

https://next.jazzsequence.com/posts/the-cms-is-dead-long-live-the-cms
44•taubek•2h ago•22 comments

The Cathedral, the Bazaar, and the Winchester Mystery House

https://www.dbreunig.com/2026/03/26/winchester-mystery-house.html
33•dbreunig•2d ago•12 comments

iNaturalist

https://www.inaturalist.org/
468•bookofjoe•20h ago•111 comments

The most-disliked people in the publishing industry

https://www.woman-of-letters.com/p/the-most-disliked-people-in-the-publishing
32•Caiero•3d ago•8 comments

Mbodi AI (YC P25) Is Hiring

https://www.ycombinator.com/companies/mbodi-ai/jobs/mf9L3sy-senior-robotics-engineer-systems-cont...
1•chitianhao•2h ago

Why Inventing Color TV Was So Difficult [video]

https://www.youtube.com/watch?v=hyjCmIbRRvs
8•DamnInteresting•3d ago•3 comments

OpenClaw privilege escalation vulnerability

https://nvd.nist.gov/vuln/detail/CVE-2026-33579
441•kykeonaut•21h ago•212 comments

Claude Code Found a Linux Vulnerability Hidden for 23 Years

https://mtlynch.io/claude-code-found-linux-vulnerability/
120•eichin•14h ago•79 comments

Herbie: Automatically improve imprecise floating point formulas

https://herbie.uwplse.org/doc/latest/tutorial.html
152•summarity•4d ago•28 comments

Run Linux containers on Android, no root required

https://github.com/ExTV/Podroid
167•politelemon•15h ago•55 comments

Jack Dorsey says Block employees now bring prototypes, not slides, to meetings

https://www.businessinsider.com/block-ceo-jack-dorsey-bring-prototypes-not-slide-decks-meetings-2...
27•taubek•2h ago•10 comments

Improving my focus by giving up my big monitor

https://ounapuu.ee/posts/2026/04/01/focus/
128•Fudgel•3d ago•144 comments

We replaced RAG with a virtual filesystem for our AI documentation assistant

https://www.mintlify.com/blog/how-we-built-a-virtual-filesystem-for-our-assistant
345•denssumesh•1d ago•128 comments

The Technocracy Movement of the 1930s

https://donotresearch.substack.com/p/welcome-to-the-technocracy
128•lazydogbrownfox•1d ago•101 comments

What changes when you turn a Linux box into a router

https://patrickmccanna.net/7-configuration-changes-that-turn-a-multi-homed-host-into-a-switch-rou...
192•0o_MrPatrick_o0•4d ago•47 comments

Go on Embedded Systems and WebAssembly

https://tinygo.org/
179•uticus•21h ago•24 comments

Build your own Dial-up ISP with a Raspberry Pi

https://www.jeffgeerling.com/blog/2026/build-your-own-dial-up-isp-with-a-raspberry-pi/
179•arjunbajaj•22h ago•32 comments

F-15E jet shot down over Iran

https://www.theguardian.com/world/2026/apr/03/us-fighter-jet-confirmed-shot-down-over-iran
530•tjwds•22h ago•1182 comments

Big-Endian Testing with QEMU

https://www.hanshq.net/big-endian-qemu.html
101•jandeboevrie•1d ago•113 comments

Ask HN: How do you handle clients who don't pay on time?

4•Hustlr786•1h ago•4 comments

Delve removed from Y Combinator

https://www.ycombinator.com/companies/delve
392•carabiner•12h ago•243 comments

How to make a sliding, self-locking, and predator-proof chicken coop door (2020)

https://www.backyardchickens.com/articles/how-to-make-a-sliding-self-locking-and-predator-proof-c...
116•uticus•19h ago•50 comments

Fake Fans

https://www.wordsfromeliza.com/p/fake-fans
128•performative•15h ago•34 comments

The house is a work of art: Frank Lloyd Wright

https://aeon.co/essays/frank-lloyd-wright-as-a-mirror-of-the-american-condition
99•midnightfish•15h ago•40 comments

Why are we still using Markdown?

https://bgslabs.org/blog/why-are-we-using-markdown/
160•veqq•19h ago•230 comments

Sequential Optimal Packing for PCB Placement

https://blog.autorouting.com/p/sequential-optimal-packing-for-pcb
15•seveibar•2d ago•5 comments