Frontend
Next.js

Next.js

The React framework for production — hybrid rendering, edge-ready, batteries included.

Latest stable: 15.x

Why teams pick it
  • Vercel + self-host options
  • Edge functions out of the box
  • Excellent SEO defaults
  • Server actions
120k+
GitHub stars
6M+
Sites in production
#1
React framework

Next.js extends React with an opinionated routing model, hybrid SSR / SSG / ISR rendering, image optimisation, middleware and edge functions. We default to Next.js for any product that needs SEO, performance and great DX.

Features

What Next.js does well

Hybrid rendering

Mix static pages, server-side rendering and incremental updates per route.

App Router

File-based routing with nested layouts, loading states and error boundaries.

Edge runtime

Run middleware and APIs at the edge for sub-50ms global responses.

Image optimisation

Built-in lazy-loading, AVIF/WebP and responsive sizes — no extra config.

API routes

Co-locate REST or RPC endpoints with your UI for tight feedback loops.

Use Cases

Where teams use Next.js

Marketing + product hybrid

One codebase serves CMS-driven pages and authenticated app surfaces.

Headless commerce

ISR keeps PDPs fresh while serving them from the CDN.

AI app frontends

Streaming responses, server actions and built-in caching for LLM apps.