
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
nextjs-start-cli
Advanced tools
"Bootstrap your next.js project with pre-setup shadcn configured with its theme-provider, prisma/drizzle adapters, seeding script, and better-auth."
A beautiful, opinionated CLI tool to scaffold fully-featured Next.js 15+ projects with ease.
Supports shadcn/ui, Better-Auth, Prisma or Drizzle, SQLite setup, multi-package manager support (pnpm, npm, bun) — and all the batteries included!
@clack/promptspnpm, npm, and bun# Using pnpm
pnpm dlx nextjs-start-cli
# Using npm
npx nextjs-start-cli
# Using bun
bunx nextjs-start-cli
After running the CLI, you'll get:
app/ directory routing)tailwind.config.ts and postcss.config.js@shadcn/ui installed and configured with dark/light modeButton, DropdownMenu, ThemeProvider, ModeTogglePrisma or Drizzle + SQLite setupLatest prisma client setupseeding scriptBetter-Auth set-up for client and server components.gitignore and initial env scaffoldingAfter running the CLI:
# Start your Next.js project
cd your-project-name
pnpm dev
If you chose Prisma:
pnpm dlx prisma migrate dev
If you chose Drizzle:
pnpm dlx drizzle-kit generate
Contributions, ideas, and feedback are welcome!
Feel free to open issues or submit pull requests.
MIT © Abdulfetah Suudi
If you find this project helpful, consider starring the repo ⭐
That helps others discover it!
FAQs
"Bootstrap your next.js project with pre-setup shadcn configured with its theme-provider, prisma/drizzle adapters, seeding script, and better-auth."
We found that nextjs-start-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.