awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Schema Validation Frameworks · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesSchema Validation Frameworks

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.

  1. Home
  2. Software Engineering & Architecture
  3. Schema Validation Frameworks

Awesome Schema Validation Frameworks GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • colinhacks/zod

    colinhacks/zod

    41,896View on GitHub↗

    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.

    TypeScriptruntime-validationschema-validationstatic-types
    41,896View on GitHub↗
  • novuhq/novu

    novuhq/novu

    38,597View on GitHub↗

    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.

    TypeScriptalternativecommunicationemail
    38,597View on GitHub↗