AmanVarshney01/create-better-t-stack

A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 42 minutes ago
Added to GitGenius on September 11th, 2026
Created on February 10th, 2025
Open Issues & Pull Requests: 159 (+0)
GitHub issues: Enabled
Number of forks: 325
Total Stargazers: 5,710 (+0)
Total Subscribers: 12 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.0 hours
Mean response time: 11.2 days
90th percentile: 30.2 days
Tracked items: 298

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 92% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 9% of issues opened in the past year have been closed. Three people close 66% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 133
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 286 days
Stale 30+ days: 127
Stale 90+ days: 121

Recent activity

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

Top labels

  • bug (16)
  • enhancement (15)
  • dependencies (1)
  • documentation (1)
  • question (1)

Detailed Description

create-better-t-stack is a CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations.

The tool addresses the friction of setting up a new TypeScript project by automating the creation of a complete, opinionated stack. Rather than manually assembling and configuring multiple libraries, developers run the CLI and answer prompts to generate a project with integrated tooling for authentication, databases, UI components, routing, and build systems. The approach bundles together a curated selection of modern libraries—including options like Hono for backends, SvelteKit or Expo for frontends, Drizzle ORM or Prisma for data access, and Turborepo for monorepo management—all wired together with type safety as a core principle.

Teams building full-stack TypeScript applications should consider this tool if they want to skip the boilerplate phase and start with a working, well-structured foundation. It suits projects that benefit from a monorepo setup and teams comfortable with the specific library choices it offers. The tool provides customizable configurations, so developers can tailor the generated project rather than accept a one-size-fits-all template.

The project shows active development with regular commits across multiple areas of the codebase. Work spans scaffolding logic, CLI prompts, documentation updates, and dependency management. Pull requests are reviewed and merged consistently, indicating ongoing maintenance and responsiveness to changes. The repository maintains a public documentation site, suggesting sustained investment in making the tool accessible to new users.