HTML websites without a CMS

An HTML website without a CMS is a website made up of ready-made pages: there is no content management system running in the background, no database and no login environment.

What is an HTML website without a CMS?

With this approach — often called a static website — each page sits on the server as a finished file. When a visitor requests a page, the server sends it straight back. Nothing has to be calculated, no database is consulted and no extensions are loaded. The pages are built by hand from HTML (the structure), CSS (the styling) and, where needed, a little JavaScript (for interaction).

The difference with a CMS

With a system such as WordPress or Joomla, a page is assembled afresh on every single visit: the software fetches texts from a database, loads the theme and the active plug-ins, and builds the result from them. That makes publishing yourself easy, but it also brings software that has to be maintained and secured. A static site skips that whole intermediate step.

Benefits of building without a CMS

  • Speed: pages are ready and waiting and appear almost instantly, on mobile too.
  • Security: no login page, database or plug-ins means hardly any attack surface.
  • Low costs: lightweight hosting is enough and no subscription for updates is needed.
  • Stability: there is no software that ages, so the site keeps working as intended for years.
  • Free rein in design: the styling is not restricted by a theme or page builder.

We set these points out in more detail under the benefits of HTML without a CMS.

What are the drawbacks?

The honest downside: there is no dashboard where you can quickly change a piece of text yourself. Changes are carried out by whoever builds the site. In practice many organisations actually prefer that — you email what needs to be different and it is handled expertly — but if you want to publish yourself every day, a CMS is more convenient. You can read about that trade-off in CMS or no CMS.

Who is it suitable for?

Static HTML is an excellent fit for presentation websites, corporate sites, portfolios and campaign sites: sites where the content is relatively stable and where speed, appearance and calm matter more than publishing every day. If you are specifically looking for an alternative to WordPress, you will find that comparison at website without WordPress.

Is a static site still relevant today?

Absolutely. Modern HTML and CSS make rich designs possible: animations, a light and a dark theme, video, forms and accessibility options are all part of it. Static on the server therefore does not mean dull in the browser. You can read how we put this into practice at HTML web design.