Repository
9.2k

Next.js Boilerplate (ixartz)

Developer-experience gold standard: Next.js 16 + TypeScript + Drizzle + Vitest + Playwright + Storybook + Husky + Commitlint + Sentry + Codecov. The baseline everyone copies.

#Next.js#TypeScript#Drizzle#Playwright#Storybook#CI/CD#Boilerplate

Overview

The most complete and developer-experience-focused Next.js boilerplate in the ecosystem. Sets the gold standard for CI/CD, testing, type safety, and deployment pipeline. Most serious Next.js projects copy at least its GitHub Actions setup.

Features

  • Full Testing Stack: Vitest (unit), Playwright (E2E), Storybook (component) all pre-configured.
  • GitHub Actions CI: Lint + type-check + test + E2E + Codecov + Sentry + bundle analysis — all in one workflow.
  • Database: Drizzle ORM with type-safe migrations, no Prisma overhead.
  • Code Quality: Husky pre-commit hooks, Commitlint, ESLint, Prettier — enforced at every commit.

Use Cases

  • Starting a production Next.js project that needs to scale to a team.
  • Copying the CI/CD pipeline structure into any existing Next.js project.
  • Learning the current best-practice stack for modern full-stack web apps.

Technical Advantages

  • 9K+ stars means it tracks the community consensus on what “good” looks like.
  • Drizzle instead of Prisma: significantly faster migrations and better TypeScript inference.
  • Codecov + Sentry integration means you get test coverage and error monitoring from day one.