Skip to content
Web Development24 September 2026 · 9 min read

When a Local Organization Does Not Need a CMS

Most clubs and associations do not need a CMS. Here is the maintenance question to ask first, a six-question scoring checklist, and where time-sensitive content actually belongs.

When a Local Organization Does Not Need a CMS

A CMS is useful only when someone will actually maintain it. Every argument about platforms sits downstream of that sentence, and most platform conversations never reach it.

You have probably sat through the conversation I mean. A club, an association or a small charity decides it needs a website. Within two minutes the question is WordPress or Webflow. Within five it is themes, plugins, page builders and a hosting plan, and nobody has asked who logs in next month.

The better way to ask whether a small organization needs a CMS is to stop listing features. Ask what content genuinely changes, who changes it, and where the organization already publishes the things that change most often. Those three answers pick the platform more honestly than a feature grid does.

I build these sites. I also hand them over and then watch what happens to them afterwards, which is the part of the job that actually teaches you something.

Who logs in next month?

Name the person who will edit this website in thirty days, because a CMS with no named editor is a login nobody uses.

Say the name out loud. Not the role, not "the committee", not "whoever takes over communications in September". A person. If you cannot produce one, you have learned something about the platform decision that no comparison table will tell you.

Most small organizations cannot produce one, and that is not a failure of will. A volunteer secretary who already handles registrations and hall bookings is not going to add a weekly publishing chore, and asking them to is how websites die quietly.

When there is no named editor, the CMS still exists. It still has an admin login, a theme, a plugin set and an update queue. You have taken on the full cost of editability and collected none of the benefit.

For many local organizations, a CMS increases the chance of stale content

A blank paper notice taped to a plaster wall, curling away at three corners with yellowed tape residue around it and a dusty folded cloth on the shelf below

For many local organizations, a CMS increases the chance of stale content instead of reducing it. That reads backwards, because the entire promise of a CMS is that content becomes easy to change.

The mechanism is simple. A CMS makes updating feel cheap, so the site takes on content that needs updating. Events. "Latest news". A tournament calendar. Opening hours over the holidays. Each of those is a promise of recency, and a promise of recency turns into a liability the moment nobody is editing. A visitor landing on a Saturday in March and reading a tournament poster from last November does not conclude that the website is out of date. They conclude the club is.

A site carrying no time-sensitive content cannot fail that way. It is not more virtuous; it simply made fewer promises.

Then there is the maintenance nobody asked for. Patchstack's State of WordPress Security in 2026 recorded 11,334 new WordPress vulnerabilities during 2025, a 42% rise on the previous year, with 91% of them in plugins and only six in core. Almost half of them, 46%, had no patch available at the point of public disclosure. Core is not what that data indicts. The gallery plugin a volunteer installed in 2021 is much closer to it.

The floor moves too. WordPress 7.0, scheduled for April 2026, drops PHP 7.2 and 7.3 and raises the minimum supported version to 7.4, with 8.3 recommended. That is a sound decision for the project. For a club on shared hosting with nobody watching, it is a scheduled infrastructure chore landing in an inbox nobody reads.

What actually changes on your website?

Two stacks of blank paper cards on a stone desk, the left stack square and untouched, the right stack fanned and dog-eared with a thumbprint on the top card and a small teal paperclip beside it

Almost nothing changes, once you separate the content that describes the organization from the content that announces its next event.

Write the two lists. The first is who you are, what you do, where you train or meet, how to join, who to contact and what you have won. That list changes once a year, maybe twice. The second list is dates, results, cancellations and registration deadlines, and it changes constantly.

Only the second list needs a publishing workflow. And the second list is usually being published somewhere else already, because that is where the members actually are.

Content typeExample for a local clubWhere it belongs
Identity and historyWho the club is, when it was foundedA website page, written once
People and contactCoaches, committee, phone numberA website page, edited yearly
Evergreen practicalHow to join, where training happensA website page
Time-sensitiveTournament dates, results, cancellationsThe channel members already read
Structured archiveTwenty years of match reports, searchableA CMS or a database

Only the last row of that table is a genuine argument for a CMS. The fourth row is an argument for using the organization's existing channel properly, which costs nothing and reaches the people who are already looking.

Here is how that went on Šahovski klub Dubica.

Šahovski klub Dubica needed a credible bilingual home on the web but had no maintenance contract and already posted current news on Facebook. I kept the website evergreen and sent tournament dates back to the channel the club actually uses. The result has no database, CMS account, analytics subscription or weekly publishing chore.

The build shipped as a Next.js static export with Serbian Latin at the root and English under /en/, following Google's guidance to give every language version its own URL rather than switching content behind a cookie. The production audit recorded Lighthouse 100 for accessibility, best practices and SEO, with CLS 0.00. The Šahovski klub Dubica chess club case study covers the media and accessibility work in more detail.

Does a small organization need a CMS? Score it in six questions

Most small organizations do not, and you can settle it in about ten minutes by scoring six questions instead of comparing platforms.

Score one point for each yes.

  1. Can you name the specific person who will edit the site next month, and have they agreed to it?
  2. Does the organization publish something new at least twice a month, all year round, not only in season?
  3. Are there two or more people who need to publish without waiting on each other?
  4. Does anything need review or approval before it goes live?
  5. Is there a structured archive readers will browse or filter, such as several hundred match reports or a member directory?
  6. Is there a budget line for maintenance that survives a change of committee?

Three or more points means a CMS is doing real work, and you should choose one deliberately rather than by default. Zero to two means a static site holding evergreen content, with the current material published where the members already read it.

