Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js project starter configured with Tailwind CSS and shadcn-ui, featuring TypeScript, ESLint, Prettier, and one-click Vercel deploy.
Kaminari is a free, MIT-licensed Next.js boilerplate starter template that pre-configures Tailwind CSS 4, shadcn-ui, TypeScript, ESLint, Prettier, and absolute imports, and ships with a one-click Vercel deployment button.
Kaminari is a Next.js 15.x project starter created by developer Huncho (also known as TheAscendant) that reduces the initial setup work for building a modern React application. It takes a new Next.js project and layers on Tailwind CSS 4 for utility-first styling, shadcn-ui for component building blocks, TypeScript for static type checking, ESLint for code linting, Prettier for formatting, and an @-prefix absolute import scheme. The template runs as a standard Next.js app, starting with npm install or yarn, then yarn dev serving at http://localhost:3000.
@ prefix to import folders and files without deep relative paths.Kaminari is aimed at developers who want to start a Next.js project without repeating the same setup steps. New React developers can scaffold the template with npx create-next-app my-app -e https://github.com/lucky-chap/kaminari and examine a clean, professional configuration. Freelancers and agencies can clone the repo to build client sites quickly with a known-good stack of Tailwind and shadcn-ui. Open-source contributors can fork the repository under the MIT license, and the README explicitly welcomes pull requests.
The repository is a complete Next.js project. You either clone it or run npx create-next-app my-app -e https://github.com/lucky-chap/kaminari to create a local copy. After installing dependencies with npm install or yarn, you launch the development server via yarn dev and load http://localhost:3000. For deployment, the Vercel button triggers a clone-and-deploy flow that connects the GitHub repository to your Vercel account.
Kaminari is free. The project is published under the MIT License, which permits personal and commercial use, modification, and redistribution. There are no paid tiers or licenses mentioned in the repository.
Yes. The MIT License allows free use, modification, and distribution, including for commercial projects. The README displays a "PRs welcome" badge and invites contributions.
The README states Next.js 15.x. It also lists Tailwind CSS 4 and shadcn-ui as integral parts of the stack.
Jest is mentioned as a feature that is coming soon, but it is not currently part of the template. ESLint and Prettier are included today for linting and formatting.
Yes. The README includes a Vercel Deploy button that streamlines cloning, configuring, and publishing the starter. You can also deploy manually by connecting the GitHub repo to Vercel.
