Next.js 16 (App Router + RSC)
Server-rendered by default — fast first paint, no hydration cost on static content, real SEO without prerender hacks. App Router gives us per-route caching and edge rendering where it makes sense. For a local healthcare site, that means service pages load fast, render clean HTML, and give search engines the content they need.