Skip to content

Add jsontosdk to compiler section#152

Open
west0nG wants to merge 1 commit into
semlinker:masterfrom
west0nG:add-jsontosdk
Open

Add jsontosdk to compiler section#152
west0nG wants to merge 1 commit into
semlinker:masterfrom
west0nG:add-jsontosdk

Conversation

@west0nG
Copy link
Copy Markdown

@west0nG west0nG commented May 14, 2026

Adds jsontosdk under TypeScript Tools/Libraries → Build → compiler,
alongside json-schema-to-typescript / typescript-json-schema.

  • Live tool: https://jsontosdk.vercel.app
  • Repo: https://github.com/SolvoHQ/jsontosdk
  • What it does: paste a JSON sample → typed TS interfaces + Zod schema in
    ~5s. Types are LLM-named (so nested objects get sensible names like
    User / Post, not _C / _C1) and the Zod schema uses the same
    identifiers as the interfaces.
  • Fills the gap between quicktype (great UX,
    generic names) and ChatGPT (good naming, no persistent URL, no Zod).
  • No signup, free for payloads ≤100 KB, 20 generations/hr/IP.

Entry added at the end of the compiler subsection per the contributing
guidelines (append, keep format consistent).

LLM-named TS interfaces + Zod schemas from a JSON sample. Live tool,
no signup, free for ≤100 KB payloads. Fills the niche between
quicktype (poor names) and ChatGPT (no persistent URL, no Zod).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant