Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Next.js + TypeScript + Tailwind CSS starter template with preconfigured linting, testing, SEO, and changelog tooling.

Free Bootstrap 4 design system with over 100 components, pre-built pages, and a full UI kit for faster web projects.
Yehez-NextTailwind-Starter is a boilerplate template that combines Next.js with TypeScript and Tailwind CSS, preconfigured with linting, formatting, testing, SEO, and changelog tooling so developers can skip setup and start building.
Yehez-NextTailwind-Starter is a starter template created by Yehezkiel Gunawan for his own use, as stated in the repository description. It accepts a GitHub repository template or a degit/create-next-app command as input and produces a fully configured Next.js project with TypeScript, Tailwind CSS, ESLint, Prettier, Husky, lint-staged, standard-version, and next-seo already wired up. The template runs on Next.js 12 with Rust Compiler Minification enabled by default, which can be disabled in next.config.js.
next.config.js.eslint-config-yehezgun npm package.npx standard-version --skip.bump --skip.commit --skip.tag to create one.yarn test or yarn test:ci to run them and view coverage.Developers who want to start a new Next.js project without configuring tooling from scratch will find this template useful. It is specifically suited for solo developers and hobbyists who want a minimal but opinionated setup, as well as for teams that want consistent linting and formatting conventions via the shared ESLint config. React developers who prefer TypeScript and Tailwind CSS can also use it to scaffold a project quickly.
npx degit yehezkielgunawan/yehez-nexttailwind-starter your-app-name and get a working Next.js + TypeScript + Tailwind app with linting and tests.eslint-config-yehezgun across projects to enforce code style consistency.After cloning the template with degit, create-next-app, or the GitHub 'Use this template' button, install dependencies with npm install or yarn. Then run yarn dev or npm run dev to start the local development server; run yarn test or yarn test:ci to run the included unit and integration tests and inspect coverage.
Yes, the repository is open source and can be copied, forked, or cloned without any cost; you can also create a new GitHub repository using the "Use this template" button.
The README includes deploy buttons for Vercel and Netlify that import the repository directly. You can also deploy manually by connecting the repository to either platform.
The template comes with unit and integration tests; running yarn test or yarn test:ci executes the test suite and provides coverage output, which helps you understand the testing patterns before modifying them.
Yes, the Next.js configuration is in next.config.js, where you can disable Rust Compiler Minification; ESLint and Prettier settings are also open to modification.
