# 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. - [
](https://mintlify.wiki/vercel/next.js/api-reference/components/form.md): The next/form component extends HTML with client-side navigation, search param encoding, prefetching, and Server Action integration. - [](https://mintlify.wiki/vercel/next.js/api-reference/components/image.md): Optimize images in your Next.js application using the built-in next/image component with automatic format conversion, resizing, and lazy loading. - [](https://mintlify.wiki/vercel/next.js/api-reference/components/link.md): Enable fast client-side navigation with the built-in next/link component, which extends the HTML element with prefetching and SPA navigation. - [