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.
- 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
.
bunx create next-app -e https://github.com/eviloma/next-15
Need Next.js 14? Go to Next.js 14 template for more information.