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
P

pelotom/runtypes

0
View on GitHub↗
0 stars·0 forks·10 views

Runtypes

Features

  • Runtime Validation - Runtime validation for static type definitions.

Star history

Star history chart for pelotom/runtypesStar history chart for pelotom/runtypes

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Runtypes

Similar open-source projects, ranked by how many features they share with Runtypes.
  • agentframework/agentframeworkA

    agentframework/agentframework

    0View on GitHub↗
    View on GitHub↗0
  • fabian-hiller/valibotF

    fabian-hiller/valibot

    0View on GitHub↗
    View on GitHub↗0
  • gcanti/io-tsgcanti avatar

    gcanti/io-ts

    6,813View on GitHub↗

    io-ts is a TypeScript runtime validation library that provides a composable codec system for decoding and encoding data at the boundaries of an application. It defines data schemas using structural types, where the shape of data determines its validity rather than nominal names, and produces runtime type guards from those definitions for efficient validation checks. The library is built around bidirectional codec mappings that combine decoding, encoding, and type checking into single reusable units. It supports a composable decoder pipeline where small validation steps can be chained together

    TypeScriptinferenceruntimetypes
    View on GitHub↗6,813
  • ianstormtaylor/superstructianstormtaylor avatar

    ianstormtaylor/superstruct

    7,141View on GitHub↗

    Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined shapes and types. It functions as a composable schema builder and a TypeScript schema validator, ensuring that runtime data checks remain synchronized with static type definitions. The library features a data coercion engine that transforms input values or injects default values before the validation process is executed. It enables the creation of complex validation rules by nesting, merging, or omitting properties from existing structures. Its capabilities cover the validatio

    TypeScriptinterfacejavascriptschema
    View on GitHub↗7,141
See all 19 alternatives to Runtypes→

Frequently asked questions

What are the main features of pelotom/runtypes?

The main features of pelotom/runtypes are: Runtime Validation.

What are some open-source alternatives to pelotom/runtypes?

Open-source alternatives to pelotom/runtypes include: agentframework/agentframework. fabian-hiller/valibot. gcanti/io-ts — io-ts is a TypeScript runtime validation library that provides a composable codec system for decoding and encoding… ianstormtaylor/superstruct — Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined… julienvincent/ts-codec. lancercomet/myweblibs.