Editorial take
Why it stands out
Less compelling when public third-party consumers need a stable REST or GraphQL contract.
Tool profile
End-to-end typesafe RPC for TypeScript monorepos—skip REST boilerplate when client and server share one type graph.
Full-stack TS products in monorepos
tRPC infers API contracts from your server procedures so refactors surface as compile errors, not silent JSON drift. The library is free; you still deploy a transport (HTTP, WebSockets) and pay hosting costs. It maps to backend frameworks when your team is all-in on TypeScript and owns both ends of the wire.
Quick fit
Editorial take
Less compelling when public third-party consumers need a stable REST or GraphQL contract.
What it does well
Primary use cases
Fit notes
Pricing snapshot
tRPC is open source—no license fee. Your real costs are hosting, observability, and the time your team spends operating it.