IT lexicon Web SSG

SSG Static Site Generation

Web På svenska → Updated: 2026-05-23

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.

← Back to the lexicon