Create Next JS is an npx-installable CLI, published as @devwizz/create-next-js, that scaffolds a ready-to-run Next.js project preloaded with authentication, a database ORM, and a themed UI kit, so a new project skips the usual boilerplate setup.
The generated project wires NextAuth.js to a Prisma-backed database, includes ShadCN/Radix UI components, Tailwind CSS, next-themes for dark mode, and Framer Motion for animation. A deployed sample app and docs site demonstrate the scaffolded output.