I currently have a TRPC implementation - My backend is entirely written in Effect but from TRPC outwards, it is not.
I have not spent time making some nice error responses for TRPC BUT if I am correct, the new standard-schema library we have could help map Effect TaggedError's to a standard Zod schema so that TRPC can respond nicely
I am excited to play around with this!