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

SvenTiigi/ValidatedPropertyKit

0
View on GitHub↗
981 stars·46 forks·Swift·MIT·17 viewssventiigi.github.io/ValidatedPropertyKit↗

ValidatedPropertyKit

Easily validate your Properties with Property Wrappers 👮

Features

  • Form Builders - Validate properties using property wrappers.
  • Input Validation - Property wrapper-based validation.

Star history

Star history chart for sventiigi/validatedpropertykitStar history chart for sventiigi/validatedpropertykit

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

Projects sharing features with ValidatedPropertyKit

These projects share indexed features with ValidatedPropertyKit. 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
  • swiftvalidatorcommunity/swiftvalidatorSwiftValidatorCommunity avatar

    SwiftValidatorCommunity/SwiftValidator

    1,438View on GitHub↗

    A rule-based validation library for Swift

    Swift
    View on GitHub↗1,438
  • 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→

Frequently asked questions

What does sventiigi/validatedpropertykit do?

Easily validate your Properties with Property Wrappers 👮

What are the main features of sventiigi/validatedpropertykit?

The main features of sventiigi/validatedpropertykit are: Form Builders, Input Validation.

Which projects share features with sventiigi/validatedpropertykit?

Projects with overlapping indexed features include: swiftvalidatorcommunity/swiftvalidator — A rule-based validation library for Swift. 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…