We’ve spent years accepting something that never really made sense.
We define our business model…
Then rewrite it for validation.
Then rewrite it for forms.
Then rewrite it for JSON Schema.
🚀 Introducing Decorix v0.3.1 We’ve spent years accepting something that never really made sense. We...
We’ve spent years accepting something that never really made sense.
We define our business model…
Then rewrite it for validation.
Then rewrite it for forms.
Then rewrite it for JSON Schema.

How replacing ~1.4k LOC of hand-written config parsers with a single Zod schema eliminated silent failures, auto-generates the…

Zod sells itself as "define once, validate everywhere." In Next.js 16 with Server Actions, edge middleware, and API routes,…

Don't ask a model to speak Figma's plugin API. Don't ask it for CSS and hope a screenshot is a...

Persisting React Flow's UI objects nearly sank the product. Drawing a serialization boundary between view and domain cut payloads…

A reader asked for it — here's the hand-rolled schema validator from Part 4, refactored with Zod. Better error messages, free…

If you use Prisma, you already know it's a fantastic ORM with excellent developer experience. But...