Why an expert firm might want a website without a CMS
Log in to a typical firm's website dashboard and you meet a list. Twenty-three plugin updates waiting. A theme update. A notice that one plugin was removed from the official directory last spring. Nobody has published a page in fourteen months.
That dashboard is a content management system, usually WordPress. A content management system, or CMS, is software that lets non-technical people add and edit pages through a browser, without touching code or calling a developer. It was designed for a newsroom: many hands, publishing every day, needing a place to work.
Ask how often your firm changes its website and the fit starts to look strange.
A CMS is a running program, and the program needs tending
Every page on a CMS site is assembled when a visitor asks for it. The software queries a database, runs the theme, runs the plugins, and builds the page in that moment. That machinery is what gives you the edit button.
The machinery also has to be maintained. Plugins ship updates. Updates conflict. The database grows. Someone has to apply the patches, verify nothing broke, and keep backups that restore. When nobody holds that job, the site degrades quietly, and the degrading rarely announces itself. A contact form stops delivering. A page slows down. The site stays up the whole time.
The security math is the part owners tend to meet late. Of the WordPress vulnerabilities disclosed in 2025, 91% were found in plugins, and only six in WordPress itself. So the exposure comes from the add-ons that give the system its features, and it grows with each one installed. The same research puts the median time from public disclosure to mass exploitation at five hours for the most-targeted flaws. Five hours is faster than most owners check email, which is why "we update it every month" is a weaker defense than it sounds.
The edit rate is the number that decides this
Count your changes over the last year. For most expert firms the list is short: a new bio line, an updated service description, a speaking engagement added, a headshot swapped, and whatever content the firm published. Call it a dozen edits, most of them small.
A newsroom makes a dozen edits before lunch. The CMS earns its upkeep there, because the alternative would be a developer standing by every hour of the day.
At a dozen edits a year, the arithmetic runs the other way. You carry a permanent maintenance obligation, a login to protect, and a growing attack surface, so that a change you make twelve times a year can be made without asking anyone. That is a large standing cost for a small convenience.
What a site without a CMS is instead
Take the machinery away and a website becomes what it was at the beginning: a set of files. HTML, CSS, images, and a little JavaScript, sitting on a fast host and delivered exactly as written. Nothing assembles at the moment of the visit, because the pages are already built.
The gains follow from the absence. Pages load fast, because there is no database query and no plugin stack between the visitor and the page. There is no admin login to brute force and no plugin directory running on your server. There is nothing to update, so nothing goes stale while you are busy. The running cost drops to hosting and a domain, and this is where the $1,000 to $6,000 a year that maintenance usually takes comes off the table.
The edit button leaves with the machinery, and that is the trade. The question is what replaces it.
Someone still has to make the changes
On my clients' sites, the changes run through the engine that already produces their content. A client sends a sentence, a voice note, or a marked-up page. The change is made in the files and deployed, usually the same day. Hosting and site updates are inside the monthly engagement, so nobody weighs a two-line edit against an invoice.
The work behind that got faster in 2026. AI coding tools now read a site's existing files, follow the project's own rules, and make a content change consistent with the patterns already there. An edit that once meant a developer's afternoon is often a short session. So the case for keeping a CMS purely to avoid developer time is weaker than it was two years ago, and it will keep weakening.
For a firm without that arrangement, the same job needs a named owner: a retainer with a developer, a small git-based editor, or a lightweight content service that publishes into the files. Any of those work. The failure mode is leaving it unnamed and discovering the gap when the site needs a change on a Friday.
Where this is the wrong architecture
A site without a CMS fails in specific, predictable places, and they are worth naming before you choose.
You need a CMS when several people publish independently and often, especially with a marketing hire who expects to post at eleven at night. You need one when the site sells products, holds member logins, or runs a client portal. You need one for content that must appear on a schedule you control to the hour, such as event listings or pricing that changes weekly. In those cases the admin panel is doing work, and the upkeep is the price of work you are using.
There is a softer cost too. Without a CMS you depend on whoever maintains the files. That dependency is fine while the relationship is good and expensive when it is not. So settle it in writing at the start. You should hold the repository, the domain, and the hosting account in your own name. A site you cannot take to another developer is a different kind of maintenance problem.
I will also say what the absence does not do. Removing a CMS does not make a site secure by itself, and it does not fix a site that fails to convert. It removes one category of upkeep and one category of exposure. The rest of the work is unchanged.
Match the architecture to the edit rate
Look at your website's history and count the changes you made last year. Then ask what a permanent admin panel, a patch schedule, and a plugin directory are costing you to serve that number.
When a site changes a dozen times a year, buying software built for daily publishing means paying maintenance for a feature you use monthly at most. For firms that publish on a schedule, with more than one hand on the keyboard, the same math points the other way, and the panel is worth its keep.
