Skip to content
/ next-15-template Public template

Next.js 15 with typescript, tailwindcss, lint-staged, env validate and etc

Notifications You must be signed in to change notification settings

Eviloma/next-15-template

Repository files navigation

Next.js 15 Boilerplate

This is a boilerplate project for Next.js 15, designed to provide a quick start for building applications with modern features including TypeScript, Tailwind CSS, and more.

Features

  • Next.js 15: Latest version of Next.js for building scalable applications.
  • TypeScript: Static type checking for JavaScript.
  • Tailwind CSS: Utility-first CSS framework for rapid UI development.
  • Husky & Lint-Staged: Pre-commit hooks to ensure code quality.
  • Biome: Linter and formatter for JavaScript, TypeScript, and CSS.
  • PostCSS: Tool for transforming CSS with JavaScript plugins.
  • Env validation: Automatic validation of environment variables with @t3-oss/env-nextjs.

Getting Started

bunx create next-app -e https://github.com/eviloma/next-15

Next.js 14

Need Next.js 14? Go to Next.js 14 template for more information.