I squeezed every brain cell to create this library

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • zod

    TypeScript-first schema validation with static type inference

  • This is similar to Zod. I use that in production and it’s an amazing library. Good job working on this as your project after just learning TS for a short time! :)

  • tiny-schema-validator

    JSON schema validator

  • tiny-schema-validator can infer data types from your schema, and it has a `traverse` function to create arbitrary data-shape from the schema.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Recordari

    Recordari is a type and structure validation tool for configuration files

  • Cool! I did something similar a while back, if you want to see another way of implementing the same kind of project :) https://github.com/Olian04/Recordari

  • io-ts

    Runtime type system for IO decoding/encoding

  • Have you seen runtypes or iots?

  • runtypes

    Runtime validation for static types

  • Have you seen runtypes or iots?

  • typescript-json-validator

    Automatically generate a validator using JSON Schema and AJV for any TypeScript type.

  • I just started using https://github.com/ForbesLindesay/typescript-json-validator.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Check types at the top level or in each function?

    4 projects | /r/typescript | 13 Nov 2021
  • TDD

    2 projects | /r/CharruaDevs | 7 Dec 2023
  • Why I Like Using Maps (and WeakMaps) for Handling DOM Nodes

    1 project | news.ycombinator.com | 6 May 2023
  • When should I use runtime checks (and which runtime checker should I use)?

    2 projects | /r/typescript | 14 Mar 2023
  • how to strictly type this?

    1 project | /r/typescript | 19 Nov 2022