Two different philosophies
With an CMS site runs software on the server that assembles pages: a database, an admin log-in, themes and often dozens of plug-ins. That gives power and convenience, but also structural maintenance: every link in that chain can need security updates.
With an static HTML site the live site consists of fixed files (HTML, CSS, images). There is no CMS that you have to update to “stay secure” in the same sense as with WordPress or Joomla. Hosting and any custom scripts do remain relevant; the largest part of the classic CMS attack surface disappears.
The comparison in brief
| Topic | Static HTML | WordPress | Joomla |
|---|---|---|---|
| Editing content yourself | Via us or in HTML No built-in editor | Yes Via admin and editor | Yes Via the backend |
| Database on the server | No database Not needed by default | MySQL/MariaDB | MySQL/MariaDB |
| Speed of first load | Very high The server delivers directly | Good to medium Depends on theme and plug-ins | Good to medium Cache & extensions determine a lot |
| Hosting (per year) | € 69,-/year HTML-only package, without email | € 135,-/year Basic package suitable for a CMS | |
| Maintenance (per year) | No fixed amount Costs only when changes are made, on request | € 379,-/year Updates, backups and fixed hours — see website maintenance. Exact terms are always stated in the quotation. | |
| Custom build price (from) | € 399,- Custom-built, no CMS layer | € 999,- Custom-built on a CMS | |
| Vulnerability pressure (CMS layer) | Very low No CMS to patch | High Mainly via plug-ins/themes | Medium Lower than the WP ecosystem, but structural |