About 11,300 results
Open links in new tab
  1. Intro | Zod

    Introduction ... Using Zod, you can define schemas you can use to validate data, from a simple string to a complex nested object.

  2. Basic usage | Zod

    For complete documentation on Zod's schema API, refer to Defining schemas. Defining a schema ... Zod Zod Mini

  3. Release notes | Zod

    Zod 4 release notes and new features including performance improvements and breaking changes

  4. Zod | Documentation

    TypeScript-first schema validation with static type inference

  5. Ecosystem | Zod

    Overview of the Zod ecosystem including integrations, tools, and community resources

  6. Zod | Zod

    The zod/v4 package is the "flagship" library of the Zod ecosystem. ... If you have uncommonly strict constraints around bundle size, consider Zod Mini.

  7. JSON Schema | Zod

    In other cases, you may have a set of Zod schemas you'd like to represent using multiple interlinked JSON Schemas, perhaps to write to .json files and serve from a web server.

  8. Defining schemas | Zod

    Complete API reference for all Zod schema types, methods, and validation features

  9. Zod Mini

    Zod Mini implements the exact same functionality as zod, but using a functional, tree-shakable API. If you're coming from zod, this means you generally will use functions in place of methods.

  10. Versioning | Zod

    Jul 8, 2025 · If I naively published [email protected] to npm, the vast majority of the libraries in Zod's ecosystem would need to publish a new major version to properly support Zod 4, include some …