← Alle nieuws

Hello, world

20 mei 2026

This starter is intentionally small. It demonstrates the pattern, not a finished site.

The flow

  1. Write content locally and preview with npm run dev.
  2. Push to Git.
  3. The server builds it (npm run build) and serves the static output.

There is no database and no server process to keep alive. That is the point of a static site: the only thing that can break is the build, and the build runs the same way every time.