Next.js 16 + React 19
Web interfaces and APIs
Why
App Router + Server Components: zero client JS on SEO pages. RSC streaming for interfaces with LLM latency.
Comparison
Server Components make streaming LLM responses natural without useState or useEffect. The Route Handler manages incoming webhooks.