T

tRPC

Created Jul 18, 2020 by trpc

Language:

TypeScript

Stars:

39.4K

Forks:

1.5K

README

tRPC Move fast and break nothing.End-to-end typesafe APIs made easy.

    The client above is not importing any code from the server, only its type declarations.

Intro

tRPC allows you to easily build & consume fully typesafe APIs without schemas or code generation.

Features

  • ✅  Well-tested and production ready.
  • 🧙‍♂️  Full static typesafety & autocompletion on the client, for inputs, outputs, and errors.
  • 🐎  Snappy DX - No code generation, run-time bloat, or build pipeline.
  • 🍃  Light - tRPC has zero deps and a tiny client-side footprint.
  • 🐻  Easy to add to your existing brownfield project.
  • 🔋  Batteries included - React.js/Next.js/Express.js/Fastify adapters. (But tRPC is not tied to React, and there are many community adapters for other libraries)
  • 🥃  Subscriptions support.
  • ⚡️  Request batching - requests made at the same time can be automatically combined into one
  • 👀  Quite a few examples in the ./examples-folder

Quickstart

There are a few examples that you can use for playing out with tRPC or bootstrapping your new project. For example, if you want a Next.js app, you can use the full-stack Next.js example:

Quick start with a full-stack Next.js example:

# yarn
yarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

# npm
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

# pnpm
pnpm create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

# bun
bunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

# deno
deno init --npm next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

👉 See full documentation on tRPC.io. 👈

Star History

Core Team

Do you want to contribute? First, read the Contributing Guidelines before opening an issue or PR so you understand the branching strategy and local development environment. If you need any more guidance or want to ask more questions, feel free to write to us on Discord!

Project leads

The people who lead the API-design decisions and have the most active role in the development

  Alex / KATT
  Julius Marminge
  Nick Lucas

Active contributors

People who actively help out improving the codebase by making PRs and reviewing code

  Matthieu Hocquart

Special shout-outs

Individuals who have made exceptional contributions to tRPC through code, documentation, community building, and other valuable efforts

  Theo Browne
  Sachin Raja

Sponsors

If you enjoy working with tRPC and want to support us, consider giving a token appreciation by GitHub Sponsors!

🥈 Silver Sponsors

Cal.com, Inc. Greptile CodeRabbit

🥉 Bronze Sponsors

Dr. B Ryan Magoon

😻 Smaller Backers

Ahoy Labs Unkey Proxidize Liminity AB Max Greenwald Dmitry Maykov

Chris Bradley Kalle fanvue Drew Powers Drizzle Team Spencer McKenney

BestKru Ferry Health Stefan Wallin Maicon Carraro Andrei Karushev Venue Ink

Val Town Filip Kin

All contributors ✨


Last updated: Jan 21, 2026

More MCP servers built with TypeScript

Vue.js

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

By vuejs 209.9K
Excalidraw

Virtual whiteboard for sketching hand-drawn like diagrams

By excalidraw 114.9K
Angular

Deliver web apps with confidence 🚀

By angular 99.7K