You can see the web on here
tRPC stands for TypeScript Remote Procedure Call, and is the most simple and lightweight library for remotely calling backend functions on the client side, go to the docs.
Zod is TypeScript schema validation with static type inference, go to the docs.