About Next.js
The React Framework
for the Web
Used by some of the world's largest companies, Next.js enables you to create full-stack Web applications by extending the latest React features.
Server Components
React Server Components allow you to write UI that can be rendered and optionally cached on the server.
File-based Routing
A file-system based router built on top of Server Components that supports layouts, nested routing, and more.
Data Fetching
Simplified data fetching with async/await in Server Components, and extended fetch API for memoization.
Styling
Support for your favorite styling tools, including CSS Modules, Tailwind CSS, and CSS-in-JS.
Ready to learn more?
Check out the official documentation to get started with your first Next.js application.