From dbca9ed4ee0278e1facd53d61a32ecb7dfd811ff Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Tue, 24 Mar 2026 13:25:23 -0700 Subject: [PATCH] docs: add Zod schema generation to README features Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1094860b..871dc8a7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ ZenStack is a TypeScript database toolkit for developing full-stack or backend N - 🧩 Designed for extensibility and flexibility - ⚙️ Automatic CRUD web APIs with adapters for popular frameworks - 🏖️ Automatic [TanStack Query](https://github.com/TanStack/query) hooks for easy CRUD from the frontend +- 💎 [Zod](https://zod.dev) schema generation # What's New in V3