# Next.js ## Docs - [create-next-app](https://mintlify.wiki/vercel/next.js/api-reference/cli/create-next-app.md): Create a new Next.js application with a single command using create-next-app. - [next build](https://mintlify.wiki/vercel/next.js/api-reference/cli/next-build.md): Build your Next.js application for production with next build. - [next dev](https://mintlify.wiki/vercel/next.js/api-reference/cli/next-dev.md): Start the Next.js development server with Hot Module Replacement, error reporting, and more. - [next start](https://mintlify.wiki/vercel/next.js/api-reference/cli/next-start.md): Start a production Next.js server after building with next build. - [Font](https://mintlify.wiki/vercel/next.js/api-reference/components/font.md): Optimize web font loading with next/font, which self-hosts fonts at build time and eliminates external network requests for improved privacy and performance. - [