

Zod
3 likes
TypeScript-first schema validation with static type inference.
Cost / License
- Free
- Open Source
Platforms
- JavaScript
- Typescript
Features
- Type inference
Tags
- static-types
- typescript
- schema-validation
- runtime-validation
Zod News & Activities
Highlights All activities
Recent News
- Fla published news article about Zod
Zod 4 released: enhanced performance and new Zod MiniAfter a year of active development, Zod latest version, Zod 4, is now stable and addresses several ...
Recent activities
- POX updated Zod
Zod information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is Zod?
TypeScript-first schema validation with static type inference.
Zod is a TypeScript-first validation library. Using Zod, you can define schemas you can use to validate data, from a simple string to a complex nested object.
Features
- Zero external dependencies
- Works in Node.js and all modern browsers
- Tiny: 2kb core bundle (gzipped)
- Immutable API: methods return a new instance
- Concise interface
- Works with TypeScript and plain JS
- Built-in JSON Schema conversion
- Extensive ecosystem
