Wordpress

WordPress Is Not the Answer. Neither Is Webflow.

Kevin
Wordpress is Dead

Let me state the argument plainly: WordPress and Webflow are both good products that are frequently the wrong tool for the job. Specifically, they're the wrong tool for most small business websites — the contractor sites, the local service providers, the professional practices that make up the bulk of the market.

WordPress optimizes for a certain kind of flexibility. Webflow optimizes for a certain kind of design control. Neither of them optimizes for the thing small business owners actually need: a fast, durable, low-maintenance site that ranks well and doesn't require ongoing babysitting.

I've built on both platforms. Here's my honest read.


The WordPress Problem

WordPress isn't bad software. It powers a third of the internet for a reason. But the WordPress ecosystem has some structural problems that compound badly for small business sites specifically.

Plugins are a liability, not a feature. The pitch is: there's a plugin for everything. The reality is: every plugin is a dependency, a potential security hole, a thing that will eventually conflict with another plugin after an update you didn't choose. The average WordPress site for a small business has 15–30 active plugins. Each one is a moving part that needs attention. Most small business owners don't know this maintenance exists until something breaks.

Performance is a constant fight. A freshly installed WordPress site with a decent theme can score reasonably well on PageSpeed. Add a page builder, a forms plugin, a caching layer, a CDN, an analytics script, and a cookie banner, and you've got a site loading 3MB of JavaScript to display 400 words of text. Achieving good Core Web Vitals on a plugin-heavy WordPress install requires real expertise and ongoing vigilance.

The attack surface is enormous. WordPress is the most targeted CMS on the internet, and for good reason — it's the most popular, the admin login URL is predictable, and a lot of installs are running outdated plugins. This matters less if you have a managed host with good security tooling. It matters a lot if you're running a client site on generic shared hosting because that's what their previous developer set up.

None of this is insurmountable. Experienced WordPress developers manage all of it. But for a five-page local business site that needs to exist for five years without active maintenance, it's a lot of structural risk to take on.


The Webflow Problem

Webflow is genuinely impressive software. The design capabilities are real, the CMS is usable, and the hosting is solid. I understand why agencies love it.

But Webflow has a different structural problem: you're renting your website.

Webflow Hosting plans currently start around $14/month for basic sites and run up from there for CMS features. That's not outrageous. But it means your client is paying a monthly fee to a third party forever to keep the lights on. If Webflow changes pricing (they have, multiple times), raises rates, gets acquired, or you need to move the site to a different host for any reason — the path forward is painful. The entire site is locked into Webflow's proprietary visual builder. Exporting a clean, portable codebase isn't straightforward.

There's also a design quality problem that's more subtle. Webflow makes it easy to build visually complex sites — lots of interactions, animations, scroll triggers. This is seductive in client presentations. In the wild, these sites often perform worse on mobile, load slower, and have harder-to-read layouts than simpler alternatives. The tool enables excess.


What Actually Works

The alternative isn't exotic. It's a static site built with a modern framework — Next.js, Astro, Eleventy, take your pick — deployed to a host like Render, Netlify, or Cloudflare Pages.

Here's what you get:

- Performance is the default, not something you have to fight for. No plugin stack. No page builder runtime. Just pre-rendered HTML, CSS, and minimal JS.

- No attack surface. There's no admin panel, no database, no login form to probe. A static site has essentially zero server-side vulnerability footprint.

- Content in files. Posts, pages, and structured content live in Markdown files in a Git repo. They're readable, version-controlled, portable, and editable by any tool — including AI agents.

- Hosting is commoditized. Render's free tier handles plenty of static sites. The site isn't locked to any platform. Moving hosts is a config change.

- Maintenance is nearly zero. No plugin updates. No theme updates. No database backups. The site just runs.
The tradeoff: there's no drag-and-drop interface for non-technical clients to update content. That's real, and for some clients it matters. If a client genuinely needs to update their own content without developer involvement, a headless CMS (Sanity, Contentful, or even a simple Tina CMS setup) sits cleanly on top of this stack without inheriting the problems of WordPress or Webflow.


The Honest Summary

WordPress is the right choice for complex content sites, large editorial teams, and projects that genuinely need the plugin ecosystem. Webflow is the right choice for design-forward sites where visual polish is the product and the client has the budget for perpetual hosting fees.

For the vast majority of small business websites — the 5-page contractor site, the local medical practice, the independent restaurant — neither one is the right fit. The complexity they introduce serves the developer's workflow more than the client's actual needs.

Simple, fast, static, and durable wins. It's not as flashy. It's harder to pitch because there's no impressive demo. But it's the right answer for the use case.

- Static Signal is published by Neuron Web Development.