@O2K For me it’s the developer experience. Even in a non-Next monorepo with, for example, a client app and an Express server app, I could define types for every API and export/import them, plus validation with zod or similar, etc., but I know from many many years of writing both server and client side API code tRPC makes the entire process way faster with much less thinking.