[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"glossary-static-site-generator::en":3,"gloss-cluster-static-site-generator::en":20,"gloss-next-static-site-generator::en":9},{"slug":4,"category":5,"name":6,"definition":7,"meta_desc":8,"faq":9,"schema_markup":9,"related":10},"static-site-generator","dev-tools","Static Site Generator (SSG)","A static site generator (SSG) is a tool that builds a website's complete HTML pages ahead of time, at build time, rather than generating each page dynamically on every incoming request. The output is a set of plain static files (HTML, CSS, JS) that can be served instantly from a CDN with no server-side rendering work per visit, which makes static sites extremely fast and cheap to host at scale. Popular SSGs and hybrid frameworks include Astro, Next.js (in static-export mode), Hugo, Eleventy, and Gatsby. Why it matters for AI\u002FSaaS builders: SSGs are the standard choice for content-heavy, infrequently-changing pages — marketing sites, documentation, blogs, and (directly relevant here) glossary\u002Fdefinition pages, since these pages don't need to be regenerated on every single visitor request and benefit enormously from CDN-level caching and near-instant load times, which both improves Core Web Vitals (a direct SEO ranking factor) and reduces hosting cost versus rendering every page fresh per request. Many modern frameworks blend approaches — Incremental Static Regeneration (ISR) rebuilds a static page in the background on a schedule or on-demand, giving most of the speed benefit of static generation while still allowing content to update without a full manual rebuild. How it works: at build time, the SSG runs through every page\u002Froute in the project, fetches any data it needs (from a CMS, a database, or local Markdown files), renders the final HTML, and writes it to disk as static files ready to deploy. When content changes, triggering a new build regenerates the affected pages (or, with ISR, the platform automatically regenerates a specific page in the background after its cache window expires, without a full site rebuild). Worked example: a SaaS company's glossary section has hundreds of definition pages that rarely change once published. They build it with Next.js using ISR set to a 7-day revalidation window: each glossary page is pre-rendered to static HTML at build time (or on first request if new), served instantly from the CDN edge to every subsequent visitor with zero server compute per request, and automatically regenerated in the background the next time it's requested after 7 days have passed — giving them near-static-site performance and hosting cost while still allowing definitions to be corrected or expanded without triggering a full manual site rebuild. If an editor fixes a typo in one glossary entry, that single page quietly regenerates on its next request after the cache window expires, without redeploying or rebuilding the hundreds of other unrelated glossary pages sitting alongside it.","An SSG pre-builds a site's HTML pages at build time rather than on each request, producing fast, cacheable static files.",null,[11,14,17],{"slug":12,"name":13},"cdn","Content Delivery Network (CDN)",{"slug":15,"name":16},"edge-function","Edge Function",{"slug":18,"name":19},"headless-cms","Headless CMS",[21,25,28,32,35,38,41,44,47,50,53,56],{"slug":22,"category":5,"name":23,"updated_at":24},"agent","Agent","2026-08-24T02:46:36+00:00",{"slug":26,"category":5,"name":27,"updated_at":24},"ai-code-assistant","AI Coding Assistant",{"slug":29,"category":5,"name":30,"updated_at":31},"api-gateway","API Gateway","2026-08-24T02:46:37+00:00",{"slug":33,"category":5,"name":34,"updated_at":31},"api-versioning","API Versioning",{"slug":36,"category":5,"name":37,"updated_at":24},"autonomous-agent","Autonomous Agent",{"slug":39,"category":5,"name":40,"updated_at":31},"blue-green-deployment","Blue-Green Deployment",{"slug":42,"category":5,"name":43,"updated_at":31},"canary-deployment","Canary Deployment",{"slug":45,"category":5,"name":46,"updated_at":31},"chaos-engineering","Chaos Engineering",{"slug":48,"category":5,"name":49,"updated_at":24},"ci-cd","Continuous Integration \u002F Continuous Deployment (CI\u002FCD)",{"slug":51,"category":5,"name":52,"updated_at":31},"circuit-breaker","Circuit Breaker",{"slug":54,"category":5,"name":55,"updated_at":31},"cli","Command-Line Interface (CLI)",{"slug":57,"category":5,"name":58,"updated_at":31},"cloud-development-environment","Cloud Development Environment (CDE)"]