Jamstack Glossary
Browse 3 jamstack terms defined in plain English, from the cultural dictionary of computing.
3 Jamstack Terms
- SSG
- Static Site Generator — a tool that pre-builds all pages at build time, producing plain HTML files that can be served from a CDN with no server required....
- Static Site
- A website composed entirely of pre-built HTML, CSS, and JavaScript files that are served as-is without server-side rendering or database queries at request...
- Static Site Generator
- A build tool that takes content (typically Markdown or a CMS), templates, and assets, and compiles them into a complete set of static HTML pages at build time....