> Joost put it well:
> It’s not a CMS with AI features bolted on. It’s a CMS where AI agents are first-class builders.
Joost asked ChatGPT what he should say about the CMS, and you felt like it was a good quote.
> Why I won’t use it
> I migrated to Astro partly to get away from the CMS.
Well then you never needed a CMS in the first place? I also don't need use a CMS for my site, but I still maintain a CMS for customers because they do need it.
> Does it solve the right problem?
This is the only thing I cared about from this article, and the answer is [bag of words]. Are people really this desperate to put their names on new tech? Is it an "I want to be included!" mindset that gets people to prompt an hour of their life away?
> Astro itself wasn’t an obvious success from day one.
Astro is just the framework they built on, what does this sentence have to do with EmDash? I'm so confused about what this article is trying to tell me.
Also, how come you did not write anything about what it was like when WordPress had just released? I'm sure there are enough people who can help out with that. Did it have competitors? I wouldn't know, I was eating sand when it came out.
EmDash – A spiritual successor to WordPress that solves plugin security
It's partly a fair point. Anything that does not dynamically change with each reload should be generated a a static file, and served as such. When the backing data change via the admin interface, then the page should re-generate. I suppose it's the proper caching approach, and I assume any sane CMS does this now (yes, even Wordpress).
But what a static site cannot do is user-specific content. And EmDash has a elaborate structure of user access levels, various auth methods, etc. Once you have to have a user session, there's no way around having an application that handles this. The simplest example is having a comments section.
That said, unless they get a good ecosystem of free plugins I don't see it going far.
One of the reason WordPress is so ubiquitous is that it's very easy to host and it doesn't need advanced technical knowledge.
PHP hosting is very cheap and WordPress installation is very easy, it's just one click in some hosting dashboards.
The Javascript ecosystem is complex, you need to be a developer and have access to command line to install most Javascript CMSes and need a vps or more expensive hosting.
Tell claude to create a php backend to your portfolio html template, drag the generated file to the cheapest server, and you already have a custom CMS.