Zod icon
Zod icon

Zod

TypeScript-first schema validation with static type inference.

Cost / License

  • Free
  • Open Source

Platforms

  • JavaScript
  • Typescript
-
No reviews
3likes
0comments

Features

Suggest and vote on features
  1.  Type inference

 Tags

  • static-types
  • typescript
  • schema-validation
  • runtime-validation

Zod News & Activities

Highlights All activities

Recent News

Show more news

Recent activities

  • PredatorQ and alt-search liked Zod
  • POX updated Zod
Show all activities

Zod information

  • Developed by

    US flagColin McDonnell
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  41,083 Stars
  •  1,726 Forks
  •  269 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Zod was added to AlternativeTo by Ola Johansson on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What 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

Official Links