Next.js

The Framework for the Web

SSR & SSG

Server-side rendering or static generation on a per-page basis.

App Router

Advanced routing with layouts, error handling, and loading states.

Optimization

Automatic image, font, and script optimizations out of the box.

API Routes

Build your entire backend API inside your frontend project.

Installation

zsh — setup.sh

# Create a new project automatically

$npx create-next-app@latest

✔ Would you like to use TypeScript? Yes

✔ Would you like to use Tailwind CSS? Yes

✔ Would you like to use App Router? Yes

Built for Performance.