Published on 11.03.2026
TLDR: Astro 6 ships a completely redesigned dev server powered by Vite's Environment API, finally letting you run your actual production runtime during development. It also introduces a built-in Fonts API, stable Live Content Collections, Content Security Policy support, and an experimental Rust compiler that may replace the current Go-based one.
TLDR: Kent C. Dodds migrated kentcdodds.com from an informal multi-package repo to a proper npm workspaces monorepo with Nx, and broke production in the process. The real lessons are about what happens when you enforce actual package boundaries on code that was quietly relying on structural assumptions.
Migrating to Workspaces and Nx
TLDR: Next.js 16 ships Turbopack as the stable default bundler, React Server Components as the default rendering model, and Server Actions for type-safe mutations without API boilerplate, reinforcing its position as the go-to framework for SaaS development.