forhives-base
v2.0.9
Published
A project initializer for setting up new projects with a custom template. (Use forhives template)
Readme
ForHives Base
A project initializer for setting up new projects with a modern Next.js template.
Installation
npx forhives-baseOr install globally:
npm install -g forhives-base
forhives-baseWhat's Included
This 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 |
Usage
After running the initializer:
cd <project-name>
bun install
bun run devLicense
MIT © Cinquin Andy
