Glossary

Jamstack

Jamstack (JavaScript, APIs, Markup) is an architectural approach to the web: pre-generated static HTML files served via CDN, with dynamic functionality delivered through APIs. No traditional server-side rendering on every request.

Key principles

Benefits

When it does not fit

Personalised content, real-time data, large e-commerce with millions of SKUs — where pre-rendering is impractical. Solved via ISR (Incremental Static Regeneration) or hybrid rendering.

Popular solutions

Next.js, Nuxt, Astro, Gatsby + Netlify/Vercel/Cloudflare Pages.