ixartz/next-js-boilerplate

🚀🎉📚 Nextjs Boilerplate and Starter with App Router and Page Router support, Tailwind CSS 4 and TypeScript ⚡️ Made with developer experience first:...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 43 minutes ago
Added to GitGenius on September 4th, 2026
Created on July 22nd, 2020
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 2,406
Total Stargazers: 13,073 (+0)
Total Subscribers: 59 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.3 hours
Mean response time: 4.3 hours
90th percentile: 10.5 hours
Tracked items: 41

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 15% of issues opened in the past year have been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 499 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • released (2)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Next.js Boilerplate is a starter template for building full-stack applications with Next.js, Tailwind CSS, and TypeScript.

The template addresses the challenge of setting up a modern Next.js project with production-ready tooling and best practices already configured. It bundles together a curated stack including TypeScript for type safety, ESLint and Prettier for code quality, Vitest and Testing Library for unit testing, Playwright for end-to-end testing, and Storybook for component development. For backend needs, it includes Drizzle ORM with support for PostgreSQL, SQLite, and MySQL, along with local development via PGlite and production hosting options. Authentication is handled through Clerk, error monitoring through Sentry, security through Arcjet, and logging through LogTape. The template supports both Next.js App Router and Page Router patterns and includes internationalization (i18n) capabilities.

Developers should choose this template if they want to avoid the overhead of individually selecting and configuring each tool in the modern Next.js ecosystem. It suits teams building full-stack applications that need authentication, database integration, testing infrastructure, and monitoring from the start. The template is particularly valuable for those prioritizing developer experience, as it includes pre-configured linting, formatting, commit hooks via Lefthook, and lint-staged to enforce code quality automatically. A live demo with a working authentication system is available for evaluation before adoption.

The project maintains active development with regular updates to core dependencies and tooling choices, as evidenced by recent migrations such as replacing Husky with Lefthook, Jest with Vitest, and Pino.js with LogTape. The codebase is organized to support both router patterns simultaneously, allowing developers to choose their preferred Next.js approach. Documentation and configuration are structured to help developers understand and customize each integrated tool rather than treating the boilerplate as a black box.