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/fontautomatic font optimization with Inter.
This is a playground, not a framework. Fork it or open an issue if you want to extend an experiment.