Next.js's Avatar

Next.js

@nextjs.org

The React Framework – created and maintained by @vercel.com

10,766
Followers
1
Following
43
Posts
23.05.2023
Joined
Posts Following

Latest posts by Next.js @nextjs.org

Post image

Updated evals: nextjs.org/evals
Set up guide: nextjs.org/docs/app/gu...

19.02.2026 18:28 👍 7 🔁 0 💬 0 📌 0
Video thumbnail

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: 𝚗𝚙𝚡 𝚌𝚛𝚎𝚊𝚝𝚎-𝚗𝚎𝚡𝚝-𝚊𝚙𝚙@𝚌𝚊𝚗𝚊𝚛𝚢

19.02.2026 18:28 👍 28 🔁 1 💬 2 📌 0
Preview
Building Next.js for an agentic future 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.

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/agenti...

17.02.2026 14:30 👍 12 🔁 1 💬 1 📌 0
Preview
Guides: Public pages Learn how to build public, "static" pages that share data across users, such as landing pages, list pages (products, blogs, etc.), marketing and news sites.

Learn more about this pattern: nextjs.org/docs/app/gu...

04.02.2026 17:20 👍 7 🔁 0 💬 0 📌 0
Video thumbnail

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.

04.02.2026 17:20 👍 24 🔁 3 💬 2 📌 0
Preview
Inside Turbopack: Building Faster by Building Less Learn how we built Turbopack with incremental computation to scale development and builds to massive Next.js applications.

Learn how we built Turbopack with incremental computation to scale development and builds to Next.js applications of all sizes.
nextjs.org/blog/turbop...

20.01.2026 17:20 👍 15 🔁 2 💬 0 📌 1
Preview
Next.js 16.1 Next.js 16.1 introduces Turbopack file system caching for development, a new bundle analyzer, and easier debugging in Node.js.

More: nextjs.org/blog/next-1...

23.12.2025 17:17 👍 6 🔁 1 💬 0 📌 0
Video thumbnail

Next.js 16.1: Turbopack filesystem caching for 𝚍𝚎𝚟 is now enabled by default.

Example field test in an open-source app: 3.7s → 336ms

23.12.2025 17:17 👍 19 🔁 1 💬 1 📌 0
Preview
Guides: Package Bundling Learn how to optimize your application's server and client bundles.

Guide: nextjs.org/docs/app/gu...

19.12.2025 16:40 👍 4 🔁 0 💬 0 📌 0
Video thumbnail

Next.js 16.1: Optimize your app with the new Bundle Analyzer

• Filter modules by route, environment, or asset type
• View a module's size and trace its location
• Available for apps using Turbopack

Try it out 𝚗𝚙𝚡 𝚗𝚎𝚡𝚝 𝚎𝚡𝚙𝚎𝚛𝚒𝚖𝚎𝚗𝚝𝚊𝚕-𝚊𝚗𝚊𝚕𝚢𝚣𝚎

19.12.2025 16:40 👍 24 🔁 0 💬 1 📌 0
Preview
Next.js 16.1 Next.js 16.1 introduces Turbopack file system caching for development, a new bundle analyzer, and easier debugging in Node.js.

Next.js 16.1

• Faster compilation in 𝚍𝚎𝚟 with file system caching
• New bundle analyzer for inspecting and optimizing your code
• Easier debugging with 𝚗𝚎𝚡𝚝 𝚍𝚎𝚟 --𝚒𝚗𝚜𝚙𝚎𝚌𝚝

nextjs.org/blog/next-16-1

18.12.2025 19:26 👍 36 🔁 4 💬 0 📌 2
Preview
Next.js Security Update: December 11, 2025 Two additional vulnerabilities have been identified in React Server Components. Users should upgrade to patched versions immediately.

Two new RSC protocol vulnerabilities (one high, one medium) were uncovered while auditing the protocol following React2Shell.

Please upgrade to the latest patched version in your release line.
nextjs.org/blog/securi...

11.12.2025 21:39 👍 21 🔁 3 💬 2 📌 1
Preview
Security Advisory: CVE-2025-66478 A critical vulnerability (CVE-2025-66478) has been identified in the React Server Components protocol. Users should upgrade to patched versions immediately.

Update on CVE-2025-66478 (React2Shell):

An npm package has been released to scan and update affected Next.js apps. Use `npx fix-react2shell-next` to update to patched versions.

All users should update as soon as possible.

More details our blog:

nextjs.org/cve-2025-66478

06.12.2025 16:19 👍 22 🔁 4 💬 1 📌 0
Preview
Security Advisory: CVE-2025-66478 A critical vulnerability (CVE-2025-66478) has been identified in the React Server Components protocol. Users should upgrade to patched versions immediately.

A critical vulnerability in React Server Components (CVE-2025-55182) affects React 19 and frameworks, including Next.js (CVE-2025-66478).

All users should upgrade to the latest patched version in their release line.

nextjs.org/blog/CVE-20...

03.12.2025 16:42 👍 26 🔁 12 💬 2 📌 1

Next.js 16

• Cache Components
• Turbopack enabled by default
• Turbopack file system caching (beta)
• Optimized navigations and prefetching
• Improved caching APIs
• Build Adapters API (alpha)
• React 19.2

nextjs.org/blog/next-16

