Generate tRPC schema files automatically from NestJS decorators (tRPC v11). No more manual schema definitions.
Build fully type-safe APIs with NestJS as your backend framework while getting tRPC's complete type safety.
Use familiar decorator patterns for defining tRPC routers, queries, mutations, subscriptions, and middleware.
Built-in WebSocket support for real-time subscriptions with automatic connection management.
Support for Express and Fastify adapters, allowing you to choose your preferred HTTP framework.
Seamlessly integrated with Zod for robust input validation and schema generation.
Live schema regeneration during development - automatically updates your frontend types when you change decorators.
Leverage NestJS's powerful dependency injection system while maintaining tRPC's type safety guarantees.
Apply authentication, logging, and other middleware to tRPC procedures using NestJS patterns.