kriasoft/react-starter-kit

Modern React starter kit with Bun, TypeScript, Tailwind CSS, tRPC, Stripe, and Cloudflare Workers. Production-ready monorepo for building fast web apps.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 2nd, 2026
Created on April 16th, 2014
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 4,201
Total Stargazers: 23,673 (+0)
Total Subscribers: 517 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 23.8 days
Mean response time: 97.2 days
90th percentile: 307.2 days
Tracked items: 15

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 1% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 951 days
Stale 30+ days: 6
Stale 90+ days: 5

Recent activity

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

Top labels

  • good first issue (4)
  • enhancement (3)
  • help wanted (3)
  • docs (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

React Starter Kit is a boilerplate project that provides a production-ready monorepo foundation for building modern web applications with React and TypeScript.

The project addresses the challenge of setting up a full-stack development environment by bundling together a curated selection of tools and libraries. It combines React for the frontend with a backend powered by Hono and Cloudflare Workers, uses Bun as the runtime and package manager, and includes TypeScript for type safety across the stack. The monorepo structure allows frontend and backend code to coexist while sharing types through tRPC for end-to-end type safety. It incorporates Tailwind CSS for styling, Drizzle ORM for database access, and integrations for authentication via Better Auth, payments through Stripe, and database hosting via Neon.

Developers should choose this starter kit if they are building a SaaS application or web service that needs to move quickly from setup to production. It suits teams comfortable with the specific technology choices it makes, particularly those targeting Cloudflare's infrastructure or wanting to use Bun in their workflow. The project is geared toward developers who value having opinions baked in rather than making numerous configuration decisions from scratch. It includes shadcn-ui components and TanStack Router for the frontend layer, providing a complete application scaffold rather than just a minimal template.

The project maintains active development with regular updates to its dependencies and tooling. The codebase shows ongoing refinement of the monorepo structure and integration patterns. The project demonstrates responsiveness to changes in its core technology stack, particularly around Bun and Cloudflare Workers evolution. Development activity reflects attention to keeping the starter kit aligned with current best practices in the React and TypeScript ecosystem.