tRPC icon
tRPC icon

tRPC

tRPC allows you to easily build & consume fully typesafe APIs without schemas or code generation.

tRPC screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Self-Hosted
  • JavaScript
  • Typescript
  • npm
0likes
0articles

Features

tRPC News & Activities

Highlights All activities

Recent activities

  • xenmaster added tRPC
  • POX updated tRPC
  • gRPC icon
    xenmaster added tRPC as alternative to gRPC and GraphQL + 2 similar activities

tRPC information

GitHub repository

  •  40,614 Stars
  •  1,677 Forks
  •  199 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
tRPC was added to AlternativeTo by Alex Ruiz on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is tRPC?

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