Learn how to deploy your Next.js app to production, either managed or self-hosted.| nextjs.org
Fetch data and generate static pages with `getStaticProps`. Learn more about this API for data fetching in Next.js.| nextjs.org
Next.js supports API Routes, which allow you to build your API without leaving your Next.js app. Learn how it works here.| nextjs.org
Next.js enables starting as a static site or Single-Page Application (SPA), then later optionally upgrading to use features that require a server.| nextjs.org
Next.js 12 introduces a brand-new Rust compiler, Middleware (beta), React 18 Support, Native ESM Support, URL Imports, React Server Components (alpha), and more!| nextjs.org
Next.js 9.5 introduces Stable Incremental Static Regeneration, Custom Base Path, Redirects and Rewrites, Webpack 5 Beta, and more!| nextjs.org