zod icon indicating copy to clipboard operation
zod copied to clipboard

Add a zod.dev/playground

Open IchordeDionysos opened this issue 1 year ago • 2 comments

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/

IchordeDionysos avatar Sep 05 '23 13:09 IchordeDionysos

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.

marilari88 avatar May 01 '24 00:05 marilari88

Wow that's amazing 😍 @marilari88 thanks for building that!

IchordeDionysos avatar May 03 '24 06:05 IchordeDionysos