Knowledge Hub
Practical, opinionated writing on content architecture, headless CMS, and shipping real products with Sanity and Next.js.
Every post comes from decisions already baked into this starter: how to model content that scales, query it cleanly, and turn structure into pages search engines and AI assistants can actually read.
Your Site Is Invisible to AI Agents (and Your CMS Can Fix It)
AI agents read your site as token-heavy HTML and cite it badly. Two CMS features fix it: an editor-owned llms.txt generated by AI, and per-page Markdown served to agents on the same URL.
28 Jun 2026 · 16 min read
Read articleStale Sanity Content in Next.js: The Two Caches and How to Fix Them
Sanity content not updating in Next.js, or only showing after a redeploy? Two caches cause it: the Sanity CDN and the Next.js Data Cache. How each one works and how to fix stale content.
27 Jun 2026 · 11 min read
Read article