A project initializer for setting up new projects with a modern Next.js template.
npx forhives-baseOr install globally:
npm install -g forhives-base
forhives-baseThis template includes a modern, production-ready stack:
| Technology | Version | Purpose |
|---|---|---|
| Next.js | 16.x | React framework with App Router |
| React | 19.x | UI library |
| Tailwind CSS | 4.x | Utility-first CSS |
| shadcn/ui | latest | Beautiful UI components |
| Biome | 2.x | Fast linting & formatting |
| Zustand | 5.x | State management |
| Valibot | 1.x | Schema validation |
| PocketBase | 0.26.x | Backend as a Service |
| Vercel AI SDK | 6.x | AI integrations |
| Bun | 1.3.x | Package manager |
After running the initializer:
cd <project-name>
bun install
bun run devMIT © Cinquin Andy