This page is also available as Markdown at /docs/app/api-reference/cli.md. For an index of Next.js documentation, see /docs/llms.txt.
CLI
Last updated May 7, 2026
Next.js comes with two Command Line Interface (CLI) tools:
create-next-app: Quickly create a new Next.js application using the default template or an example from a public GitHub repository.next: Run the Next.js development server, build your application, and more.
Was this helpful?