Next.js icon
Next.js icon

Next.js

 15 likes

Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.

Next.js screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • Self-Hosted
  • React
3 / 5 Avg rating (1)
15likes
1comment

Features

Suggest and vote on features
  1.  Progressive Web App
  2.  Static Site Generator
  3.  Server-side rendering
  4.  React

 Tags

Next.js News & Activities

Highlights All activities

Recent News

Show more news

Recent activities

Show all activities

Next.js information

AlternativeTo Category

Development

GitHub repository

  •  131,910 Stars
  •  28,403 Forks
  •  3209 Open Issues
  •   Updated May 19, 2025 
View on GitHub

Our users have written 1 comments and reviews about Next.js, and it has gotten 15 likes

Next.js was added to AlternativeTo by Paul on Jan 30, 2019 and this page was last updated Apr 21, 2025.

Comments and Reviews

   
 Post comment/review
Anand shukla
Mar 18, 2019
-1

Thanks for sharing this information

What is Next.js?

Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.

Image Optimization

<Image> and Automatic Image Optimization with instant builds.

Internationalization

Built-in Domain & Subdomain Routing and Automatic Language detection.

Next.js Analytics

A true lighthouse score based on real visitor data & page-by-page insights

Zero Config

Automatic compilation and bundling. Optimized for production from the start.

Hybrid: SSG and SSR

Pre-render pages at build time (SSG) or request time (SSR) in a single project.

Incremental Static Regeneration

Add and update statically pre-rendered pages incrementally after build time.

TypeScript Support

Automatic TypeScript configuration and compilation.

Fast Refresh

Fast, reliable live-editing experience, as proven at Facebook scale.

File-system Routing

Every component in the pages directory becomes a route.

API Routes

Optionally create API endpoints to provide backend functionality.

Built-in CSS Support

Create component-level styles with CSS modules. Built-in Sass support.

Code-splitting and Bundling

Optimized bundle splitting algorithm created by the Google Chrome team.

Official Links