create-next-sid
v1.0.1
Published
Next.js latest boilerplate by Sid
Downloads
5
Maintainers
Readme
create-next-sid
Next.js boilerplate by Siddharth Soni — ready-to-use with modern tools and best practices.
Features
This boilerplate comes pre-configured with:
- Next.js (latest) + TypeScript
- Tailwind CSS + shadcn/ui components
- React Hook Form + Zod for form validation
- Axios instance + fetcher for caching & API calls
- Server-side API call example
- shadcn UI components showcase
- SVGR for using SVGs as React components
- Auth context with js-cookie for client-side token storage
Getting Started
Create a new project using npx:
npx create-next-sid my-app
cd my-app
npm install
npm run dev