tRPC
tRPC
π‘ Pick it for the largest TypeScript ecosystem and mature end-to-end API inference.
tRPC is an open-source TypeScript toolkit for building end-to-end type-safe APIs without manually defining a schema language. It is aimed at TypeScript...
Pros
- Provides excellent end-to-end type inference across TypeScript clients and servers
- Less API schema boilerplate than REST or GraphQL
- Works with popular frameworks such as Next.js and TanStack Start
Cons
- Does not provide Remult-style automatic CRUD, entities, or authorization
- TypeScript-only across the client-server boundary
- Database, validation, authentication, and deployment remain separate decisions
Free, open source