---
title: "Create Next JS — Parth Kapoor"
description: "CLI that scaffolds a Next.js starter with auth, ORM, and UI kit built in"
canonical: "https://parthkapoor.me/builds/create-next-js"
---

# 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.

- Status: shipped
- Language: TypeScript
- Started: Jun 2024
- Live: https://devwizz-nextjs.vercel.app
- Source: https://github.com/parthkapoor-dev/create-next-js

## 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

## Stack

- **CLI**: Node.js, npx
- **Framework**: Next.js, TypeScript, Tailwind CSS
- **Auth & Data**: NextAuth.js, Prisma
- **UI**: ShadCN UI, Radix UI, Framer Motion, next-themes

All builds: [https://parthkapoor.me/builds](https://parthkapoor.me/builds.md)
