← Blog

Static sites still win

Most personal sites do not need a database on day one. They need fast pages, clear writing, and metadata that search engines can read without waiting for JavaScript.

Static generation gives you that by default. You write content, build once, and every visitor gets the same HTML.

That does not mean the site has to feel frozen. You can still add interactivity where it matters and keep the reading experience simple everywhere else.