skbkontur/TypeScript.ContractGenerator
A tool that can generate TypeScript types from C# classes
This tool helps C# and TypeScript developers keep their code synchronized. It takes your existing C# classes, which define the structure of your data, and automatically generates corresponding TypeScript type definitions. This ensures that the frontend (TypeScript) and backend (C#) systems agree on how data looks, preventing common integration errors.
Use this if you are a developer working with both C# and TypeScript and want to automate the process of generating TypeScript interfaces from your C# data models.
Not ideal if you are not a software developer or if your project does not involve integrating C# backend services with a TypeScript frontend.
Stars
60
Forks
24
Language
C#
License
MIT
Category
Last pushed
Mar 06, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/skbkontur/TypeScript.ContractGenerator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...