tRPC

快速移动,无懈可击。端到端类型安全 API 变得简单。「🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.」

Github星跟踪图

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

👉 See full documentation on tRPC.io. 👈

Star History

tRPC is rapidly gaining momentum!

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

Active contributors

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

Special shout-outs

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.

💎 Diamond Sponsors

🥇 Gold Sponsors

🥈 Silver Sponsors

🥉 Bronze Sponsors

😻 Smaller Backers

All contributors ✨

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


主要指标

概览
名称与所有者trpc/trpc
主编程语言TypeScript
编程语言 (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2020-07-18 01:17:11
推送于2025-05-15 14:30:38
最后一次提交
发布数424
最新版本名称v11.1.2 (发布于 2025-04-29 08:41:41)
第一版名称0.7.0 (发布于 )
用户参与
星数37.2k
关注者数87
派生数1.4k
提交数4.6k
已启用问题?
问题数1241
打开的问题数134
拉请求数3648
打开的拉请求数47
关闭的拉请求数887
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?