Zero-Path is a Next.js starter kit template of opinionated libraries , hooks & utilities
Zero-path.mp4
You can also clone & create this repo locally with the following command:
npx create-next-app zero-path --example "https://github.com/vignesh-gupta/zero-path"
Then, install the dependencies with your package manager of choice:
npm i
yarn
pnpm i
- Next.js – React framework for building performant apps with the best developer experience
- Clerk: A JavaScript library for user management and authentication.
- Prisma – Typescript-first ORM for Node.js
- Vercel – Easily preview & deploy changes with git
- Tailwind CSS – Utility-first CSS framework for rapid UI development
- Shadcn UI - A Component library to copy and paste component built on top of Tailwind + Radix.
- Framer Motion – Motion library for React to animate components with ease
- Lucide – Beautifully simple, pixel-perfect icons
next/font
– Optimize custom fonts and remove external network requests for improved performance
useLocalStorage
– Persist data in the browser's local storagenFormatter
– Format numbers with suffixes like1.2k
or1.2M
useDebounce
– Debounce a function call / state updateuseFetch
- Fetch data from any endpoints and manage data, loading & error state
- TypeScript – Static type checker for end-to-end typesafety
- Prettier – Opinionated code formatter for consistent code style
- ESLint – Pluggable linter for Next.js & TypeScript
Hope it is useful. Please do ⭐ the repo. Happy coding!