yhnavein/swaggie
Tool for generating TypeScript client code for given Swagger API endpoints
This tool helps web developers using TypeScript quickly create code to interact with their backend APIs. You provide a machine-readable description of your API, and it generates ready-to-use TypeScript code that accurately reflects the API's structure and functions. This is primarily for front-end or full-stack developers who consume APIs in their TypeScript projects.
Available on npm.
Use this if you are a TypeScript developer building a web application and want to automatically generate type-safe client code for your OpenAPI 3.x backend API, saving time and preventing runtime errors.
Not ideal if your API uses an older OpenAPI 2.0 (Swagger) specification or if you prefer to hand-write all your API interaction code.
Stars
24
Forks
9
Language
TypeScript
License
MIT
Category
Last pushed
Mar 14, 2026
Commits (30d)
0
Dependencies
5
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/yhnavein/swaggie"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
grafana/openapi-to-k6
A CLI tool to convert an OpenAPI schema to a TypeScript client to use with k6.
reagento/descanso
A modern and simple way to create clients for REST like APIs
mikestead/openapi-client
Generate ES6 or Typescript service integration code from an OpenAPI 2 spec
verizonconnect/ngx-form-generator
Generate Angular ReactiveForms from OpenAPI documents
SamuelMarks/cdd-c
OpenAPI ↔ C. Frontend for C, concentrating on: generation from code; single-file analysis;...