trpc
Installation
SKILL.md
tRPC - End-to-End Type Safety
Build fully typesafe APIs without schemas or code generation
When to Use
Use tRPC when you need:
- Full-stack TypeScript - Both frontend and backend in TypeScript
- Type safety - Compile-time checks for API contracts
- Monorepo setup - Shared code between client and server
- React Query integration - Built-in caching and state management
- Rapid development - No need to maintain OpenAPI specs or generate clients