English's Github Trend's slide
Trending Slides
Japanese Github Trend's slide
Trending Slides
@trpc
https://trpc.io/++ image:https://assets.trpc.io/www/trpc-readme.png
</a>
End-to-end typesafe APIs made easy.
</figure>+
Intro
tRPC allows you to easily build & consume fully typesafe APIs without schemas or code generation.
readme
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:
👉 See full documentation on tRPC.io. 👈
Star History
Core Team
👋 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.
Project leads
People who actively help out improving the codebase by making PRs and reviewing code
tRPC is developed by KATT, originally based on a proof-of-concept by colinhacks.