Sidewinder: Type Safe Web Services for Node

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
  • sidewinder

    Type Safe Micro Services for Node (by sinclairzx81)

  • trpc is to zod, as sidewinder is to typebox

  • typebox

    Json Schema Type Builder with Static Type Resolution for TypeScript

  • The project internally uses JSON schema to validate method and parameter and return types. JSON schema has good parity with TypeScript's type system, and most types expressible in TS (such as unions, intersections) can be trivially represented in JSON Schema form. What this means is that you get a lot of flexibility to describe types in ways that naturally line up to TypeScript. The project uses a modified version of TypeBox in which to construct such schemas.

  • 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
  • zod

    TypeScript-first schema validation with static type inference

  • trpc is to zod, as sidewinder is to typebox

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

  • ArkType: TypeScript's 1:1 validator, optimized from editor to runtime

    4 projects | news.ycombinator.com | 16 Mar 2023
  • Typescript Runtime Validators and DX, a type-checking performance analysis of zod/superstruct/yup/typebox

    6 projects | dev.to | 12 Feb 2023
  • Yup vs Zod - What do you prefer and why?

    3 projects | /r/reactjs | 28 Nov 2022
  • How would you convert such a dumb json to a type?

    2 projects | /r/typescript | 1 Nov 2022
  • I found 10,000x faster TypeScript validator library

    5 projects | dev.to | 1 Nov 2022