Every year since about 2019, someone writes an essay declaring that static site generators are the future of the web. They argue that SSGs eliminate CMS vulnerabilities, reduce hosting costs, and produce faster pages. Technically, they are correct on every single point.

This is precisely why it does not solve the actual problem: the internet has too many sites and not enough readers.

The Real Problem

Platform consolidation. Social media algorithms. Content farms with AI-generated articles designed to game search rankings. Newsletter paywalls that fragment audiences. These are the forces actually eating the open web. Changing how you build your site does nothing against any of them.

Static sites make the infrastructure problem easier. They do not fix the distribution problem.

What Static Sites Actually Do

  1. They remove friction between thinking and publishing. No login screen. No admin panel to compromise. Just a file that exists or does not exist.
  2. They are inherently more resilient. Static files cannot be hacked in the traditional sense. There is no database, no PHP interpreter, no plugin vulnerability chain.
  3. They force intentionality. When publishing means editing a Markdown file and running a build script, you think twice about whether something is worth posting. The barrier is real but not high — just high enough to filter impulse.

The Middle Ground

Static sites are not the answer or the enemy. They are a tool that rewards discipline and punishes laziness in equal measure. That is their value: they make it easy to do the right thing (publish simple, readable content) and slightly annoying to do nothing useful.

The open web does not need everyone on static sites. It needs enough people who understand what they are building.