Next.js is an open-source, full-stack React framework created by Vercel. It enables server-side and static rendering for React-based web applications. React documentation recommends Next.js to developers when building server-rendered websites with Node.js. The copyright and trademarks for Next.js are owned by Vercel, which also maintains and leads its open-source development. Guillermo Rauch is the original author and founder of Vercel.
Key features of Next.js include server-side rendering (SSR), static site generation (SSG), and client-side rendering. It offers automatic code splitting, CSS support, data fetching methods, simplified routing, and image optimization. Next.js also has built-in CSS and JavaScript bundling, API proxying, and internationalization (i18n) support. The latest stable release is 16.1.6, as of December 12, 2025. It supports modern browsers like Chrome 111+, Edge 111+, Firefox 111+, and Safari 16.4+.
Next.js offers different pricing plans. The Hobby plan is free for personal projects. The Pro plan is $20 per month per team member. The Enterprise plan has custom pricing negotiated directly with Vercel. These plans are implemented through Vercel's Developer Experience Platform (DX Platform) and Managed Infrastructure.