# Next.js

The React Framework

Repository: https://github.com/vercel/next.js
Canonical: https://ross.abutalabs.com/products/nextjs
Homepage: https://nextjs.org
Language: JavaScript
License: MIT
License Family: permissive
Topics: react, server-rendering, universal, node, components, browser, nextjs, vercel, static-site-generator, hybrid, ssg, static, blog, compiler
Last push: 2026-08-27T00:34:53+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 3619, "days_push": 7, "days_rel": 8, "gap_med": 2, "n_releases_24m": 142}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 141950, forks 31793 (observed 2026-08-28T04:12:24.323915+00:00)

## What it is
Next.js is a React framework for building full-stack web applications with hybrid static and server rendering, routing, and bundling built in. It supports server-side rendering, static site generation, and incremental static regeneration out of the box.

## Use cases
- build a server-rendered react app
- create a static blog site
- build a full-stack web application with api routes
- generate a statically exported marketing site
- build an e-commerce storefront with fast page loads
- set up server-side rendering for seo

## When to choose
- you want a batteries-included react framework with routing and rendering handled
- you need a mix of static and server-rendered pages
- you want strong developer experience with fast refresh and easy deployment

## When to avoid
- you are building a simple single-page app without seo needs
- you are not using react
- you need a minimal custom build setup with full control over tooling

## Facets
- artifact type: framework
- maturity: stable
- function: web-framework, ssr, static-site-generator, frontend-framework, routing, compiler
- domain: web-development, frontend, developer-tools
- platform: cross-platform
- tags: react, nextjs, ssg, hybrid-rendering, vercel, file-based-routing, app-router, nodejs, web-server

## Member repositories
- vercel/next.js (main) score 95
- vercel/next-plugins (plugin) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:24.323915+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:11:06.813088+00:00, confidence not recorded.
  - readme: https://github.com/vercel/next.js (fetched 2026-08-28T04:12:24.323915+00:00, sha 86fa4cae97d7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
