theodorusclarence/ts-nextjs-tailwind-starter

🔋 Next.js + Tailwind CSS + TypeScript starter and boilerplate packed with useful development features

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 34 minutes ago
Type:Template / ExampleCategory(s):Full-Stack & Meta-FrameworksWeb Development
Added to GitGenius on September 20th, 2026
Created on August 7th, 2021
Open Issues & Pull Requests: 14 (+0)
GitHub issues: Enabled
Number of forks: 616
Total Stargazers: 3,416 (+0)
Total Subscribers: 29 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

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

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ts-nextjs-tailwind-starter is a Next.js starter template that combines Next.js 14 with App Router, React 18, TypeScript, and Tailwind CSS 3, pre-configured with development tooling and utility features.

The template addresses the friction of setting up a new Next.js project by bundling essential development infrastructure. It includes pre-built components that adapt automatically to brand colors via CSS variables, absolute imports with path aliases, code quality tools like ESLint with import sorting and Prettier for formatting, and Git workflow automation through Husky, lint-staged, and conventional commit linting. The setup also provides GitHub Actions for PR linting, automatic branch creation and linking on issue assignment, Jest for unit testing, and utilities like Open Graph helper functions and automatic sitemap generation.

Developers should choose this template if they want to start a Next.js project without manually configuring TypeScript, linting, formatting, and Git hooks. It suits teams that value consistent code style and automated workflows from the beginning. The template includes an expansion pack for easily installing common libraries and additional components. The README does not compare it to other starters, so no comparative positioning is available.

The project maintains active development with regular updates to its changelog and feature set. The codebase uses conventional commits as a mandatory practice, enforced through tooling. The template provides a collection of useful snippets and includes detailed setup guidance with comments marking configuration points that need customization for new projects.