Next.js is the React framework for building full-stack web applications by extending React features and integrating JavaScript tooling for faster builds. It is useful for projects that need server rendering and hybrid approaches, including static site generation and static outputs. Documentation and learning resources are available at nextjs.org, with community support via GitHub Discussions and Discord.
Project status
- Actively maintained: The upstream shows a very recent push (2026-06-02), and there are frequent version and canary updates across both the current major line (v16 canary) and a previous line (v15 backports).
- Apparent cadence: Updates are coming in on a near-daily basis in the provided window, including a canary (v16.3.0-canary.37) and subsequent backports (v15.5.19, v16.2.7), suggesting an active release and validation cycle rather than maintenance-only mode.
AI summary generated Today
Recent updates
v16.3.0-canary.37
YesterdayThe v16.3.0-canary.37 release notes describe a set of correctness and tooling updates (mostly around Turbopack tracing/codeframes, and minor docs/CLI hints). However, the code diff for this release shows substantial changes to internal GitHub Actions and CI tooling (pnpm installation behavior, new PR labeling action, and new SWC native binary size metrics in PR comments), none of which are mentioned in the release notes.
Featuresv15.5.19
YesterdayRelease v15.5.19 is described as a backport focused on a FormData change and a CI fix. However, the provided code diff shows multiple substantial Next.js build and routing related behavior changes plus several Rust API/type signature changes that are not mentioned in the release notes.
v16.2.7
Yesterdayv16.2.7 is a backport release focused on fixing regressions and correctness issues, including router query handling, server action loops, Turbopack hashing behavior, and several framework hydration/build edge cases. The release notes also mention a playwright-core patch for a `_finishedPromise` resolution issue and a Turbopack related PostCSS config resolution improvement.
Featuresv16.3.0-canary.36
3 days agoThis canary release mainly improves Turbopack's ECMAScript analyzer, including expanding the evaluation graph logic to cover more conditional patterns (like ternaries and logical/nullish expressions) and enhancing how values are explained. It also updates the Next.js CLI typegen command so failures surface immediately with a non-zero exit code and a clearer error message.
BreakingFeaturesv16.3.0-canary.35
4 days agoThis release is a collection of “misc” changes focused on Next.js error rendering behavior and internal TurboPack analyzer refactors. On the Next.js side, error payload head generation for certain prerender recovery paths was made conditional. On the TurboPack side, internal task and analyzer structures were reorganized to reduce memory footprint and improve module organization.
Breakingv16.3.0-canary.34
4 days agov16.3.0-canary.34 is a canary release focused on Turbopack/HMR behavior tweaks, dev overlay/UI updates, and some internal refactors. Release notes also mention an experimental image optimization flag and a few documentation fixes.
Featuresv16.3.0-canary.33
5 days agoThis canary release focuses on Next.js internal tooling changes in the Next API layer (NFT JSON generation and module graph tracing), along with assorted CI and test stability tweaks. Release notes are largely limited to miscellaneous items and do not describe the substantial refactor in server NFT JSON and module graph wiring seen in the code diff.
v16.3.0-canary.32
5 days agov16.3.0-canary.32 includes fixes focused on Turbopack analyzer correctness and instrumentation injection behavior under package.json type:module. It also updates contributor-facing issue triage guidance to match the automated labeling/closing behavior.
v16.3.0-canary.31
6 days agov16.3.0-canary.31 is a canary release focused on internal wiring changes for Server Actions graph typing, a bug fix related to caching of search parameters, and several CI and documentation updates. The code diff also shows additional route matching and router-cache plumbing changes that are not explicitly called out in the release notes.
v16.3.0-canary.30
1 week agov16.3.0-canary.30 includes a small core revert related to how Pages Router export files are written. It also bundles a set of Turbopack and CI/test improvements, plus a React upgrade and some App Shell prefetch work.