Show HN: A Zod alternative with runtime schema introspection
Category: library
Tags: typescript, schema-validation, runtime-introspection
Score: 7.5/10 (Innovation: 7, Technical: 8, Documentation: 8, Utility: 7)
Cleverbrush Framework is a monorepo of TypeScript libraries, with its flagship being @cleverbrush/schema, a high-performance, runtime-introspectable schema validation library positioned as a Zod alternative. It's interesting because it combines validation, type inference, object mapping, and form generation into a single schema definition, achieves significant performance gains (up to 204x faster on invalid input), and integrates with 50+ tools via the Standard Schema specification.
Target audience: backend devs, frontend devs, full-stack devs
Repository: https://docs.cleverbrush.com · HTML · NOASSERTION · 1 stars
View on Hacker News