Two of those questions carry more weight than the rest. Question one, because a platform without an editor is furniture. Question six, because maintenance is the cost that outlives everyone who voted for the website.

When a CMS earns its keep

Static delivery has a real cost, and pretending otherwise is how a developer becomes the bottleneck.

The honest objection, made for years and still true, is that a static generator puts a build step between the organization and a typo fix. A wrong phone number on a contact page should not require a developer, a commit and a deploy. If the organization needs six small text changes a year, that is fine, and it belongs in the handover conversation. If it needs six a month, you have built a bottleneck and labelled it simplicity.

Actually, "bottleneck" overstates it. You have built a dependency, and a dependency is acceptable when it is named and priced up front. What is not acceptable is discovering it eighteen months later, when the person who built the site has moved on and the committee has changed twice.

A CMS also wins outright on editorial volume and on structure. If the organization runs a real publication, has several authors, needs approval before anything goes live, or holds an archive readers will filter, those are exactly the conditions the software was built for. I have written separately about when a headless CMS does earn its place on a marketing site, and the same reasoning applies at club scale with the numbers scaled down.

If you have already decided you want a platform, the comparison worth reading first is how Webflow and WordPress differ on maintenance and ownership, followed by WordPress versus a custom-built website once you know how much of the CMS you would genuinely use.

What does the cheap option actually cost?

A static club site can run at zero hosting cost, while a managed WordPress install adds hosting, licences and either a retainer or volunteer labour.

Hosting is rarely the deciding factor on its own, but knowing the floor keeps the conversation honest. Cloudflare Pages' free plan allows 500 builds a month, 20,000 files per site and 25 MiB per individual asset, which covers a four-page bilingual club site with real photography several times over. Against that, a managed WordPress install carries hosting and plugin licences, plus either a retainer or an unpaid volunteer doing the work a retainer would pay for. The static option moves the cost forward into the build and then stops charging. The CMS option spreads it across every year the organization exists, which is the part that gets underestimated when a committee approves a website.

The handover test

Before you choose, run one test. Imagine the person who commissioned this site has left the organization, the developer is unreachable, and nobody has logged in for a year. What does a visitor see?

A static evergreen site looks the way it did on launch day. A neglected CMS looks abandoned, and by that point it is a security problem as well as an embarrassing one.

Start with the two lists

Before you talk to anyone about platforms, open a document and write the two lists from earlier: what describes your organization, and what announces its next event. Put a date beside every item in the second list showing when it last changed. Most of those dates will surprise you.

Then ask the question this entire decision rests on. Who is going to keep that second list current, and have they said yes?

Free resource

Free SaaS MVP Scope Template

A Notion document with the full feature checklist, MVP vs. nice-to-have table, pre-build questions, and cost signals — so you walk into any developer call knowing exactly what to ask for.

Get the template →
DL

Dusko Licanin

Full-Stack Developer · Banja Luka, Bosnia

Full-stack developer shipping SaaS MVPs, web apps, and mobile apps using AI-augmented workflows — without agency coordination overhead. Live portfolio: BookBed, Callidus, Pizzeria Bestek.

Frequently Asked Questions

Is a static website better than a CMS for a small business?

A static website wins when nobody is contracted to edit it, and a CMS wins when a named person publishes at least twice monthly. The test is not company size but publishing cadence and staffing. A two-person consultancy that ships a case study every fortnight has a real editorial workflow and should run a CMS. A five-person association whose website describes who they are and how to join has no workflow at all, and a CMS there just adds an admin login, an update queue and a plugin surface to patch. Decide on the cadence you can actually sustain for two years, not the one you hope for in month one.

What does a website for a local club actually need?

A local club website needs identity, people, contact details, joining instructions and results, and nothing that expires before the next committee meeting. Everything on that list is evergreen, which is why it survives handover without an editor. Real photography of actual members matters more than any feature, because it is the thing a parent checking the club out cannot get anywhere else. Time-sensitive material belongs in whatever channel the members already read, usually a Facebook page or a messaging group. The Šahovski klub Dubica case study shows that split running in production, with the site carrying the permanent content and the club channel carrying the dates.

How much does CMS maintenance cost a small organization?

The recurring cost of a CMS is rarely the licence; it is the patching, the hosting and the person who does neither for free. Patchstack's State of WordPress Security in 2026 counted 11,334 new WordPress vulnerabilities in 2025, with 91% of them in plugins and 46% lacking a patch at public disclosure. Somebody has to watch that stream. If it is a volunteer, the cost is hidden until they leave. If it is an agency retainer, the cost is visible and recurs every month the organization exists. A static evergreen site converts most of that recurring line into a one-time build cost and then stops charging.

Can you build a bilingual static website without a CMS?

Yes, and it is one of the cleanest cases for static: give each language its own URL and generate both versions at build time. Google's guidance is to use different URLs for each language version rather than swapping content behind a cookie or an Accept-Language header, which is exactly what a static export produces naturally. Canonical tags, language alternates and per-language sitemap entries all fall out of the build. The translation itself is the hard part, and a CMS does not solve it either. What a CMS adds here is a place for translations to drift apart when only one language gets updated.

What happens when a static site needs a content change?

Every change goes through whoever can run the build, so agree a small-edits arrangement at handover rather than discovering the dependency a year later. Price it honestly: a fixed number of text changes a year, a rate beyond that, and a named contact. That conversation takes ten minutes at handover and prevents the failure where a wrong phone number sits live for eight months because nobody knew who to ask. If the organization genuinely expects frequent edits, the checklist in this post will score three or more and you should choose a CMS on purpose. The problem is never the build step itself, only an unnamed dependency on it.