Skip to main content
Available

Available on npm

create-next-pro

npm packagecreate-next-pro-cli

A project generator and evolution toolkit for professional Next.js applications. It keeps resources organized, preserves existing code and provides deterministic JSON output for agent workflows.

Install and create

$ bunx create-next-pro-cli my-app

$ create-next-pro addpage projets --area public --json

Deterministic project evolution

Create and evolve application resources through explicit operations that remain reviewable by developers and coding agents.

Project resources

Generate projects, pages, components, libraries, API routes, locales and translation keys.

Explicit route areas

Separate public, authenticated user and closed administrator boundaries without changing public URLs.

Internationalization

Create and register locale message namespaces while keeping the translation review visible.

Preserving mutations

Existing implementations are reported unchanged instead of being overwritten, with structured next steps.

Open npm packageView source on GitHub