Remix.run Logo
Helmut10001 3 hours ago

Static sites all the way (hugo, jekyll, mkdocs!). No one needs wordpress. There's even Sveltia or DecapCMS now, to give those WYSIWYG-people access to static site editing. Then, remove PHP and all the dependency overhead and attack surface and you have a stripped down nginx that is pretty simple, minimalistic and bulletproof.

Gigachad 2 hours ago | parent | next [-]

The problem is no one ever built one that works for normal people.

Most Wordpress sites are not operated by programmers, they are run by non technical people who just want a wysiwyg editor and a save button. While static site builders ask you to write markdown files, compile the result, upload it to a server, and if you want to collaborate you have to add git to that.

There almost needs to be an admin app which presents a Wordpress admin like ui but has no public exposure, and then it compiles the site to dump on s3 for the production. But as far as I’m aware no one has built this.

weeks 2 hours ago | parent | next [-]

https://jamstack.org

You're describing the Jamstack or headless CMS concept verbatim.

krrrh 2 hours ago | parent | prev | next [-]

Movable type was the most popular blogging software in 2003 and it was essentially this. An admin app written in Perl that spit out static files.

It is kind of surprising that no one tried to do an updated version.

iCarrot 2 hours ago | parent | prev | next [-]

Is this not it? https://pagescms.org/

Helmut10001 2 hours ago | parent | prev | next [-]

Yes, you are right and I agree, there's little empathy with non-coders generally.

noio an hour ago | parent | prev | next [-]

Pour one out for FrontPage

wolvoleo 43 minutes ago | parent [-]

Ahhh the old positioning with  

I fixed so many sites back in the day by people who thought they knew what they were doing.

jay_kyburz 2 hours ago | parent | prev | next [-]

City Desk. Where is Joel when we need him!

kennywinker 2 hours ago | parent | prev [-]

I mean, github pages using the github editor to edit docs pretty much fits that bill

bpbp-mango 42 minutes ago | parent | prev [-]

php is probably about as secure as nginx. big old bundles of C