Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/trpcPublic

🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.

License

NotificationsYou must be signed in to change notification settings

trpc/trpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tRPC

tRPC

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

codecovweekly downloadsMIT LicenseDiscord
Twitter

Demo

The client above isnot 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 manycommunity 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 fewexamples 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:

# yarnyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter# npmnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter# pnpmpnpm create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter# bunbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter# denodeno init --npm next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

👉 See full documentation ontRPC.io. 👈

Star History

Star History Chart

Core Team

Do you want to contribute? First, read theContributing 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 onDiscord!

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


Hubert Mathieu

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 byGitHub Sponsors!

🥇 Gold Sponsors

Retool
Retool

🥈 Silver Sponsors

Cal.com,%20Inc.
Cal.com, Inc.
Greptile
Greptile
CodeRabbit
CodeRabbit

🥉 Bronze Sponsors

Dr.%20B
Dr. B
Ryan%20Magoon
Ryan Magoon
JonLuca%20De%20Caro
JonLuca De Caro

😻 Smaller Backers

Ahoy%20Labs
Ahoy Labs
Unkey
Unkey
Tom%20Ballinger
Tom Ballinger
Proxidize
Proxidize
Brooke%20Holmes
Brooke Holmes
Max%20Greenwald
Max Greenwald
Dmitry%20Maykov
Dmitry Maykov
Chris%20Bradley
Chris Bradley
rickk
rickk
Jaron%20Heard
Jaron Heard
Liminity%20AB
Liminity AB
Val%20Town
Val Town
Illarion%20Koperski
Illarion Koperski
Kalle
Kalle
Jared%20Wyce
Jared Wyce
fanvue
fanvue
Ascent%20Factory
Ascent Factory
Drew%20Powers
Drew Powers
Drizzle%20Team
Drizzle Team
Jonas%20Strassel
Jonas Strassel
Spencer%20McKenney
Spencer McKenney
Stefan%20Wallin
Stefan Wallin
Maicon%20Carraro
Maicon Carraro
Andrei%20Karushev
Andrei Karushev
Leo%20Jace
Leo Jace
Roman
Roman
Venue%20Ink
Venue Ink

All contributors ✨

A table of avatars from the project's contributors


Powered by Vercel


[8]ページ先頭

©2009-2025 Movatter.jp