← Discover
Discover · GitHub · Next.js↑ +191 today

Develop fast web applications with React

Next.js is a framework used to develop React-based web applications and provides features such as server-side rendering and static site generation. It is becoming a common choice among developers as it offers performance-oriented optimizations and scalable infrastructure solutions in modern web projects.

Updates

  • September 12, 2026: Stars 142,048 → 142,248, latest release v16.3.5 (September 11, 2026).
  • September 1, 2026: Stars 141,958 → 142,048, latest release v16.3.4 (August 31, 2026).
  • August 27, 2026: Stars 141,887 → 141,958, latest release v16.3.3 (August 25, 2026).
  • August 21, 2026: Stars 141,787 → 141,887, latest release v16.3.2 (August 21, 2026).

What you get

  • Server-side rendering support
  • Possibility of static site production
  • Rust-based tools for fast compilation

Installation

Create new Next.js project with npx
npx create-next-app@latest my-app

Running it

Start development server
cd my-app
npm run dev

Getting started

Related dictionary terms

Who it is forIt is suitable for developers who want to develop modern and scalable web applications based on React.
LicenseMIT

Links

TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-07-11: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.