Interactive CLI tool for scaffolding Next.js projects with your preferred tech stack.
No dependencies required — no Go, no Node, no npm.
# Run directly without installing
npx voinznext init
# Or install globally
npm install -g voinznext
voinznext initpowershell -c "irm https://raw.githubusercontent.com/VoinzzZ/VoinzNext/main/scripts/install.ps1 | iex"curl -fsSL https://raw.githubusercontent.com/VoinzzZ/VoinzNext/main/scripts/install.sh | shgo install github.com/VoinzzZ/VoinzNext/cmd/voinznext@latestDownload the binary for your platform from the latest release, extract it, and add it to your PATH.
voinznext init # Start interactive survey & generate project
voinznext list # Show available tech stacks
voinznext add # Add feature to existing project (coming soon)
voinznext update # Update to latest version
voinznext version # Show version info- Router: App Router / Pages Router
- Language: TypeScript / JavaScript
- CSS: Tailwind CSS / CSS Modules / None
- UI Library: shadcn/ui / daisyUI / None
- Database: Prisma / Drizzle / None
- Auth: NextAuth.js / Lucia / Clerk / None
- API: tRPC / REST / GraphQL / None
- Testing: Vitest / Jest / Playwright / None
- Docker: Yes / No
- ESLint + Prettier: Yes / No
- Git init: Yes / No
git clone https://github.com/VoinzzZ/VoinzNext.git
cd VoinzNext
go build -o bin/voinznext ./cmd/voinznext/
go test ./...