awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

full-stack web application boilerplate

Ranking updated Jun 30, 2026

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.

full-stack web application boilerplate

Find the best repos with AI.We'll search the best matching repositories with AI.
  • t3-oss/create-t3-turbot3-oss avatar

    t3-oss/create-t3-turbo

    6,060View on GitHub↗

    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.

    TypeScriptVercel
    View on GitHub↗6,060
  • t3-oss/create-t3-appt3-oss avatar

    t3-oss/create-t3-app

    28,983View on GitHub↗

    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.

    TypeScriptProject InitializersApplication GeneratorsEnd-to-End Type Safety Frameworks
    View on GitHub↗28,983
  • leerob/next-mdx-blogleerob avatar

    leerob/next-mdx-blog

    7,555View on GitHub↗

    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.

    TypeScriptTailwind CSS IntegrationVercel
    View on GitHub↗7,555
  • mertjf/tailblocksmertJF avatar

    mertJF/tailblocks

    8,903View on GitHub↗

    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.

    JavaScriptTailwind CSS Integration
    View on GitHub↗8,903
  • tw-in-js/twindtw-in-js avatar

    tw-in-js/twind

    3,930View on GitHub↗

    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.

    JavaScriptTailwind CSS Integration
    View on GitHub↗3,930
  • adonisjs/coreadonisjs avatar

    adonisjs/core

    18,990View on GitHub↗

    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.

    TypeScriptTypeScript
    View on GitHub↗18,990
  • vercel/examplesvercel avatar

    vercel/examples

    5,115View on GitHub↗

    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.

    TypeScriptVercel
    View on GitHub↗5,115
  • freshframework/freshfreshframework avatar

    freshframework/fresh

    13,774View on GitHub↗

    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.

    TypeScriptTypeScript
    View on GitHub↗13,774
  • blazity/next-enterpriseBlazity avatar

    Blazity/next-enterprise

    7,412View on GitHub↗

    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.

    TypeScriptTypeScript
    View on GitHub↗7,412
  • ixartz/saas-boilerplateixartz avatar

    ixartz/SaaS-Boilerplate

    6,838View on GitHub↗

    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.

    TypeScriptNext.js App Router Integrations
    View on GitHub↗6,838
  • nextauthjs/next-authnextauthjs avatar

    nextauthjs/next-auth

    28,277View on GitHub↗

    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.

    TypeScriptOAuth and Identity Providers
    View on GitHub↗28,277
  • trpc/trpctrpc avatar

    trpc/trpc

    40,348View on GitHub↗

    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.

    TypeScriptNext.js App Router Integrations
    View on GitHub↗40,348
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
t3-oss/create-t3-turbo6.1KTypeScriptMITJun 20, 2026
t3-oss/create-t3-app29KTypeScriptMITDec 13, 2025
leerob/next-mdx-blog7.6KTypeScript—Jun 17, 2026
mertjf/tailblocks8.9KJavaScriptMITJan 31, 2023
tw-in-js/twind3.9KJavaScriptmitFeb 21, 2026
adonisjs/core19KTypeScriptMITJun 11, 2026
vercel/examples5.1KTypeScriptMITJun 22, 2026
freshframework/fresh13.8KTypeScriptMITJun 24, 2026
blazity/next-enterprise7.4KTypeScriptMITJun 13, 2026
ixartz/saas-boilerplate6.8KTypeScriptmitFeb 20, 2026

Related searches

  • a full stack framework for web development
  • Project starter templates
  • Application templates
  • a collection of ready to use Docker Compose files
  • Django project templates
  • a configuration tool for server deployment templates
  • a static site generator for web content
  • a tool for creating custom sandbox environments