Zod icon
Zod icon

Zod

 3 likes

TypeScript-first schema validation with static type inference.

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • JavaScript
  • Typescript
  No rating
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
    about 2 months ago
  • POX updated Zod
    3 months ago
  • mukhammedjohn liked Zod
    8 months ago
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

  •  38,899 Stars
  •  1,524 Forks
  •  534 Open Issues
  •   Updated Jul 7, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Zod, and it has gotten 3 likes

Zod was added to AlternativeTo by Ola Johansson on May 3, 2022 and this page was last updated Apr 14, 2025.
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