For a T3 stack boilerplate for web development, the strongest matches are t3-oss/create-t3-turbo (This is the official create-t3-turbo starter, providing a full), t3-oss/create-t3-app (create-t3-app is the official CLI scaffolding tool for the) and leerob/next-mdx-blog (This is a Next). mertjf/tailblocks and tw-in-js/twind round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.
We curate open-source GitHub repositories matching “t3 stack template”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.
Clean and simple starter repo using the T3 Stack along with Expo React Native
This is the official create-t3-turbo starter, providing a full T3 Stack setup (Next.js, tRPC, Prisma, Tailwind CSS, TypeScript) in a monorepo that also optionally includes Expo for mobile, making it a comprehensive and deployment-ready foundation for your full-stack web app.
create-t3-app is a full stack web framework initializer and project scaffolder. It functions as a command line tool for initializing Next.js applications, acting as a TypeScript full stack starter that generates a predefined folder structure and configuration files. The tool focuses on establishing a typesafe full stack architecture. It enforces end-to-end type safety between the client and server, ensuring that data types remain synchronized across the entire application stack to prevent runtime errors. The initializer automates the setup of a full stack development environment by bootstrap
create-t3-app is the official CLI scaffolding tool for the T3 stack, generating a full-stack Next.js project with TypeScript, tRPC, Prisma, Tailwind CSS, and next-auth authentication built in, which directly matches your request for a T3 Stack starter with those exact features.
This is a static site generator and blog publishing system built on Next.js that compiles MDX content into HTML at build time. It uses file-based routing to map each page to a URL path automatically, and applies utility-first CSS styling through Tailwind CSS for visual design. The project includes a pre-built blog starter template that can be deployed with a single click to Vercel’s edge network, where it benefits from automatic optimizations and serverless function support. It features built-in analytics instrumentation that collects page view and visitor data without manual setup, and suppo
This is a Next.js blog starter with Tailwind CSS and MDX, but it does not include tRPC, Prisma, or full-stack scaffolding; it is a specialized blog template rather than a general T3 Stack boilerplate.
Tailblocks is a collection of ready-to-use, responsive HTML blocks styled entirely with Tailwind CSS utility classes. It functions as a copy-paste component library that delivers static HTML snippets requiring no runtime library, framework, or build process to function in a project. The project distinguishes itself by offering client-side theme toggling between light and dark modes, along with a color palette picker that lets users swap Tailwind color tokens on each block before copying the code. This enables rapid prototyping by allowing developers to customize block appearance and extract f
Tailblocks provides Tailwind CSS UI components but is not a full-stack T3 Stack starter — it lacks Next.js, tRPC, Prisma, authentication, and deployment setup.
Twind is a utility-first styling library and JavaScript CSS-in-JS engine. It functions as a Tailwind CSS runtime compiler that transforms utility classes into CSS within the browser, as well as a build tool for extracting static CSS to improve page load performance. The project enables a utility-first styling workflow through a system of predefined classes and customizable theme presets. It supports the extension of styling rules and the definition of custom themes and variants to align the system with specific design requirements. The engine provides runtime CSS generation and just-in-time
Twind is a CSS-in-JS engine that replicates Tailwind CSS's utility-first approach, but it is a single styling library rather than a full-stack starter template pre-configured with TypeScript, tRPC, Next.js, Prisma, and Tailwind CSS as you require.
This is a TypeScript web framework and Node.js backend framework used to build web applications and API servers. It serves as a server-side application toolkit providing a structured environment for managing HTTP routing, request parsing, and application configuration. The framework features a dependency injection container to deliver required objects between application components, decoupling internal logic. It includes built-in tools for server-side data security, such as cryptographic drivers for hashing sensitive data and encrypting application data at rest. The project covers broad capa
AdonisJS is a backend web framework for TypeScript, not a full-stack starter template—it lacks Next.js, tRPC, Prisma, and Tailwind CSS, so it does not match the T3 Stack setup you are looking for.
This repository is a collection of deployable project templates, reference architectures, and starter applications for building serverless web applications on Vercel. It serves as a library of implementation patterns and full stack starter kits designed to bootstrap new projects and reduce initial setup time. The collection provides a gallery of curated design patterns for frontend architecture and serverless application design. These reference architectures demonstrate best practices for structural design and the implementation of scalable web user interfaces. The repository covers a range
This repository is a broad collection of Vercel deployment templates and examples, which may include a T3 stack starter among many, but it is not a dedicated T3 Stack boilerplate focused on tRPC, Prisma, and Tailwind CSS.
Fresh is a server-side web framework for the Deno runtime designed for building websites with native TypeScript support. It functions as a zero-JavaScript server-side renderer that sends only HTML to the browser by default to eliminate client-side runtime overhead. The framework implements an islands architecture, which delivers static HTML and selectively activates JavaScript only for specific interactive components. It utilizes a file-system based router that automatically maps directory structures and filenames to URL patterns without requiring a central configuration file. The platform c
Fresh is a Deno-native server-side web framework using its own islands architecture, not a Next.js-based T3 stack starter; it omits tRPC, Prisma, and Tailwind, so it does not match the required stack.
This project is a production-ready enterprise boilerplate and starter for building high-performance web applications with Next.js. It provides a foundational architecture for large-scale application bootstrapping, combining a TypeScript web starter with a pre-configured project structure and professional toolset. The project distinguishes itself through an integrated suite of operational tools, including CI/CD deployment pipelines, infrastructure-as-code provisioning, and a component-driven UI development sandbox. It incorporates a utility-first styling architecture using Tailwind CSS and a l
This is a production-ready Next.js enterprise boilerplate with TypeScript, Tailwind CSS, and deployment tooling, but it does not include tRPC or Prisma, so it does not match the specific T3 Stack starter this search is after.
This project is a comprehensive starter kit for building subscription-based web applications using Next.js and TypeScript. It provides a structural foundation for developing software-as-a-service platforms, incorporating integrated user authentication, payment tiers, and multi-tenant organization management. The framework distinguishes itself with a dedicated multi-tenant application architecture that organizes users into teams and organizations with workspace switching. It includes a built-in monetization layer via Stripe subscription integration for managing pricing tiers and billing cycles
This is a Next.js and TypeScript SaaS boilerplate with authentication and Stripe, but it does not include tRPC, Prisma, or Tailwind CSS, so it is not a T3 Stack starter as requested.
Next-auth is an authentication and identity management library for web frameworks. It provides a unified system for handling user sign-in and session state across server and client environments, functioning as a session management framework and an OIDC authentication library. The project distinguishes itself through a provider-based identity abstraction that supports multiple authentication methods, including OAuth, email magic links, traditional credentials, and passwordless passkeys. It allows for the registration of custom OAuth or OIDC compliant providers and offers tools to define branda
NextAuth is an authentication library commonly integrated into T3 stack projects, but it is not a full-stack starter template—it only handles auth, lacking the complete scaffolding with tRPC, Prisma, Tailwind, and deployment config that you need.
This project is an end-to-end type-safe API framework designed to synchronize data structures between frontend and backend codebases without the need for manual code generation. By leveraging TypeScript’s type inference, it allows developers to invoke server-side functions directly from the client as if they were local methods. This remote procedure call approach abstracts away the complexities of HTTP verbs and URL structures, streamlining the full-stack development workflow into a unified experience. The framework distinguishes itself through a modular router architecture that organizes bac
tRPC is the core RPC framework used in T3 Stack projects, but this repository is the library itself, not a starter or boilerplate template that includes Next.js, Prisma, Tailwind, and authentication pre-configured.
| Repository | Stars | Language | License | Last push |
|---|---|---|---|---|
| t3-oss/create-t3-turbo | 6.1K | TypeScript | MIT | |
| t3-oss/create-t3-app | 29K | TypeScript | MIT | |
| leerob/next-mdx-blog | 7.6K | TypeScript | — | |
| mertjf/tailblocks | 8.9K | JavaScript | MIT | |
| tw-in-js/twind | 3.9K | JavaScript | mit | |
| adonisjs/core | 19K | TypeScript | MIT | |
| vercel/examples | 5.1K | TypeScript | MIT | |
| freshframework/fresh | 13.8K | TypeScript | MIT | |
| blazity/next-enterprise | 7.4K | TypeScript | MIT | |
| ixartz/saas-boilerplate | 6.8K | TypeScript | mit |