t3-oss/create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 11th, 2026
Created on August 21st, 2022
Open Issues & Pull Requests: 63 (+0)
GitHub issues: Enabled
Number of forks: 566
Total Stargazers: 6,107 (+0)
Total Subscribers: 37 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.7 hours
Mean response time: 5.5 days
90th percentile: 12.3 days
Tracked items: 76

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 93% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 10% of issues opened in the past year have been closed. Three people close 71% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 30
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 618 days
Stale 30+ days: 28
Stale 90+ days: 26

Recent activity

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

Top labels

  • upstream (3)
  • bug (2)
  • blocked (1)
  • documentation (1)
  • enhancement (1)
  • good first issue (1)
  • help wanted (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

create-t3-turbo is a monorepo starter template that combines the T3 Stack with Expo React Native for full-stack development.

The project addresses the friction of setting up a modern full-stack application by providing a pre-configured monorepo that unifies web and mobile development. It uses Turborepo to manage multiple packages, allowing developers to share code and types across a Next.js web application and an Expo React Native mobile application. The stack includes tRPC for end-to-end type safety between client and server, TanStack Query for data fetching, TanStack Form for form management, and Tailwind CSS for styling. Authentication is handled through Better Auth, and the web application can optionally use TanStack Start as an alternative to Next.js.

Developers should choose this template if they need to build applications that run on both web and mobile platforms while maintaining a single codebase for shared logic and types. It suits teams already familiar with the T3 Stack philosophy or those wanting to adopt TypeScript-first development practices across platforms. The monorepo structure means you can develop and deploy the web and mobile applications independently while sharing utilities, API definitions, and database schemas. This approach eliminates the friction of maintaining separate codebases and reduces type inconsistencies between platforms.

The project shows consistent maintenance with regular updates to its dependencies and examples. Pull requests are reviewed and merged steadily, indicating active stewardship of the template. The repository receives contributions that keep the starter aligned with upstream changes in Next.js, Expo, and the TanStack ecosystem. Documentation and example code are maintained to reflect current best practices in the tools it combines.