Astro 6: the dev server rebuilt

Astro 6 launched in March 2026 with an entirely redesigned dev server on Vite's Environment API. The big promise: your local environment now executes the same runtime as production. No more deployment surprises of the « worked in dev but not in prod » kind.

Live Content Collections: from build-time to request-time

Astro's Content Collections were among the most loved features, but limited to build-time. With Astro 6, they switch to « Live » mode: we can now pull content from a headless CMS or API at request time, via the same API as local markdown.

Native CSP and reinforced security

Astro 6 adds native Content Security Policy support. No more external middleware or Vite hacks. For sites targeting a security audit or a SOC 2-type certificate, it's a big time saver.

Cloudflare acquisition: what's the plan?

Cloudflare officially acquired Astro in 2026. The bet is clear: make Astro the reference framework for content sites running on Cloudflare Workers. The official Cloudflare adapter already lets Astro run on Workers, and Astro 6's dev server uses workerd (Cloudflare's open-source Workers runtime).

This raises a legitimate question: does Astro remain neutral toward other hosts (Vercel, Netlify)? The Astro team promised yes. Time will tell. For our clients on Vercel, we stay vigilant.

Astro vs Next.js: the switch is done

On content sites (blogs, showcases, static e-commerce), Astro clearly took the lead over Next.js in 2026. Simpler to learn, faster to build, better SEO performance. Next.js remains leader on complex web applications. The choice has become binary by use case.