The React Framework – created and maintained by @vercel.

Next.js now forwards all browser errors to the terminal during development, making it easy for agents to fix client-side bugs.
5
10
239
17,780
πšŒπš›πšŽπšŠπšπšŽ-πš—πšŽπš‘πš-πšŠπš™πš™ now ships π™°π™Άπ™΄π™½πšƒπš‚.πš–πš by default, pointing agents to version-matched docs bundled in πš—πš˜πšπšŽ_πš–πš˜πšπšžπš•πšŽπšœ. This hit a 100% eval pass rate vs. 79% for skill-based approaches.
1
55
5,121
@πšŸπšŽπš›πšŒπšŽπš•/πš—πšŽπš‘πš-πš‹πš›πš˜πš πšœπšŽπš› lets agents inspect a running Next.js app from the terminal. Component trees, PPR shells, screenshots, network requests. Agents can lower Suspense allowing more cached content to be included in the static prerender.
3
3
153
12,634
Next.js 16.2: AI Improvements β€’ Next.js-aware browser lets Agents improve your app β€’ π™°π™Άπ™΄π™½πšƒπš‚.πš–πš included in πšŒπš›πšŽπšŠπšπšŽ-πš—πšŽπš‘πš-πšŠπš™πš™ by default β€’ Browser errors forwarded to terminal β€’ Dev server lock file prevents duplicate servers nextjs.org/blog/next-16-2-ai
15
80
856
162,846
Turbopack now tree shakes destructured dynamic imports the same way it does static imports. πšŒπš˜πš—πšœπš { 𝚌𝚊𝚝 } = πšŠπš πšŠπš’πš πš’πš–πš™πš˜πš›πš('./πš•πš’πš‹') Unused exports are removed from the bundle.
1
56
7,349
Server Fast Refresh brings browser-style hot reloading to server code. Only the changed module is reloaded instead of clearing the entire πš›πšŽπššπšžπš’πš›πšŽ.πšŒπšŠπšŒπš‘πšŽ chain. Up to ~375% faster server-side updates in real Next.js apps.
3
83
9,842
Turbopack: What's New in Next.js 16.2 β€’ Up to ~375% faster updates with Server Fast Refresh β€’ Improved Web Workers support β€’ Subresource Integrity (SRI) support β€’ Tree shaking for dynamic πš’πš–πš™πš˜πš›πš() β€’ 200+ bug fixes nextjs.org/blog/next-16-2-tu…
17
33
531
40,967
The error overlay now displays up to five levels of π™΄πš›πš›πš˜πš›.𝚌𝚊𝚞𝚜𝚎 chains, making it easier to trace errors that wrap other errors.
102
16,412
Hydration mismatch errors now show a + π™²πš•πš’πšŽπš—πš / - πš‚πšŽπš›πšŸπšŽπš› label, so you can clearly spot each environment.
3
2
146
24,608
The default production error page has been redesigned. If you haven't defined a custom πšŽπš›πš›πš˜πš›.𝚝𝚜𝚑 or πšπš•πš˜πš‹πšŠπš•-πšŽπš›πš›πš˜πš›.𝚝𝚜𝚑, the built-in fallback now has a cleaner, more modern look.
5
1
151
14,991
Server Function calls are now logged in the terminal during πš—πšŽπš‘πš 𝚍𝚎𝚟. You'll see the function name, arguments, execution time, and source file.
5
2
211
19,825
We contributed a change to React that makes Server Components payload deserialization up to ~350% faster. In real Next.js apps, that's 25–60% faster rendering to HTML.
2
4
246
25,093
Next.js 16.2 β€’ Up to ~60% faster rendering β€’ Up to ~400% faster πš—πšŽπš‘πš 𝚍𝚎𝚟 startup β€’ Server Function 𝚍𝚎𝚟 logging β€’ Redesigned error page β€’ Better hydration errors β€’ π™΄πš›πš›πš˜πš›.𝚌𝚊𝚞𝚜𝚎 display in error overlay nextjs.org/blog/next-16-2
149
388
4,125
463,503
5
74
10,809
Next.js installs will soon include version-matched docs, giving agents context on new and recently updated APIs. In our evals, this improved success rates by ~20%. Try it out: πš—πš™πš‘ πšŒπš›πšŽπšŠπšπšŽ-πš—πšŽπš‘πš-πšŠπš™πš™@πšŒπšŠπš—πšŠπš›πš’
43
84
1,255
125,346
As more Next.js apps are built with AI, we've been focusing on improving the agent experience. Here's what we've learned, and how we're thinking about agents as first-class users ↓ nextjs.org/blog/agentic-futu…
20
37
506
47,804
GPT 5.3 Codex has achieved the highest success rate on Next.js evals. View the leaderboard ↓ vercel.fyi/next-evals-2-5
19
40
598
42,803
Two ways to handle a blocking component in Next.js: β€’ Cache: so it can be prerendered with the rest of the page. β€’ Stream: so the rest of the page doesn't have to wait for it.
24
70
1,077
62,030
How we're making Turbopack fast. In this deep dive, @lukeisandberg explains how Turbopack uses incremental caching and compilation so the cost of work scales with your change, not the size of your app.
10
22
236
23,688