Back to reviews
tRPC

tRPC

End-to-end type-safe APIs

tRPC provides end-to-end type safety between client and server without code generation or schemas. TypeScript types flow automatically across the network boundary.

Panel Reviews

The Builder

The Builder

Developer Perspective

Ship

Types from server to client with zero code generation. The DX is magical — change a server type, client updates instantly.

The Skeptic

The Skeptic

Reality Check

Ship

For TypeScript full-stack apps, tRPC eliminates an entire category of bugs. No schemas, no codegen, just types.

The Futurist

The Futurist

Big Picture

Ship

tRPC proved that type-safe APIs don't need schemas or code generation. The idea is being adopted everywhere.

Community Sentiment

Overall2,460 mentions
78% positive15% neutral7% negative
Hacker News540 mentions
79%15%6%

Eliminated an entire class of runtime errors from our codebase — the DX of having types flow across the network boundary is hard to go back from

Reddit690 mentions
76%17%7%

Paired with Next.js App Router it's incredible — full type safety from DB to React component with zero generated code

Twitter/X1020 mentions
77%16%7%

Once you go tRPC you can't go back to writing REST endpoints by hand, the autocomplete on client calls is magic

Product Hunt210 mentions
81%13%6%

Refactored an API endpoint and TypeScript caught every place the client needed updating automatically