AI agents and automation, SEO and GEO, ROI-focused websites, and custom software built around your business.
Manuel Technologies
HomeGlossaryWebsites and software
( Websites and software )

What is Static site?

A static site is one whose pages are generated in advance as finished HTML files and served from a cache, rather than assembled by a server on each request.

Because there is no database query and no server work per visit, a static page is fast everywhere, cheap to host, and hard to take down. Modern frameworks such as Next.js generate the pages at build time and rebuild when content changes.

It suits marketing sites, documentation, blogs and catalogues with periodic updates. It does not suit a page that must show live per user data, which is what server rendering or client side fetching is for. This site is static throughout, which is why its first byte is under half a second.