logoalt Hacker News

californicalyesterday at 5:32 AM0 repliesview on HN

A static website is one that doesn’t have an associated backend API server, just serves as one or more self contained file assets.

The files you serve to the browser are static, not the contents of the page itself

Updating the dom can happen with only individual assets, so it’s a static site