SSG (Static Site Generation)

noun · web architecture

1.

A static generation method where all HTML pages are pre-built at build time, then served directly from a CDN — delivering near-instantaneous load times and enhanced security through the absence of a dynamic server.

2.

A web architecture adopted by Next.js that transforms dynamic data (APIs, CMS, databases) into static HTML files during compilation — combining the flexibility of a dynamic site with the speed of a static site.

3.

A deployment strategy where each page is a self-contained HTML file, distributable globally via content delivery networks (CDN), eliminating the dependency on an application server and drastically reducing hosting costs.

See also
SEONext.jsPerformanceSecurity