TypeScript json-schema

Open-source TypeScript projects categorized as json-schema

Top 23 TypeScript json-schema Projects

  • full-stack-fastapi-template

    Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

  • Project mention: Building a Secure API with FastAPI, PostgreSQL, and Hanko Authentication | dev.to | 2023-10-30

    This project is a modification of the authentication flow of the awesome repository made by tiangolo at full-stack-fastapi-postgresql

  • react-jsonschema-form

    A React component for building Web forms from JSON Schema.

  • Project mention: Framework Interoperable Component Libraries Using Lit Web Components. | dev.to | 2023-10-08

    I've been very passionate about a project called react-jsonschema-form (github, editor). I personally hate writing forms, and love the idea of serializable components, schema, validation all in one. I've always wanted an alternative to this project that offered an alternative to react, and possibly the ability to render a schema form to static HTML (like ssg).

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

    The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)

  • Project mention: Popular Libraries For Building Type-safe Web Application APIs | dev.to | 2024-04-07

    Ajvโ€™s documentation is available here.

  • quicktype

    Generate types and converters from JSON, Schema, and GraphQL

  • Project mention: How do you navigate an api response where you don't know the exact structure? | /r/webdev | 2023-11-09

    I grab the response off of the network tab. Either make a structure manually or use something like QuickType

  • formily

    ๐Ÿ“ฑ๐Ÿš€ ๐Ÿงฉ Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3

  • typebox

    Json Schema Type Builder with Static Type Resolution for TypeScript

  • Project mention: Popular Libraries For Building Type-safe Web Application APIs | dev.to | 2024-04-07

    The documentation can be found here.

  • json-schema-to-typescript

    Compile JSON Schema to TypeScript type declarations

  • Project mention: Gentle Introduction To Typescript Compiler API | dev.to | 2023-11-18

    Compile JSONSchema to TypeScript type declarations

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

    InfluxDB logo
  • ngx-formly

    ๐Ÿ“ JSON powered / Dynamic forms for Angular

  • Project mention: Episode 23/39: NxConf 2023 & New Template Syntax | dev.to | 2023-10-02

    Ngx-Formly Release Notes

  • spectral

    A flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI v3.1, v3.0, and v2.0 as well as AsyncAPI v2.x.

  • Project mention: OpenAPI Linter | news.ycombinator.com | 2023-05-25
  • JSONForms

    Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.

  • Project mention: Looking for an Android framework for dynamic form creation based on JSON schema | /r/androiddev | 2023-06-04

    I'm currently working on an Android app that requires dynamic form creation based on JSON schema. I came across the website jsonforms.io and was impressed by their framework for generating forms from JSON schema.

  • json-schema-to-ts

    Infer TS types from JSON schemas ๐Ÿ“

  • ts-json-schema-generator

    Generate JSON schema from your Typescript sources

  • Project mention: TypeSpec: A New Language for API-Centric Development | news.ycombinator.com | 2024-04-29

    This looks interesting but I already have TypeScript types for my APIs so I developed https://github.com/vega/ts-json-schema-generator which lets me generate JSON schema from the sources directly. Yes, it does have some oddities because the two languages have slightly different feature sets but itโ€™s been working well for us for a few years. If I didnโ€™t have TypeScript or a smaller API surface Iโ€™d be okay with typing again I would look at TypeSpec though. It definitely beats writing JSON schema by hand.

  • conf

    Simple config handling for your app or module

  • Project mention: Social engineering campaign targeting tech employees spreads through NPM malware | news.ycombinator.com | 2023-07-25

    Wow. There is even one package to not use a JavaScript object: https://www.npmjs.com/package/conf

  • json-schema-ref-parser

    Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers

  • Project mention: Library with 2M weekly downloads needs maintainer | news.ycombinator.com | 2023-10-07
  • zod-to-json-schema

    Converts Zod schemas to Json schemas

  • Project mention: Next.js and GPT-4: A Guide to Streaming Generated Content as UI Components | dev.to | 2024-01-25

    Zod and GPT-4 Zod is great for generating typed JSON from GPT-4, because you can easily convert Zod schemas to JSON schemas using zod-to-json-schema and include descriptions for each property. The JSON schemas are passed to GPT-4 as function definitions or in the prompt (when you are using JSON mode).

  • spot

    Spot is a concise, developer-friendly way to describe your API contract. (by airtasker)

  • suretype

    Typesafe JSON (Schema) validator

  • spartan-schema

    Ultra-minimal JSON schemas with Typescript inference

  • papr

    MongoDB TypeScript-aware Models

  • json-schema-viewer

    A JSON Schema viewer React component (by stoplightio)

  • json-schema-viewer

    A JSON Schema Viewer for any JSON Schema on earth.

  • parser-js

    AsyncAPI parser for Javascript (browser-compatible too).

  • vscode-factoriomod-debug

    Factorio Mod Tool Kit

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript json-schema related posts

  • Popular Libraries For Building Type-safe Web Application APIs

    6 projects | dev.to | 7 Apr 2024
  • Unleash the Power of JSON Schemas with docusaurus-JSON-schema-plugin

    1 project | news.ycombinator.com | 6 Jan 2024
  • How do you navigate an api response where you don't know the exact structure?

    1 project | /r/webdev | 9 Nov 2023
  • Where DRY Applies

    3 projects | news.ycombinator.com | 3 Nov 2023
  • Tres herramientas para desarrolladores de software ๐Ÿ‘Œ

    2 projects | dev.to | 27 Oct 2023
  • Library with 2M weekly downloads needs maintainer

    1 project | news.ycombinator.com | 7 Oct 2023
  • Show HN: A tool to Convert JSON schemas into TypeScript classes

    7 projects | news.ycombinator.com | 5 Oct 2023
  • A note from our sponsor - SurveyJS
    surveyjs.io | 20 May 2024
    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. Learn more โ†’

Index

What are some of the best open-source json-schema projects in TypeScript? This list will help you:

Project Stars
1 full-stack-fastapi-template 23,404
2 react-jsonschema-form 13,730
3 ajv 13,442
4 quicktype 11,590
5 formily 10,815
6 typebox 4,346
7 json-schema-to-typescript 2,809
8 ngx-formly 2,724
9 spectral 2,272
10 JSONForms 1,965
11 json-schema-to-ts 1,349
12 ts-json-schema-generator 1,342
13 conf 1,190
14 json-schema-ref-parser 912
15 zod-to-json-schema 745
16 spot 537
17 suretype 493
18 spartan-schema 431
19 papr 420
20 json-schema-viewer 154
21 json-schema-viewer 111
22 parser-js 109
23 vscode-factoriomod-debug 95

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com