fastify-type-provider-zod
Schema validator and serializer
A library that integrates Zod schema validation and serialization with Fastify application servers.
409 stars
6 watching
24 forks
Language: TypeScript
last commit: 7 days ago Related projects:
Repository | Description | Stars |
---|---|---|
samchungy/fastify-zod-openapi | Fastify plugin for integrating Zod schema with OpenAPI specification | 57 |
davidtimms/zod-fast-check | A library that generates fast-check arbitraries from Zod schemas. | 107 |
duplojs/zod-accelerator | An optimization layer for Zod's schema validation function | 50 |
jacobweisenburger/zod_utilz | Simplifies common tasks in Zod schema validation | 164 |
robintail/express-zod-api | A framework to simplify API development by providing input validation and schema-based middlewares. | 635 |
rileytomasek/zodix | Utilities for parsing and validating parameters and form data in Remix applications | 362 |
sidwebworks/zod-xlsx | A tool for validating data in xlsx files using Zod schemas | 29 |
incetarik/nestjs-graphql-zod | A library that provides a way to work with GraphQL objects using Zod validation objects. | 85 |
glazy/formik-validator-zod | A tool that simplifies form validation with Zod schemas in Formik forms. | 21 |
marilari88/zod-playground | An interactive web application for testing and validating Zod schemas | 51 |
fabien0102/ts-to-zod | Tool to automatically generate Zod schemas from TypeScript types/interfaces. | 1,227 |
ecyrbe/zodios | A library providing an API client and server with Zod-based validation and auto-completion features for TypeScript applications. | 1,696 |
ecyrbe/zodios-solid | A Solid framework extension for automating API schema validation and caching with Zod. | 4 |
schalkventer/zod-dev | A tool that conditionally disables runtime validation in Zod while preserving type inference | 7 |
kiliman/remix-params-helper | A utility package to simplify working with Zod and standard URLSearchParams and FormData in Remix applications | 250 |