Zod - TypeScript-first schema validation with static type inference
Summary
Zod is a TypeScript-first validation library that defines schemas to parse and validate data with strong type inference. The repo showcases a feature-rich package with zero external dependencies, a concise API, JSON Schema support, and a workflow that includes parsing, safe parsing, and optional ahead-of-time compilation for performance.