Rex is a lightweight schema validation library built on Zod, created as part of my weekend coding practice. It’s designed to be simple and approachable, making it a great tool for learning how schema validation works under the hood. While it’s not meant for production use, Rex is perfect for tinkering, experimenting, and understanding the basics of schema libraries. Dive in, explore, and have fun with it!
- Type-Safe: Fully written in TypeScript with first-class type inference.
- Lightweight: Minimal dependencies and small bundle size.
- Extensible: Easily extendable to fit your needs.
- Validation: [...]
Install Rex using npm or yarn:
npm install Rex
Rex is licensed under the MIT License. See LICENSE for more details.
- It's a weekend project, so it's not perfect and production-ready.
- It's not a full-fledged library, it's just a proof of concept.
- Built with ❤️ and TypeScript.