Skip to main content
Back to Featured Tools
tRPC
🌟Open Source
TypeScriptAPItypesafe

End-to-end typesafe API framework that shares TypeScript types between server and client without code generation, zero-rest, full IntelliSense.

tRPC enables end-to-end typesafe APIs without code generation, define a router on the server, import its type on the client, and get full autocompletion and compile-time error checking for every API call. It bridges the type gap between frontend and backend in TypeScript projects.

A useful tool for full-stack TypeScript developers tired of manually syncing API types. Use it to eliminate the need for REST/GraphQL schemas in internal apps, get instant feedback when an API changes, and build faster with full confidence in type safety.

URL

https://trpc.io/

Recommended tools