Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A no-nonsense Next.js 15 starter template with TypeScript, Tailwind CSS, ESLint, Prettier, Husky, pnpm, and PWA support.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Next.js 15 Starter Template is a GitHub boilerplate that scaffolds a Next.js 15 application with TypeScript, Tailwind CSS, ESLint, Prettier, Husky, pnpm, and PWA support already configured.
Next.js 15 Starter Template is a boilerplate repository created by Bhanu Sunka to eliminate the repetitive setup time for new Next.js projects. It accepts a project name via the command npx @bhanu17/nextjs-starter my-app and generates a working application with TypeScript, Tailwind CSS, and a full linting and formatting pipeline. The template runs on Next.js 15.x and is MIT-licensed, with a live demo available on Vercel.
npx @bhanu17/nextjs-starter my-app (replacing my-app with your desired name) to get a local copy with all dependencies configured.vercel in your terminal after installation, and the app will be live in about a minute with built-in analytics.package.json, update the license author, change layout metadata, and modify the PWA manifest in public.The template provides two entry points: a command-line generator via npx and a "Use this template" GitHub button that creates a new repository from it. After scaffolding, you edit the files listed in the checklist, run pnpm dev for development, and deploy using the Vercel CLI. The pre-configured Husky hooks run ESLint and Prettier automatically when you commit.
Next.js 15 Starter Template is free and open source under the MIT license. You can use it for personal or commercial projects, modify it, and maintain your own fork.
Run npx @bhanu17/nextjs-starter my-app, replacing my-app with your project name. Afterwards, install dependencies with pnpm install and start the development server with pnpm dev.
Yes, the template is built around pnpm. The README instructs you to install pnpm globally with npm i -g pnpm before using the npx generator.
Yes. The template includes Vercel integration by default. Typing vercel in your terminal starts the deployment process, and the project supports one-click deployment through GitHub's template feature.
Yes, it comes with Progressive Web App configuration, enabling features like installability and a native app-like experience in supporting browsers.
The project is licensed under the MIT license, allowing free use, modification, and distribution. The license file is included in the repository.
