How it works
Paste a JSON object and the converter walks it recursively, turning every object into a named TypeScript interface and inferring types for arrays and primitives. It runs entirely in your browser, so nothing gets uploaded.
Who it's for
I built this for anyone wiring up an API response and tired of hand-typing interfaces. Frontend and backend devs get correct types from one paste, then rename the root interface to match their own domain.
