# Next.js Blog

Next.js Blog

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How we closed 1,500 GitHub issues in one month

DevFeed: [How we closed 1,500 GitHub issues in one month](<https://devfeed.tech/articles/how-we-closed-1-500-github-issues-in-one-month-3148.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/how-we-closed-1500-github-issues>)

Author: Marcos Hernanz

Published: 2026-09-04T04:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [issue tracker](<https://devfeed.tech/topics/issue-tracker.md>), [Maintainers](<https://devfeed.tech/topics/maintainers.md>), [bug](<https://devfeed.tech/topics/bug.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [bug](<https://devfeed.tech/tags/bug.md>), [github-issues](<https://devfeed.tech/tags/github-issues.md>), [issue-tracker](<https://devfeed.tech/tags/issue-tracker.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

The Next.js team describes using an AI research agent to help maintainers review an issue backlog, close outdated reports, and retain issues that still matter.

### Source excerpt

How the Next.js team used an agent to research old reports and work through the issue backlog.

## How Turbopack chunks your JavaScript

DevFeed: [How Turbopack chunks your JavaScript](<https://devfeed.tech/articles/how-turbopack-chunks-your-javascript-3282.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/turbopack-chunking>)

Author: Sam Poder

Published: 2026-09-03T16:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [code](<https://devfeed.tech/tags/code.md>), [compression](<https://devfeed.tech/tags/compression.md>), [http](<https://devfeed.tech/tags/http.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [next-js](<https://devfeed.tech/tags/next-js.md>)

### AI overview

The article explains how Turbopack groups JavaScript into chunks for Next.js applications. It examines the tradeoff between minimizing downloaded code and minimizing network requests, including the effects on caching and compression.

### Source excerpt

Turbopack's chunking speeds up page loads and enables sharing code across pages. We shipped new experimental features to improve chunking in Next.js 16.3.

## August 2026 Security Release

DevFeed: [August 2026 Security Release](<https://devfeed.tech/articles/august-2026-security-release-3138.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/august-2026-security-release>)

Author: Sebastian Silbermann

Published: 2026-08-25T18:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Security](<https://devfeed.tech/topics/security.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [vulnerability management](<https://devfeed.tech/topics/vulnerability-management.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [bug-bounty](<https://devfeed.tech/tags/bug-bounty.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>), [vulnerability-management](<https://devfeed.tech/tags/vulnerability-management.md>)

### AI overview

Next.js released versions 16.3.3 and 15.5.24 to address critical vulnerabilities, including unauthenticated remote code execution through AVIF image optimization and on Windows-hosted servers. The patched releases disable AVIF optimization until an upstream fix is propagated.

### Source excerpt

The August 2026 security release for Next.js is now available

## Update: August Next.js Security Release

DevFeed: [Update: August Next.js Security Release](<https://devfeed.tech/articles/update-august-next-js-security-release-3270.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/nextjs-security-release-august-2026-update>)

Author: Sebastian Silbermann

Published: 2026-08-25T15:00:00Z

Content type: news

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>)

Tags: [bug-bounty](<https://devfeed.tech/tags/bug-bounty.md>), [frameworks](<https://devfeed.tech/tags/frameworks.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [update](<https://devfeed.tech/tags/update.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>), [vulnerability-management](<https://devfeed.tech/tags/vulnerability-management.md>)

### AI overview

Next.js is advancing its August security release to address two critical vulnerabilities in a single update and recommends that users upgrade when patched versions are available.

### Source excerpt

Next.js is moving the August security release forward to August 25, 2026.

## Upcoming Next.js August Security Release

DevFeed: [Upcoming Next.js August Security Release](<https://devfeed.tech/articles/upcoming-next-js-august-security-release-3288.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/upcoming-nextjs-security-release-august-2026>)

Author: Sebastian Silbermann

Published: 2026-08-20T18:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Security](<https://devfeed.tech/topics/security.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Bug Bounty](<https://devfeed.tech/topics/bugbounty.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [bug-bounty](<https://devfeed.tech/tags/bug-bounty.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

Next.js is preparing a scheduled August 2026 security release addressing critical-severity vulnerabilities. The release is expected to include patched versions 16.3.3 and 15.5.24, with a full advisory and upgrade instructions.

### Source excerpt

Next.js is preparing a scheduled August security release for August 26, 2026.

## Building App-like Experiences with Next.js 16.3

DevFeed: [Building App-like Experiences with Next.js 16.3](<https://devfeed.tech/articles/building-app-like-experiences-with-next-js-16-3-3142.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/building-app-like-experiences-with-nextjs-16-3>)

Author: Aurora Scharff

Published: 2026-08-18T16:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [cache](<https://devfeed.tech/tags/cache.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [server](<https://devfeed.tech/tags/server.md>), [streaming](<https://devfeed.tech/tags/streaming.md>)

### AI overview

Next.js 16.3 introduces Instant Navigations through Cache Components and Partial Prefetching, enabling immediate UI display while server-rendered content completes. The article also explains caching data and route payloads across navigations.

### Source excerpt

Build app-like experiences with Instant Navigations, server-rendered data, optimistic updates, and live client state in Next.js 16.3.

## Making Navigations Instant in v0

DevFeed: [Making Navigations Instant in v0](<https://devfeed.tech/articles/making-navigations-instant-in-v0-3158.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/making-v0-navigations-instant>)

Author: Jude Gao

Published: 2026-08-06T13:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [React](<https://devfeed.tech/topics/react.md>), [browser](<https://devfeed.tech/topics/browser.md>), [App](<https://devfeed.tech/topics/app.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [app](<https://devfeed.tech/tags/app.md>), [browser](<https://devfeed.tech/tags/browser.md>), [caching](<https://devfeed.tech/tags/caching.md>), [case-study](<https://devfeed.tech/tags/case-study.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

This case study explains how v0 achieved instant navigations with Next.js 16.3. The approach combines runtime partial prerendering and browser caching for dynamic, personalized content, while a coding agent uses failing tests to identify slow navigations, apply fixes, and verify routes.

### Source excerpt

The case study behind Instant Navigations in Next.js 16.3, and how we made v0's navigations instant using tests and a coding agent.

## Next.js 16.3

DevFeed: [Next.js 16.3](<https://devfeed.tech/articles/next-js-16-3-3221.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-16-3>)

Published: 2026-08-03T17:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Playwright](<https://devfeed.tech/topics/playwright.md>), [React](<https://devfeed.tech/topics/react.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [caching](<https://devfeed.tech/tags/caching.md>), [coding](<https://devfeed.tech/tags/coding.md>), [framework](<https://devfeed.tech/tags/framework.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [react](<https://devfeed.tech/tags/react.md>), [release](<https://devfeed.tech/tags/release.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [tools](<https://devfeed.tech/tags/tools.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

Next.js 16.3 is a major release focused on faster development and production performance, improved caching and error recovery, versioned documentation for coding agents, and Instant Navigations that provide SPA-like responsiveness while retaining Next.js's server-driven model.

### Source excerpt

Next.js 16.3 introduces Instant Navigations, a suite of tools for single-page-app responsiveness, plus a faster dev server, faster builds, and improved tooling for AI agents.

## July 2026 Security Release

DevFeed: [July 2026 Security Release](<https://devfeed.tech/articles/july-2026-security-release-3152.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/july-2026-security-release>)

Author: Sebastian Silbermann

Published: 2026-07-20T12:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Security](<https://devfeed.tech/topics/security.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [payload](<https://devfeed.tech/topics/payload.md>), [cpu](<https://devfeed.tech/topics/cpu.md>)

Tags: [cpu](<https://devfeed.tech/tags/cpu.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [payload](<https://devfeed.tech/tags/payload.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Next.js has released security updates for versions 16.2.11 and 15.5.21, addressing high- and medium-severity vulnerabilities affecting Server Actions, middleware/proxy behavior, rewrites, redirects, image optimization, the Edge runtime, and related request handling. Teams are advised to patch their Next.js dependencies.

### Source excerpt

The July 2026 security release for Next.js is now available

## Next.js Security Release and Our Next Patch Release

DevFeed: [Next.js Security Release and Our Next Patch Release](<https://devfeed.tech/articles/next-js-security-release-and-our-next-patch-release-3266.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-security-release-program>)

Author: Josh Story

Published: 2026-07-13T12:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>)

Tags: [bug-bounty](<https://devfeed.tech/tags/bug-bounty.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [llm](<https://devfeed.tech/tags/llm.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [process](<https://devfeed.tech/tags/process.md>), [release](<https://devfeed.tech/tags/release.md>), [release-schedule](<https://devfeed.tech/tags/release-schedule.md>), [security](<https://devfeed.tech/tags/security.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

Next.js is formalizing a predictable security release program with advance monthly notices, while retaining ad-hoc patches for urgent or actively exploited vulnerabilities.

### Source excerpt

Next.js is moving to a formal security release process

## Turbopack: What's New in Next.js 16.3

DevFeed: [Turbopack: What's New in Next.js 16.3](<https://devfeed.tech/articles/turbopack-what-s-new-in-next-js-16-3-3227.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-16-3-turbopack>)

Author: Andrew Imm

Published: 2026-06-29T20:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [build times](<https://devfeed.tech/topics/build-times.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [cpu](<https://devfeed.tech/topics/cpu.md>)

Tags: [build-times](<https://devfeed.tech/tags/build-times.md>), [cache](<https://devfeed.tech/tags/cache.md>), [caching](<https://devfeed.tech/tags/caching.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [development](<https://devfeed.tech/tags/development.md>), [memory](<https://devfeed.tech/tags/memory.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [rust](<https://devfeed.tech/tags/rust.md>)

### AI overview

Next.js 16.3 improves the Turbopack bundler with lower development memory usage, persistent filesystem caching for faster builds, experimental Rust React Compiler support, API support, and faster hot module replacement and development startup. Memory-cache eviction, enabled by default with the development filesystem cache, helps prevent unbounded memory growth during long development sessions.

### Source excerpt

Turbopack in Next.js 16.3 adds development memory eviction, persistent file cache for builds, experimental Rust React Compiler, and `import.meta.glob` support.

## Next.js 16.3: AI Improvements

DevFeed: [Next.js 16.3: AI Improvements](<https://devfeed.tech/articles/next-js-16-3-ai-improvements-3222.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-16-3-ai-improvements>)

Author: Jude Gao

Published: 2026-06-26T15:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Agent Browser](<https://devfeed.tech/topics/agent-browser.md>), [React](<https://devfeed.tech/topics/react.md>), [MDX](<https://devfeed.tech/topics/mdx.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [browser](<https://devfeed.tech/tags/browser.md>), [claude](<https://devfeed.tech/tags/claude.md>), [codex](<https://devfeed.tech/tags/codex.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [react](<https://devfeed.tech/tags/react.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Next.js 16.3 Preview introduces improvements for agent-driven development, including version-matched documentation through AGENTS.md, first-party Skills, Agent Browser with React introspection, actionable errors with fix prompts, a smaller MCP server, and Markdown documentation access.

### Source excerpt

Actionable errors with paste-ready fix prompts, first-party Skills for the dev loop and Cache Components, and tooling that keeps coding agents in sync with your project.

## Next.js 16.3: Instant Navigations

DevFeed: [Next.js 16.3: Instant Navigations](<https://devfeed.tech/articles/next-js-16-3-instant-navigations-3225.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-16-3-instant-navigations>)

Author: Josh Story

Published: 2026-06-25T20:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [App](<https://devfeed.tech/topics/app.md>), [client](<https://devfeed.tech/topics/client.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [cache](<https://devfeed.tech/tags/cache.md>), [caching](<https://devfeed.tech/tags/caching.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [server](<https://devfeed.tech/tags/server.md>)

### AI overview

Next.js 16.3 introduces Instant Navigations, an opt-in set of behaviors designed to make server-driven applications feel as responsive as single-page apps. The article discusses faster navigations, Cache Components, and choices for handling asynchronous server data.

### Source excerpt

A new suite of tools that brings the responsiveness of a single-page app to the server-centric model of Next.js.

## Next.js Across Platforms: Adapters, OpenNext, and Our Commitments

DevFeed: [Next.js Across Platforms: Adapters, OpenNext, and Our Commitments](<https://devfeed.tech/articles/next-js-across-platforms-adapters-opennext-and-our-commitments-3268.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/nextjs-across-platforms>)

Author: JJ Kasper

Published: 2026-03-25T17:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Next.js 16.2 introduces a stable Adapter API, shared adapter tests, verified open-source adapters, and an Ecosystem Working Group to improve deployment consistency across platforms. The article explains how OpenNext helped establish a stable public contract for providers supporting Next.js applications.

### Source excerpt

Next.js 16.2 introduces a stable Adapter API, a public adapter test suite, and a working group for more consistent deployment across platforms.

## Next.js 16.2

DevFeed: [Next.js 16.2](<https://devfeed.tech/articles/next-js-16-2-3214.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-16-2>)

Author: Tim Neutkens

Published: 2026-03-18T20:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [C++](<https://devfeed.tech/topics/c-plus-plus.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [react](<https://devfeed.tech/tags/react.md>), [release](<https://devfeed.tech/tags/release.md>)

### AI overview

Next.js 16.2 is a release with faster startup and rendering, revised production error handling, and improved development debugging.

### Source excerpt

Next.js 16.2 includes Adapters, rendering performance improvements, improved debugging and error pages, and more.

## Next.js 16.2: AI Improvements

DevFeed: [Next.js 16.2: AI Improvements](<https://devfeed.tech/articles/next-js-16-2-ai-improvements-3217.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-16-2-ai>)

Author: Tim Neutkens

Published: 2026-03-18T20:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [React](<https://devfeed.tech/topics/react.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [docs](<https://devfeed.tech/tags/docs.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>)

### AI overview

Next.js 16.2 introduces improvements for AI-assisted development, including agent-ready projects with bundled, version-matched documentation, browser error forwarding to the terminal, dev server lock-file diagnostics, and experimental Agent DevTools for React DevTools and Next.js diagnostics.

### Source excerpt

Next.js 16.2 ships AGENTS.md in create-next-app, browser log forwarding, dev server lock file with PID, and next-browser for AI agent debugging.

## Turbopack: What's New in Next.js 16.2

DevFeed: [Turbopack: What's New in Next.js 16.2](<https://devfeed.tech/articles/turbopack-what-s-new-in-next-js-16-2-3219.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-16-2-turbopack>)

Author: Tim Neutkens

Published: 2026-03-18T20:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>)

Tags: [bugs](<https://devfeed.tech/tags/bugs.md>), [css](<https://devfeed.tech/tags/css.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [wasm](<https://devfeed.tech/tags/wasm.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

Next.js 16.2 updates Turbopack with Server Fast Refresh, Web Worker origin support, SRI for JavaScript files, dynamic-import tree shaking, loader and Lightning CSS configuration, TypeScript PostCSS configuration, log filtering, and performance and bug-fix work.

### Source excerpt

Turbopack in Next.js 16.2 brings faster builds, SRI support, postcss.config.ts, tree shaking of dynamic imports, Server Fast Refresh, inline loader configuration, and over 200 bug fixes.

## Building Next.js for an agentic future

DevFeed: [Building Next.js for an agentic future](<https://devfeed.tech/articles/building-next-js-for-an-agentic-future-3137.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/agentic-future>)

Author: Jiachi Liu

Published: 2026-02-12T00:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [browser](<https://devfeed.tech/topics/browser.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [browser](<https://devfeed.tech/tags/browser.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [next-js](<https://devfeed.tech/tags/next-js.md>)

### AI overview

The article explains how the Next.js team improved support for AI coding agents. It describes the limitations of agents that cannot see browser runtime errors or internal Next.js state, the experimental Vector in-browser agent, its sunset, and the use of MCP to expose relevant application data to external agents.

### Source excerpt

How we built and sunset an in-browser agent, shipped MCP integration, and learned that better AI agent support means thinking from the agent's perspective.

## Inside Turbopack: Building Faster by Building Less

DevFeed: [Inside Turbopack: Building Faster by Building Less](<https://devfeed.tech/articles/inside-turbopack-building-faster-by-building-less-3286.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/turbopack-incremental-computation>)

Author: Tobias Koppers

Published: 2026-01-20T17:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Webpack](<https://devfeed.tech/topics/webpack.md>), [make](<https://devfeed.tech/topics/make.md>), [Data structures](<https://devfeed.tech/topics/data-structures.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [building](<https://devfeed.tech/tags/building.md>), [cache](<https://devfeed.tech/tags/cache.md>), [caching](<https://devfeed.tech/tags/caching.md>), [code](<https://devfeed.tech/tags/code.md>), [complexity](<https://devfeed.tech/tags/complexity.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [development](<https://devfeed.tech/tags/development.md>), [make](<https://devfeed.tech/tags/make.md>), [memory](<https://devfeed.tech/tags/memory.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [scale](<https://devfeed.tech/tags/scale.md>), [web](<https://devfeed.tech/tags/web.md>), [web-applications](<https://devfeed.tech/tags/web-applications.md>)

### AI overview

Turbopack uses fine-grained caching and incremental computation to reduce rebuild work and speed up development for large Next.js applications. The article explains its automatic dependency tracking, research foundations, and contrast with coarse-grained systems such as GNU Make.

### Source excerpt

Learn how we built Turbopack with incremental computation to scale development and builds to massive Next.js applications.

## Next.js 16.1

DevFeed: [Next.js 16.1](<https://devfeed.tech/articles/next-js-16-1-3212.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-16-1>)

Author: Tim Neutkens

Published: 2025-12-18T20:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Core Web Vitals](<https://devfeed.tech/topics/core-web-vitals.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [core](<https://devfeed.tech/tags/core.md>), [core-web-vitals](<https://devfeed.tech/tags/core-web-vitals.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [development](<https://devfeed.tech/tags/development.md>), [dogfooding](<https://devfeed.tech/tags/dogfooding.md>), [github](<https://devfeed.tech/tags/github.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>)

### AI overview

Next.js 16.1 improves development workflows and stability through stable, default-on Turbopack file system caching, an experimental bundle analyzer, easier Node.js debugging, and better handling of transitive external dependencies.

### Source excerpt

Next.js 16.1 introduces Turbopack file system caching for development, a new bundle analyzer, and easier debugging in Node.js.

## Next.js Security Update: December 11, 2025

DevFeed: [Next.js Security Update: December 11, 2025](<https://devfeed.tech/articles/next-js-security-update-december-11-2025-3277.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/security-update-2025-12-11>)

Author: Sebastian Markbåge

Published: 2025-12-11T16:00:00Z

Content type: news

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [http](<https://devfeed.tech/tags/http.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [react](<https://devfeed.tech/tags/react.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [security](<https://devfeed.tech/tags/security.md>), [update](<https://devfeed.tech/tags/update.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

A Next.js security advisory describes two React Server Components vulnerabilities affecting App Router applications: a denial-of-service issue and potential compiled source-code exposure. Users are instructed to upgrade to the latest patched release, including those who applied the initial incomplete fix for CVE-2025-55184.

### Source excerpt

Two additional vulnerabilities have been identified in React Server Components. Users should upgrade to patched versions immediately.

## Security Advisory: CVE-2025-66478

DevFeed: [Security Advisory: CVE-2025-66478](<https://devfeed.tech/articles/security-advisory-cve-2025-66478-3134.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/CVE-2025-66478>)

Author: Sebastian Markbåge

Published: 2025-12-03T16:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [Exploit](<https://devfeed.tech/topics/exploit.md>), [React](<https://devfeed.tech/topics/react.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>)

Tags: [cve](<https://devfeed.tech/tags/cve.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [react](<https://devfeed.tech/tags/react.md>), [remote-code-execution](<https://devfeed.tech/tags/remote-code-execution.md>), [security](<https://devfeed.tech/tags/security.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

### AI overview

This security advisory describes CVE-2025-66478, a critical vulnerability in the React Server Components protocol that affects certain Next.js applications using the App Router. Under specific conditions, attacker-controlled requests could lead to remote code execution. Users are advised to upgrade to patched Next.js releases immediately.

### Source excerpt

A critical vulnerability (CVE-2025-66478) has been identified in the React Server Components protocol. Users should upgrade to patched versions immediately.

## Next.js 16

DevFeed: [Next.js 16](<https://devfeed.tech/articles/next-js-16-3210.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-16>)

Author: Tim Neutkens

Published: 2025-10-21T20:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [React](<https://devfeed.tech/topics/react.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [devtools](<https://devfeed.tech/tags/devtools.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [react](<https://devfeed.tech/tags/react.md>), [release](<https://devfeed.tech/tags/release.md>), [routing](<https://devfeed.tech/tags/routing.md>)

### AI overview

Next.js 16 is a release featuring Cache Components, stable Turbopack, file system caching, React Compiler support, smarter routing, updated caching APIs, React 19.2 features, and Next.js Devtools MCP integration.

### Source excerpt

Next.js 16 includes Cache Components, stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.

## Next.js 16 (beta)

DevFeed: [Next.js 16 (beta)](<https://devfeed.tech/articles/next-js-16-beta-3229.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-16-beta>)

Author: Tobias Koppers

Published: 2025-10-09T20:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [React](<https://devfeed.tech/topics/react.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [ESLint](<https://devfeed.tech/topics/eslint.md>), [Webpack](<https://devfeed.tech/topics/webpack.md>), [FIRST](<https://devfeed.tech/topics/first.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [eslint](<https://devfeed.tech/tags/eslint.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [react](<https://devfeed.tech/tags/react.md>), [routing](<https://devfeed.tech/tags/routing.md>), [tailwind-css](<https://devfeed.tech/tags/tailwind-css.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [webpack](<https://devfeed.tech/tags/webpack.md>)

### AI overview

Next.js 16 beta introduces stable Turbopack as the default bundler, filesystem caching for faster development, React Compiler support, enhanced routing, improved caching APIs, and React 19.2 features. It also includes Build Adapters API changes and breaking changes.

### Source excerpt

Next.js 16 beta includes stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.

[Next page](<https://devfeed.tech/sources/next-js-blog.md?cursor=WyIyMDI1LTEwLTA5VDIwOjAwOjAwKzAwOjAwIiwgImZiYjYzMjdiLWM5YzAtNGM3ZS05OGUxLTMzZDc1YTZkMGVlYiJd>)