The React Framework for the Web
Used by some of the world's largest companies, Next.js enables you to create high-quality web applications with the power of React components.
What's in Next.js?
Everything you need to build great products on the web.
Original
1440px
375px
Built-in Optimizations
Automatic Image, Font, and Script Optimizations for improved UX and Core Web Vitals.
Data Fetching
Make your React component async and await your data. Next.js supports both server and client data fetching.
Server Actions
Run server code by calling a function. Skip the API. Then, easily revalidate cached data and update your UI in one network roundtrip.
Advanced Routing & Nested Layouts
Create routes using the file system, including support for more advanced routing patterns and UI layouts.
Dynamic HTML Streaming
Instantly stream UI from the server, integrated with the App Router and React Suspense.
CSS Support
Style your application with your favorite tools, including support for CSS Modules, Tailwind CSS, and popular community libraries.
Route Handlers
Build API endpoints to securely connect with third-party services for handling auth or listening for webhooks.
Middleware
Take control of the incoming request. Use code to define routing and access rules for authentication, experimentation, and internationalization.
React Server Components
Add components without sending additional client-side JavaScript. Built on the latest React features.
Client and Server Rendering
Flexible rendering and caching options, including Incremental Static Regeneration (ISR), on a per-page level.
Next.js 14
The power of full-stack to the frontend. Read the release notes.
Built-in Optimizations
Automatic Image, Font, and Script Optimizations for improved UX and Core Web Vitals.
React Server Components
Add components without sending additional client-side JavaScript. Built on the latest React features.
Data Fetching
Make your React component async and await your data. Next.js supports both server and client data fetching.
Server Actions
Run server code by calling a function. Skip the API. Then, easily revalidate cached data and update your UI in one network roundtrip.
Advanced Routing & Nested Layouts
Create routes using the file system, including support for more advanced routing patterns and UI layouts.
Dynamic HTML Streaming
Instantly stream UI from the server, integrated with the App Router and React Suspense.
CSS Support
Style your application with your favorite tools, including support for CSS Modules, Tailwind CSS, and popular community libraries.
Route Handlers
Build API endpoints to securely connect with third-party services for handling auth or listening for webhooks.
Middleware
Take control of the incoming request. Use code to define routing and access rules for authentication, experimentation, and internationalization.
Client and Server Rendering
Flexible rendering and caching options, including Incremental Static Regeneration (ISR), on a per-page level.
Next.js 14
The power of full-stack to the frontend. Read the release notes.
Built-in Optimizations
Automatic Image, Font, and Script Optimizations for improved UX and Core Web Vitals.
Dynamic HTML Streaming
Instantly stream UI from the server, integrated with the App Router and React Suspense.
React Server Components
Add components without sending additional client-side JavaScript. Built on the latest React features.
Data Fetching
Make your React component async and await your data. Next.js supports both server and client data fetching.
Server Actions
Run server code by calling a function. Skip the API. Then, easily revalidate cached data and update your UI in one network roundtrip.
Advanced Routing & Nested Layouts
Create routes using the file system, including support for more advanced routing patterns and UI layouts.
CSS Support
Style your application with your favorite tools, including support for CSS Modules, Tailwind CSS, and popular community libraries.
Route Handlers
Build API endpoints to securely connect with third-party services for handling auth or listening for webhooks.
Middleware
Take control of the incoming request. Use code to define routing and access rules for authentication, experimentation, and internationalization.
Client and Server Rendering
Flexible rendering and caching options, including Incremental Static Regeneration (ISR), on a per-page level.
Next.js 14
The power of full-stack to the frontend. Read the release notes.
Built on a foundation of fast, production-grade tooling
ReactThe library for web and native user interfaces. Next.js is built on the latest React features, including Server Components and Actions.
TurbopackAn incremental bundler optimized for JavaScript and TypeScript, written in Rust , and built into Next.js.
Speedy Web CompilerAn extensible Rust based platform for the next generation of fast developer tools, and can be used for both compilation and minification.
Get started in seconds
Deploy Next.js to Vercel