Next.js
| Next.js | |
|---|---|
| Vercel Next.js wordmark | |
| Original author(s) | Guillermo Rauch | 
| Developer(s) | Vercel and the open-source community | 
| Initial release | October 25, 2016 | 
| Stable release | 15.3.3 
   / 30 May 2025 | 
| Preview release | v15.4.0-canary.74 
    | 
| Repository | |
| Written in | JavaScript, TypeScript, and Rust | 
| Platform | Web platform | 
| Type | Web application framework | 
| License | MIT License | 
| Website | nextjs | 
Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static rendering.
React documentation mentions Next.js among "Recommended Toolchains" advising it to developers when "building a server-rendered website with Node.js". Where traditional React apps can only render their content in the client-side browser, Next.js extends this functionality to include applications rendered on the server-side.
The copyright and trademarks for Next.js are owned by Vercel, which also maintains and leads its open-source development.