Builds

13 repos

Showing 13 of 13 projects

Screenshot of Create Next JS

~/builds/create-next-js

09

Create Next JS

CLI that scaffolds a Next.js starter with auth, ORM, and UI kit built in

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.

Highlights

  • Single `npx @devwizz/create-next-js my-app` command scaffolds a full project
  • NextAuth.js wired to Prisma out of the box, needing only a DATABASE_URL and Google OAuth credentials
  • Pre-installed ShadCN UI and Radix primitives, Tailwind CSS, next-themes, and Framer Motion
  • Ships with a deployed sample app and a companion docs site showing the generated output