Why we don’t ship CMS adapters in the core
CMS adapters create hidden coupling and support debt. Keeping them outside the core is a deliberate architectural choice.
Posts tagged with cms.
CMS adapters create hidden coupling and support debt. Keeping them outside the core is a deliberate architectural choice.
A simple rule that prevents CMS-driven rewrites: keep layout in code, expose content as structured data.
CMS are great at content, but they model structure too late. Astro exposes the mismatch — build-time IR fixes it.