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·14 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 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 Runtypes

These projects share indexed features with Runtypes. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
Compare all 19 related projects→

Frequently asked questions

What are the main features of pelotom/runtypes?

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

Which projects share features with pelotom/runtypes?

Projects with overlapping indexed features 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.