SSG Static Site Generation
Generate all HTML at build time — serve just static files via CDN.
Hugo (Go, blazing fast), Eleventy (JS), Astro, Next.js (with output: 'export'). Good for: blogs, docs, marketing sites. SEO-friendly, incredibly fast, cheap to host. The limit: dynamic parts have to be solved via JS/API.