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
SwiftValidatorCommunity avatar

SwiftValidatorCommunity/SwiftValidator

0
View on GitHub↗
1,438 stars·367 forks·Swift·MIT·12 views

SwiftValidator

A rule-based validation library for Swift

Features

  • Form Builders - Rule-based validation library.
  • Input Validation - Rule-based validation library.

Star history

Star history chart for swiftvalidatorcommunity/swiftvalidatorStar history chart for swiftvalidatorcommunity/swiftvalidator

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Frequently asked questions

What does swiftvalidatorcommunity/swiftvalidator do?

A rule-based validation library for Swift

What are the main features of swiftvalidatorcommunity/swiftvalidator?

The main features of swiftvalidatorcommunity/swiftvalidator are: Form Builders, Input Validation.

Which projects share features with swiftvalidatorcommunity/swiftvalidator?

Projects with overlapping indexed features include: sventiigi/validatedpropertykit — Easily validate your Properties with Property Wrappers 👮. ustwo/formvalidator-swift — A framework to validate inputs of text fields and text views in a convenient way. arktypeio/arktype — Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with… jzaefferer/jquery-validation — This project is a jQuery-based form validation library designed to verify HTML form input values on the client side… chriso/validator.js — validator.js is a JavaScript string validation and sanitization library. It provides a set of functions to verify that… laravelcollective/html — This project is a programmatic HTML form builder and element generator for PHP, designed as a component library for…

Projects sharing features with SwiftValidator

These projects share indexed features with SwiftValidator. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • sventiigi/validatedpropertykitSvenTiigi avatar

    SvenTiigi/ValidatedPropertyKit

    981View on GitHub↗

    Easily validate your Properties with Property Wrappers 👮

    Swift
    View on GitHub↗981
  • 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
  • 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
Compare all 29 related projects→