Show HN: A tool to visualise Zod validation errors(zod.fyi)
zod.fyi
Show HN: A tool to visualise Zod validation errors
https://zod.fyi
1 コメント
I love it!
Zod is such a great tool but its errors can be a bit hard to parse.
Reminds me a lot of https://github.com/yoavbls/pretty-ts-errors
Disclaimer: I work with OP
Zod is such a great tool but its errors can be a bit hard to parse.
Reminds me a lot of https://github.com/yoavbls/pretty-ts-errors
Disclaimer: I work with OP
I wanted to try and create a small tool to help me better visualise and parse these errors. In code and the command line, we do also have the ability to pretty-print the errors but I still wanted a web UI which can let me share URLs for visualised errors.
I'm still iterating on it but would love any feedback if you do get to try it out.