Note
You are looking at the next
-branch of tRPC which is the current work in progress representing version 11.
- The functionality is stable and can be used in production, but we may do small breaking API-changes between patches until we reach
11.0.0
- The packages are published with the
next
-tag on npm - For the list of changes made, see https://trpc.io/docs/v11/migrate-from-v10-to-v11
tRPC allows you to easily build & consume fully typesafe APIs without schemas or code generation.
- β Β 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
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
π See full documentation on tRPC.io. π
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!
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. |
The people who lead the API-design decisions and have the most active role in the development
Julius Marminge |
Alex / KATT |
People who actively help out improving the codebase by making PRs and reviewing code
Nick Lucas |
Flo |
Sachin Raja |
Chris Bautista |
Theo Browne |
Ahmed Elsakaan |
James Berry |
Kamil OgΓ³rek |
If you enjoy working with tRPC and want to support us, consider giving a token appreciation by GitHub Sponsors!
Tola |
Cal.com, Inc. |
Echobind |
Dr. B |
Flylance |