● github
140K ★
Version
16.2
License
MIT
Owner
Vercel
Framework race · npm downloads per day · live
Next.js59.8M/week
SvelteKit2.64M/week
Nuxt2.18M/week
api.npmjs.org · updated hourly · Position in AI coding - breakdown ↓
1.0
Should you get it
Use for
- +products written by agents: maximum training data - minimum generation errors
- +SEO sites: server rendering and metadata out of the box
- +fullstack without a separate backend: API routes and Server Actions
- +fast path from idea to prod: create-next-app to deploy in minutes
Do not use for
- −simple SPA without a server - Vite + React is lighter and easier
- −non-React teams: it's built on React, not a self-contained world
- −tight infrastructure control: some of the magic is designed for managed hosting
- −static landing pages just a couple pages long - Astro is simpler
Open source, MIT - free forever. Only managed hosting is paid: Vercel's free tier is enough for pet projects, Pro $20/mo; self-host - no limits, including from Russia.
2.0
Quick start: manually, with an agent, with a builder
New project
npx create-next-app@latest my-app
cd my-app && npm run devTypeScript, Tailwind, and App Router - installer defaults.
With an agent
# in Codex or Claude Code:
“create a next.js app: [what you need]”Agents generate Next.js most reliably; a starter will appear from one prompt.
With a builder
→ v0.dev · lovable.dev · bolt.newApp builders generate Next.js/React by default - the code export is yours.
Deploy
npx vercel
# or self-host:
npm run build && npm startVercel - the shortest path; self-host - a regular Node app.
What you need before starting
Node.js 20.9+ and npm. Nothing else: database and styles - as needed.
● Availability from Russia
npm and GitHub are available from Russia, self-hosting on a Russian VPS - no limits. Vercel managed hosting cannot be paid for with a Russian card: either a foreign card, or Russian providers / your own server.
3.0
Position in AI coding: why it is the default
The technology has no benchmark rating, but it has a measurable position in AI coding - and Next.js's is unique: it's the framework agents know best.
01Training data
Open repositories contain more Next.js code than code for any other framework - models generate it with fewer errors
02Builder default
v0, Lovable, Bolt, Replit generate Next.js/React out of the box - the vibecoding ecosystem has standardized around it
03Official AI integration
since version 16, DevTools MCP is included: the agent sees routes, logs, and app errors without copy-pasting
04Living proof
vibecoding.tech - Next.js 16, almost all code written by agents; the card you're reading - their work
4.0
Versions: what is alive and what is deprecated
Major version - roughly once a year, with breaking changes and codemods for migration. What's current now:
Next.js 16
10.2025
flagship
Turbopack by default (build 2–5×), Cache Components, proxy.ts, DevTools MCP, React 19.2
Next.js 15
10.2024
active
async params, App Router stabilization - most production projects are still here
Next.js 13–14
2022–2024
active
the introduction of App Router and Server Components - the watershed of modern Next
Pages Router
2016–2022
deprecated
formally supported, but new projects and agents write only App Router
5.0
Cost of ownership and access from Russia
Ownership channels · typical month, $
$5
Self-host
any VPS as a Node app; from Russia - no restrictions
free
Vercel Hobby
pet projects and prototypes
$20
Vercel Pro
production with a team; foreign card needed
Economics
The framework itself is free; you pay for hosting: Vercel free to Pro $20/mo, or self-host
Vercel Hobby is enough for pet projects; self-host - a regular Node server or Docker, Build Adapters (alpha) reduce platform lock-in.
Vercel pricing
2026-07-02
GitHub
140 316 ★ · MIT · repository since October 2016
One of the largest open-source web projects; 3000+ contributors.
GitHub API
2026-07-03
From Russia
Framework and self-hosting - unlimited; Vercel hosting cannot be paid for from Russia with a Russian card
npm and GitHub are available; for deployment from Russia - self-host (a VPS in Russia), Timeweb/REG.ru-class platforms, or a foreign card for Vercel.
Russia access (our guide)
2026-07-02
6.0
Who makes it and how stable it is
Who makes it
Vercel - a commercial company; the framework is open, flagship hosting is their product
A classic open-core model: the “framework vs. platform” conflict of interest is discussed by the community; the MIT license and self-hosting remain safeguards.
Vercel
2026-07-02
Current version
v16.2.10 (stable, July 1, 2026)
Next.js 16 was released on October 21, 2025: Turbopack by default, Cache Components, proxy.ts instead of middleware, React 19.2.
GitHub releases
2026-07-03
Vibecoding default
AI builders (v0, Lovable, Bolt, Replit) generate Next.js/React by default
There is more Next.js code in models' training data than code for any other framework - agents write it with the most confidence. This site also uses Next.js 16, and agents write it.
Tools catalog
2026-07-02
AI integration
Next.js DevTools MCP: the agent sees the app's routes, logs, and errors
Since version 16, the framework has officially been built to work with AI agents - an MCP debugging server is included.
Next.js 16 release
2026-07-03
Track record · recent events
2025-10-21
release
Next.js 16: Turbopack by default, Cache Components, DevTools MCP - builds 2–5× faster; the framework is officially built for AI agents
2025-10-21
policy
middleware.ts to proxy.ts: the old name is deprecated - the typical Next cadence of breaking changes ~once a year
7.0
Next.js or Vite + React - the key choice at the start
Both paths give React. The choice - “a full framework with its own rules” versus “a lightweight build tool, infrastructure assembled by you.”
fullstack framework: routing, server, APIs out of the box
Category
bundler + library: SPA, everything else yourself
out of the box
SEO / server rendering
manually or not at all
higher: conventions and framework “magic”
Entry barrier
lower: fewer concepts
know it best; builder default
AI agents
know it well, but fill in the framework themselves
Vercel in one step or self-host Node
Deploy
any static hosting + your own backend
MIT, free; hosting from $0
Price
MIT, free; hosting from $0
- →Unsure - choose Next.js: the industry default, easier to leave than migrate into it.
Other paths
Next.js or Vite + Reacteasy path for SPAs without server rendering
Next.js or Astrocontent sites and landing pages: less JS, faster pages
Next.js or SvelteKitthe same fullstack category outside the React world; agents know it worse
Frequently asked questions
What is Next.js in plain language?
A framework for web applications on top of React: it provides routing, server rendering, APIs, and builds out of the box. React is the engine, Next.js is the whole car. The most common way to build modern sites, including this one.
Why do AI agents write Next.js specifically?
There is more Next.js code in models' training data than any other framework, so agents write it more confidently and with fewer errors. Builders (v0, Lovable, Bolt) generate Next.js by default. For vibecoding, it is the most practical choice: not because it is “the best,” but because agents know it best.
How much does Next.js cost?
The framework itself - free forever (open source, MIT). Costs come with hosting: Vercel Hobby is free for pet projects, Pro - $20/mo; the alternative - self-host on any VPS as a regular Node application.
Does Next.js work in Russia?
The framework - completely: npm and GitHub are available, self-hosting on a Russian VPS has no restrictions. There is one limitation: managed Vercel hosting cannot be paid for from Russia with a Russian card - either a foreign card or self-host.
Next.js or Vite + React - which to choose?
Vite + React - lighter and simpler for pure SPAs without a server. Next.js - when you need SEO, server rendering, API routes, and deployment without manually assembling infrastructure. For vibecoding, the default is Next.js: agents know it better, and builders generate it out of the box.
App Router or Pages Router?
App Router - since version 13 and long the default: Server Components, layouts, streaming. Pages Router remains available for old projects, but new ones start only with App Router - and agents write it by default.
How painful is updating between versions?
A major version about once a year, with breaking changes (in 16: async params, proxy.ts instead of middleware). The pain is moderate: official codemods migrate most of it automatically, and an agent can handle the migration guide itself.
Watch and read on the topic
Entity · nextjs
Facts · 8, each with a source and date
Card editorial review · 2026-07-03
Facts verified · 2026-07-03
Where to go next
Rating updates
New cards, price and limit changes, ranking shifts - by email, no spam.