OpenAINext.jsOct 9, 2019, 3:02 PM

Introducing Create Next App

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

Introducing Create Next App

Key Points

  • interactive CLI setup
  • zero-dependency installer (~604 kB)
  • offline bootstrap and examples support

Summary

Create Next App bootstraps a modern Next.js + React project in one command. Rebuilt and maintained inside the Next.js monorepo, it provides an interactive CLI, minimal zero-dependency install (~604 kB), offline bootstrapping from your local cache, support for the Next.js examples collection, and is tested with the Next.js integration suite.

Usage:

npx create-next-app

Key Points

  • Interactive CLI: running npx create-next-app (no args) launches a guided setup.
  • Minimal installer: zero dependencies and ~604 kB install (previously 5.38 MB).
  • Offline support: auto-detects offline and bootstraps from local package cache.
  • New default template: maintained alongside Next.js so starters stay up-to-date.
  • Examples: can create projects from Next.js examples (e.g. --example api-routes).
  • Tested in the Next.js monorepo to ensure compatibility with releases.
  • Ownership transferred from the community to the Next.js team to curate the first impression.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

Create Next App の紹介

Create Next App の紹介

本日、新しい Create Next App をご紹介できることを嬉しく思います。Create Next App は、Next.js によって動作するモダンな React アプリケーションを、1つのコマンドでセットアップします。

Introducing Create Next App | Next.js | DocsDigest