2 repos
Lightweight libraries for validating data structures using functional composition.
Distinguishing note: Focuses on the functional, tree-shakable validation interface rather than general data parsing.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Schema Validation Frameworks. Refine with filters or upvote what's useful.
Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It functions as a runtime type guard, allowing developers to define complex data structures through a declarative, chainable syntax. By using these schema definitions, the library automatically derives static TypeScript types, eliminating the need for manual type duplication and ensuring that runtime data matches expected application contracts. The library distinguishes itself through functional schema composition, which enables the creation of hierarchical structures by nesting a
Validate data against schemas using a lightweight, tree-shakable interface that reduces bundle size by replacing chainable methods with functional composition.
This project is a centralized notification infrastructure platform designed to manage multi-channel messaging workflows, delivery routing, and user preference settings through a unified integration layer. It provides a code-first workflow engine that allows engineers to define complex messaging sequences and notification logic as version-controlled code, ensuring consistency across development and deployment pipelines. The platform distinguishes itself by decoupling notification content from application logic, enabling non-technical teams to design and update templates through a visual interf
Enforces strict data contracts across notification templates and workflows to prevent runtime errors and ensure consistent content delivery.