From 3fed6f21e0ea7adc91aa0cc44f75bcf4e526d98e Mon Sep 17 00:00:00 2001 From: Marco Ilari Date: Thu, 2 May 2024 22:50:44 +0200 Subject: [PATCH] Add zod playground link (#3454) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc6dda3e8..3b6db2a9d 100644 --- a/README.md +++ b/README.md @@ -653,6 +653,7 @@ There are a growing number of tools that are built atop or support Zod natively! #### Utilities for Zod - [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod. +- [`zod-playground`](https://github.com/marilari88/zod-playground): A tool for learning and testing Zod schema validation functionalities. [Link](https://zod-playground.vercel.app/). - [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/). - [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod runtime parsing in production. - [`zod-accelerator`](https://github.com/duplojs/duplojs-zod-accelerator): Accelerates Zod's throughput up to ~100x.