zod
zod copied to clipboard
Add a zod.dev/playground
There should be a playground for testing out zod schema right in the documentation without having to run code to check if the schema is working as intended.
This would make it much more straightforward to validate the schema or test different behaviors of the schema.
Just like the Joi sandbox: https://joi.dev/tester/
hi @IchordeDionysos let me share this project I am working on: https://zod-playground.vercel.app/ I hope you find it helpful, and I'm open to any suggestions or feedback you might have to improve it further.
Wow that's amazing 😍 @marilari88 thanks for building that!