# tRPC

> End-to-end typesafe APIs without codegen

**Category:** Next.js  
**Pricing:** open-source  
**URL:** https://trpc.io  
**GitHub:** https://github.com/trpc/trpc  
**Added:** 2026-08-18

---

## The Hook

tRPC eliminates the API contract layer you did not want to maintain anyway.

## What's Good

The zero-codegen approach means types flow naturally from server to client. React Query integration handles caching, mutations, and optimistic updates. The procedure-based API encourages small, focused endpoints.

## The Catch

TypeScript only—this is not for mixed-language teams. The tight coupling means you lose the API as a standalone artifact.

## Verdict

TypeScript APIs as they should be—type-safe by default.
