Next.js
@nextjs
The React Framework – created and maintained by @vercel.
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
Get your certificate for completing our Next.js courses. Learn about Next.js, React, SEO, and more in the future. nextjs.org/learn

Faire.com, the world's largest wholesale marketplace, is seeing @nextjs prod builds go from 6.3 minutes → 75s after adopting Turbopack 😳
Congratulations to the winners of the Next.js Hackathon: • Text0 (text0.dev) • Work From Coffee OS (workfromcoffee.com) • gitfaster (gitfaster.vercel.app) Rewatch the awards stream to see live demos. youtube.com/live/KDRwgbwq0…
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
The Next.js hackathon starts tomorrow. If you haven't yet registered, there's still time. Here's what you need to know. Thank you to our 25+ partners for providing credits. x.com/nextjs/status/…
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 ↓
Two things all fast websites have: 1. Fast initial page load 2. Fast transitions between pages There's two concepts you need to understand for this: 1. Prerendering 2. Prefetching I’ll briefly explain both and how Next.js handles them under the hood. Prerendering To have a…
RFC: Deployment Adapters API We are planning to support adapters to deploy Next.js to any provider. github.com/vercel/next.js…
We've published our postmortem on Next.js CVE-2025-29927. This includes the detailed timeline, analysis, and next steps for our LTS policy, new CVE process, and partner mailing list. vercel.com/blog/postmorte…
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-2025-…
Learn how to build APIs with Next.js. nextjs.org/blog/building-…
Next.js 15.2 • Redesigned Error UI & Improved Stack Traces • Streaming Metadata • Turbopack Performance Improvements • View Transitions (experimental) • Node.js Middleware (experimental) nextjs.org/blog/next-15-2
Fluid state transitions for the new, experimental Next.js Error Overlay
New open source template: • Next.js • Postgres • Drizzle • Stripe • Tailwind CSS • shadcn/ui github.com/nextjs/saas-st…
New documentation: building Single-Page Applications with Next.js. vercel.fyi/nextjs-spa
Learn more about the API design and benefits of experimental 'use cache'. nextjs.org/blog/composabl…
Open-source Next.js codebases related to AI: • AI Chatbot: git.new/ai-chatbot • MiniPerplx (AI Search Engine): git.new/miniperplx • Supabase (Vector Database): git.new/database • Langline (AI Translations): git.new/langline • Shortest (E2E Tests with…