Zod icon
Zod icon

Zod

TypeScript-first schema validation with static type inference.

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • JavaScript
  • Typescript
4likes
0comments

Features

Zod News & Activities

Highlights All activities

Recent News

Recent activities

  • TomKooij liked Zod
  • Pithos JS icon
    kaliko added Zod as alternative to Pithos JS

Zod information

GitHub repository

  •  43,690 Stars
  •  2,160 Forks
  •  89 Open Issues
  •   Updated  
View on GitHub
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?

Featured in Lists

Multi-page Next.js (App Router) sites with TypeScript, Tailwind, JSON/MDX content, Cloudflare R2 for media, Resend for...

List by Bibek Aryal with 26 apps, updated

Official Links

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