Spokes.wiki Search Graph Growth About

static-site-wiki

Defined Term mechanism updated Sat May 30 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Jamstack

An architectural approach to web development built on pre-rendered markup served from a CDN, with dynamic needs handled by JavaScript and reusable APIs at the edge/client rather than a monolithic server. (The name originally: JavaScript, APIs, Markup.)

Core idea

Separate content from presentation by pre-rendering (static-site-generator), then layer interactivity via APIs. Claimed benefits, per jamstack-generators-list: performance, security, deployment simplicity.

Relationship to the rest of the wiki