Next.js

activetype/resource

Next.js

TL;DR

Default lane: deploy on [[Resources/Tech/Vercel/Vercel]] (current plan: Hobby) unless a project note states otherwise.

Where I use it

  • Default fullstack surface for non-Anabatic work — [[Resources/Tech/Personal default fullstack stack]]

General notes

  • React-based framework with server components, route handlers, and file-based routing (details depend on major version).
  • (Add: caching, middleware, auth integration, monorepo habits.)

Official documentation

  • Docs (guides + API reference): https://nextjs.org/docs
  • Learn (tutorials): https://nextjs.org/learn

Related vault

  • [[Resources/Tech/Personal default fullstack stack]]
  • [[Resources/Tech/Vercel/Vercel]]
  • [[Resources/Tech/Auth.js/Auth.js Next.js JWT Google MongoDB adapter pattern]]