Wordpress is probably the default.
Webflow is new but their blogging interface is frankly bad.
Ghost is an option but has less plugins that Wordpress.
What would you choose?
One wrinkle is that we want to include custom coded pages (calculators, interactive examples) as well. Any CMS systems play well easily with custom code?
What is normally the server instead becomes the actual local application written in any language, though I choose Node and TypeScript for this. You can still have an actual remote web server (optionally plural) though, your app just proxies to them.
Performance dramatically improves because for most of the content and application code network transmission concerns are eliminated. At that point your application code either performs like a native app or your incompetence is fully exposed.
Your website gains the full expressive capabilities of your operating system plus any application running in a shell.
You can still run the site from a vanity domain with your company’s HTTP certificates. Have a subdomain that points to a loopback IP, such as https://local.I-love-my-users.com pointing to 127.0.0.1 and ::1. You will need HTTP certificates bind associate that domain to those IPs and resolves to the same revocation chain as your other HTTPS certificates for your other certificates.
I strongly you recommend you try it before you complain about running your next user facing site from localhost.
For building – Next.js, Hugo, Gatsby, Jekyll/Octopress, Gridsome, Hexo, Astro, Eleventy
For hosting – Netlify, Vercel, Cloudflare Pages, Github Pages, Render, Firebase, S3
I am a developer with 30 years of experience. I installed a WP site for my wife with some plugins and themes. Within a few days I had tons of porn and 100 megabyte files being dumped on the server. I tried cleaning it up a ton of times, and looked for whatever plugin or script was being exploited.
After a few more days Google flagged it for being compromised, so I erased the server off amazon after some content backups, created a new server and deployed a Docker image with static content. Then I wrote to google saying I have deployed something that is impossible to hack: A static site being deployed in Docker so the host is not compromise-able. Google cleared the flag the next day.
Ultimately I wanted to write content and play around with CSS making it look nice, and Wordpress handles that. Many of the other options felt like I was forever tweaking things or upgrading a dependency or something - very much mike the old days of Linux where making the modem work was an achievement.
If I couldn’t use Wordpress I’d probably go with Jekyll or Ghost.
So if your team is already using React or Next.js, you can reuse the same components you already have and use them in Makeswift to build custom-coded pages.
You can do so many things for free(lots of tutorials online, community help, easy to find codes) or hire a pro for cheap.
WordPress just chugs along. It's like an old farm tractor... Not the most pretty but gets the job done
It's just static HTML deployed to CloudFlare Pages with a $9/month Shopify button, and a $2/year VPS acting as an API endpoint.
I've used Ghost, WordPress, Hugo, Pelican, etc...and would 100% go with a static site generator over a full blown CMS.
For fast websites that need no code I use https://sytscope.com I've used it to build websites and funnels
It has almost all features anyone could need: Drag and drop interface, Lots of widgets, Funnels + A/B Testing, Pre made templates, Blocks, Blogging, Membership areas that can be subscribed to, e-commerce - (digital, recurring or physical products), Email Automation and Campaigns, Simple integrations.
Its inexpensive and its only priced in CAD so USD saves like 30% lol
Good luck hunting.