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 built this because I frequently need to convert API responses into typed interfaces. Existing tools were either slow, required a server, or didn't handle edge cases well. This solves that with pure client-side code and smart type inference.