CLI tool (v1.0.3) to scaffold a Next.js authentication boilerplate with login, register, dashboard, and admin pages. One command generates a full auth frontend using Next.js, React 19, Tailwind CSS, shadcn/ui, Axios, and JWT token management. Relies on a separate backend package (create-auth-app-cli) for API endpoints. GitHub not found, low download count, experimental. Not a library — use as a scaffolding tool via npx.
npm install create-next-auth-app-cliVerified import paths — ran on the pinned version, not inferred.
Scaffold a Next.js auth frontend project and run it locally.
Run `npx create-auth-app-cli my-backend` in another directory and start the backend server.
Modify the generated auth logic to use httpOnly cookies and CSRF tokens.
Evaluate other solutions like NextAuth.js or Lucia before using in production.
Run `npx create-next-auth-app-cli@latest my-project` to use the latest version.
Run `npm install` inside the project folder.
Run `npm run dev -- -p 3001` or kill the process using port 3000.