22.10.2025 00:37 👍 65 🔁 16 💬 3 📌 6
Preview
Next.js 16 (beta) Next.js 16 beta includes stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.

Next.js 16 (beta)

• Turbopack enabled by default
• Turbopack file system caching (beta)
• Optimized navigations and prefetching
• Improved caching APIs
• Build Adapters API (alpha)
• React 19.2

nextjs.org/blog/next-1...

10.10.2025 03:30 👍 59 🔁 5 💬 3 📌 3
Preview
Next.js 15.5 Next.js 15.5 includes Turbopack builds in beta, stable Node.js middleware, TypeScript improvements, `next lint` deprecation, and deprecation warnings for Next.js 16.

Next.js 15.5

• Turbopack for builds (beta)
• Node.js middleware (stable)
• TypeScript support improvements
• `next lint` command deprecation
• Next.js 16 deprecation warnings

nextjs.org/blog/next-15-5

20.08.2025 01:01 👍 61 🔁 15 💬 1 📌 2
Preview
Next Conf 2025: Call for proposals Next.js Conf returns to San Francisco this October and call for proposals are now open.

Next.js Conf returns to San Francisco this October and the call for proposals is now open.

Submit your talk ideas if you'd like to speak. Let us know what you'd like to hear about and who you'd like to hear from.

vercel.fyi/szCGZed

28.07.2025 20:52 👍 19 🔁 0 💬 0 📌 0
Preview
Next.js 15.4 Next.js 15.4 includes updates to performance, stability, and Turbopack compatibility.

Next.js 15.4

• Turbopack Builds: 100% integration test compatibility for next build --turbopack
• General stability and performance improvements
• A preview of what's coming in Next 16

nextjs.org/blog/next-15-4

14.07.2025 22:07 👍 41 🔁 3 💬 1 📌 0

🫡

29.04.2025 00:24 👍 8 🔁 0 💬 0 📌 0
Post image

Get your certificate for completing our Next.js courses.

Learn about Next.js, React, SEO, and more in the future.

nextjs.org/learn

28.04.2025 17:01 👍 35 🔁 0 💬 1 📌 0
Preview
Next.js Hackathon Awards & Recap YouTube video by Vercel

Congratulations to the winners of the Next.js Hackathon:

• Text0 (www.text0.dev)
• Work From Coffee OS (www.workfromcoffee.com)
• gitfaster (gitfaster.vercel.app)

Rewatch the awards stream to see live demos.

www.youtube.com/live/KDRwgbw...

23.04.2025 17:02 👍 25 🔁 1 💬 0 📌 0
Preview
Next.js 15.3 Next.js 15.3 includes Turbopack for builds, new client instrumentation and navigation hooks, and more.

Next.js 15.3

• Turbopack for builds (alpha)
• Community support for Rspack (experimental)
• Client Instrumentation hook
• Navigation hooks
• TypeScript plugin improvements

nextjs.org/15-3

09.04.2025 20:41 👍 68 🔁 9 💬 4 📌 6
Preview
Next.js Global Hackathon Join hundreds of Next.js developers from around the world—competing to build the fastest, highest quality applications.

Thank you to our partners for providing credits:

Anthropic, Browserbase, Clerk, Convex, Cursor, Eleven Labs, Fal, Gemini, Groq, Langbase, Luma, Neon, OpenAI, Polar, Replicate, Resend, Scrapybara, Sentry, Supabase, Tinybird, Upstash, Windsurf, and xAI.

next-hackathon-2025.vercel.app

03.04.2025 19:30 👍 15 🔁 2 💬 0 📌 1

We're hosting our first Next.js global hackathon.

• 500 teams
• 10 days of hacking
• Credits from 25+ partners

Sign up today. Hackathon starts April 7th ↓

03.04.2025 19:30 👍 43 🔁 6 💬 4 📌 1
Preview
RFC: Deployment Adapters API · vercel next.js · Discussion #77740 To ensure Next.js can be deployed anywhere, including severless platforms with custom requirements, we are planning to add deployment adapters. Background Next.js has supported self-hosting since 2...

RFC: Deployment Adapters API

We are planning to support adapters to deploy Next.js to any provider.

github.com/vercel/next....

02.04.2025 17:53 👍 86 🔁 11 💬 2 📌 0
Preview
CVE-2025-29927 Next.js version 15.2.3 has been released to address a security vulnerability CVE-2025-29927.

Next.js 15.2.3 includes a security vulnerability patch.

We recommend updating to 15.2.3 or backported patches. If you cannot update, we have included guidance for how to protect your application.

Apps on Vercel, Netlify, and Cloudflare are not affected.

nextjs.org/blog/cve-202...

22.03.2025 19:02 👍 61 🔁 16 💬 1 📌 4

unstable_cache() was never stable, it was a temporary API added. There are many ways to do caching in your backend – you didn't explicitly have to use this.

"use cache" won't be ready for production until stable. It's regardless of the platform you deploy to. You can still use Redis or lru-caches.

28.02.2025 21:23 👍 0 🔁 0 💬 0 📌 0

Yes!

28.02.2025 21:20 👍 1 🔁 0 💬 0 📌 0

Our latest release was a minor (v15.2) – there are no breaking changes until v16. We are focused on performance improvements, stability, and soon a simplified caching model.

28.02.2025 19:43 👍 1 🔁 0 💬 1 📌 0