Ecosystem: validex — 25 typed validation rules built on Zod 4 #5849
chiptoma
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I built validex — a set of 25 typed validation rules on Zod 4 for common fields like email, phone, password, username, IBAN, etc.
Each rule returns a standard Zod schema. Comes with structured error codes (141 codes across 27 namespaces), three-tier config merging, i18n with a CLI that generates translation files, and adapters for Nuxt and Fastify.
13 kB Brotli for all 25 rules, tree-shakeable.
GitHub: https://github.com/chiptoma/validex
npm: https://www.npmjs.com/package/@validex/core
Submitted a PR to add it to the ecosystem page (#5848). Let me know if anything needs adjusting.
Beta Was this translation helpful? Give feedback.
All reactions