Glossary

Static site generator (SSG)

A static site generator builds a website into plain HTML files ahead of time, so pages are served instantly instead of assembled on every request. It's why a well-built marketing site feels fast and rarely goes down.

A static site generator (SSG) builds a whole website into plain HTML files at build time — once, ahead of any visitor — instead of assembling each page from a database on every request. When someone visits, the server just hands over a file that’s already finished.

That approach wins on the things that matter for a marketing site. Pages load fast because there’s no per-request work, there’s very little to attack or break so uptime is high, and hosting is cheap because you’re serving files, not running a heavy application. The trade-off is that changing content means a rebuild, which is why an SSG usually pairs with a headless CMS so non-developers can still edit.

We build on this model on purpose — it’s a big part of what makes a site clean, fast, and found.


Quick recall

What is a static site generator? A tool that builds a site into plain HTML files ahead of time, instead of per request.

Why use one? Fast pages, high uptime, and cheap, low-risk hosting.

What’s the trade-off? Content changes need a rebuild — usually handled by pairing it with a headless CMS.

Want this thinking on your project? Let's talk.

We respond within hours