Spokes.wiki Search Graph Growth About

static-site-wiki

Defined Term mechanism source ↗ source url updated Wed Jun 10 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Headless CMS

The content-management half of the spoke’s story — the answer to “if you drop WordPress, where does the content live and how do non-developers edit it?” A headless CMS is a back-end-only content repository that exposes content through an API (REST/GraphQL) instead of rendering pages itself.

Coupled vs headless — the decoupling

This decoupling is the natural partner of SSGs and jamstack: an SSG pulls structured content from the headless CMS at build time and pre-renders it to static HTML, served via a CDN (e.g. netlify). Content editing without a request-time database is precisely what lets the jamstack model keep an editor experience while shedding the monolith.

Two flavors

Trade-offs

More flexibility, scalability, and security (no public request-time DB/admin surface), at the cost of higher setup complexity and front-and-back-end dev knowledge — the same “power-for-simplicity” trade that separates the SSG world from one-click wordpress.

jamstack · static-site-generator · netlify · wordpress · astro