Astro 6 Rewrites the Dev Server, Kent C. Dodds Learns Monorepo Lessons the Hard Way, and Next.js Holds Steady for SaaS

Published on 11.03.2026

motyl.dev<div></div></>FRONTEND

Astro 6 Rewrites the Dev Server and Bets on Rust

TLDR: Astro 6 rebuilds its dev server on top of Vite's Environment API so you run your actual production runtime during development, adds a built-in Fonts API and Content Security Policy support, stabilizes Live Content Collections, and introduces an experimental Rust compiler that may replace the Go-based one entirely.

Astro 6.0


Kent C. Dodds Migrates to Workspaces and Nx, Breaks Production Along the Way

TLDR: Kent C. Dodds shares a refreshingly honest account of migrating kentcdodds.com from an informal multi-package repo to proper npm workspaces with Nx. The migration exposed hardcoded paths, broken Docker stages, and a production outage caused by merging a 726-file refactor from a phone.

Migrating to Workspaces and Nx


Next.js 16 Remains the Pragmatic Default for SaaS in 2026

TLDR: A guide argues that Next.js 16 with Turbopack as the stable default bundler, React Server Components as the default rendering model, and Server Actions for type-safe mutations makes it the most practical choice for SaaS development in 2026.

Why You Should Use Next.js for Your SaaS (2026 Guide)