cd ..~/projects/json-type-generator$ ~/built-with$ ~/why$
JSON Type Generator
Paste JSON on the left, get typed code on the right. No server, no dependencies beyond the build toolchain.
[sveltekit][typescript][tailwind css][vitest]
Why I built this
I convert API responses into typed interfaces constantly, and I wanted that to work offline in a tab I already had open. Keeping it client-side meant most of the work went into type inference: unifying mixed arrays, telling ints from floats, and handling reserved keywords.