awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to vbmania/rxvalidator

Projects sharing features with RxValidator

13 open-source projects similar to vbmania/rxvalidator, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • arktypeio/arktypearktypeio avatar

    arktypeio/arktype

    7,780View on GitHub↗

    Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with runtime data validation, allowing users to define type-safe schemas that ensure unknown data adheres to specific structures during application execution. The project distinguishes itself by using set-theory type analysis to determine intersections and subtype compatibility, alongside JIT-compiled validation functions for optimized performance. It supports advanced type modeling through branded type constraints, recursive alias resolution, and the ability to generate runtime valida

    TypeScriptjavascriptparsingruntime-typechecking
    View on GitHub↗7,780
  • jzaefferer/jquery-validationjzaefferer avatar

    jzaefferer/jquery-validation

    10,327View on GitHub↗

    This project is a jQuery-based form validation library designed to verify HTML form input values on the client side before submission. It functions as an input validator that enforces data integrity constraints through rule-based verification and value normalization. The library focuses on web accessibility compliance by linking error messages to input fields via ARIA attributes, ensuring that screen readers can announce validation failures to the user. The system supports the creation of custom validation rules and the transformation of raw input strings through a normalization pipeline. Co

    JavaScript
    View on GitHub↗10,327
  • chriso/validator.jschriso avatar

    chriso/validator.js

    23,744View on GitHub↗

    validator.js is a JavaScript string validation and sanitization library. It provides a set of functions to verify that strings match specific patterns—such as emails, URLs, and alphanumeric formats—and a toolkit for cleaning and transforming text input to remove prohibited characters and trim whitespace. The library includes utilities for standardizing email addresses by lowercasing domains and removing sub-addressing markers. It also functions as an HTML entity escaper, replacing special characters with entities to prevent the browser from executing text as code. The project covers capabili

    JavaScript
    View on GitHub↗23,744

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • go-ozzo/ozzo-validationgo-ozzo avatar

    go-ozzo/ozzo-validation

    4,072View on GitHub↗

    ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types using a declarative, rule-based approach. It functions as an interface-based validator, allowing for the recursive checking of nested data structures and custom types without the use of struct tags. The framework distinguishes itself as a context-aware validation engine, supporting the propagation of request-scoped data to rules that depend on external state. It provides extensive extensibility through custom rule definitions and the ability to override default failure text with l

    Gogogolangozzo
    View on GitHub↗4,072
  • hayes/pothoshayes avatar

    hayes/pothos

    2,576View on GitHub↗

    Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers to construct schemas using typed definitions in TypeScript, eliminating the need for external code generation steps. The framework distinguishes itself through a dedicated data mapper that connects GraphQL types to relational databases and ORMs, such as Prisma, while optimizing query resolution. It provides a full implementation of the Relay specification, including global object identification and cursor-based pagination. The project covers several core capability areas, incl

    TypeScriptgraphqltypescript
    View on GitHub↗2,576
  • sventiigi/validatedpropertykitSvenTiigi avatar

    SvenTiigi/ValidatedPropertyKit

    981View on GitHub↗

    Easily validate your Properties with Property Wrappers 👮

    Swift
    View on GitHub↗981
  • swiftvalidatorcommunity/swiftvalidatorSwiftValidatorCommunity avatar

    SwiftValidatorCommunity/SwiftValidator

    1,438View on GitHub↗

    A rule-based validation library for Swift

    Swift
    View on GitHub↗1,438
  • altayer-digital/atgvalidatoraltayer-digital avatar

    altayer-digital/ATGValidator

    51View on GitHub↗

    iOS validation framework with form validation support

    Swift
    View on GitHub↗51
  • ustwo/formvalidator-swiftustwo avatar

    ustwo/formvalidator-swift

    491View on GitHub↗

    A framework to validate inputs of text fields and text views in a convenient way.

    Swift
    View on GitHub↗491
  • gkaimakas/swiftvalidatorsgkaimakas avatar

    gkaimakas/SwiftValidators

    240View on GitHub↗

    String (and more) validation for iOS

    Swift
    View on GitHub↗240
  • marmelroy/phonenumberkitmarmelroy avatar

    marmelroy/PhoneNumberKit

    5,374View on GitHub↗

    PhoneNumberKit is a Swift framework for parsing, formatting, and validating international phone numbers according to global numbering standards. It provides a system of lookup tables, structural parsers, and validation tools to handle the complexities of international telephone numbering. The library converts raw strings into structured objects containing country codes and national numbers. It translates international dialing codes into full country names and verifies whether phone number strings are logically possible and conform to specific regional numbering plans. The project includes ut

    Swift
    View on GitHub↗5,374
  • nikkovios/nkvphonepickerNikKovIos avatar

    NikKovIos/NKVPhonePicker

    144View on GitHub↗

    An UITextField subclass to simplify country code's picking. Swift 5.0

    Swift
    View on GitHub↗144
  • redmadrobot/input-mask-iosRedMadRobot avatar

    RedMadRobot/input-mask-ios

    588View on GitHub↗

    User input masking library repo.

    Swift
    View on GitHub↗588