← All projects

Headless CMS Experiment

Next.js sandbox exploring headless CMS patterns, API routes and modern React data fetching.

A small Next.js lab for headless content patterns. It stays close to a create-next-app baseline on purpose: the goal is testing specific ideas about decoupled publishing, not shipping a product. The thin README is intentional.

What gets experimented here

  • Decoupled content modeling. Content structures defined separately from presentation and consumed through API routes.
  • SSG vs on-demand fetching. Static generation compared directly against runtime fetching for editorial content.
  • Font loading. next/font automatic font optimization with Inter.

This is a playground, not a framework. Fork it or open an issue if you want to extend an experiment.

More projects