Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

tRPC

End-to-end typesafe APIs made easy

codecov MIT License Discord Twitter

Demo

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 - reach out if you want to make a Svelte/Vue/... adapter)
  • πŸ₯ƒ 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

πŸ‘‰ See full documentation on tRPC.io. πŸ‘ˆ

Star History

tRPC is rapidly gaining momentum!

Star History Chart

Core Team


Alex / KATT
πŸ‘‹ Hi, I'm Alex and I am the creator of tRPC, don't hesitate to contact me on Twitter or email if you are curious about tRPC in any way.

Level 2 Maintainers

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

Level 1 Maintainers

Volunteers that actively help out answering questions in Discord, GitHub Discussions, etc

n/a - do you want to contribute? Feel free to write to us on Discord.

Sponsors

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

Also, if your company using tRPC and want to support long-term maintenance of tRPC, have a look at the sponsorship tiers or get in touch to discuss potential partnerships.

πŸ₯‡ Gold Sponsors

πŸ₯ˆ Silver Sponsors

πŸ₯‰ Bronze Sponsors

😻 Individuals

All contributors ✨

tRPC is developed by KATT, originally based on a proof-of-concept by colinhacks.


Powered by Vercel

About

πŸ§™β€β™€οΈ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /