ModelForge
2026A model compiler that turns JSON into TypeScript, Java, Spring Boot, C#, and Python, without the JSON ever leaving the browser.
- Problem
- Turning JSON into typed models usually means a cloud service or a language model: the result changes between runs, and the data, the field names, and the code all leave the machine.
- Engineering
- The architecture is JSON → a universal intermediate representation → per-language generators, in a pnpm monorepo. The IR is inspectable and editable before generation, the generators are decoupled, compatibility is declared in explicit profiles per Java and Spring Boot version, and everything runs in the browser: no backend processes the data.
- Outcome
- An MVP deployed to production on Cloudflare Workers, with an interface in eight languages and automated tests across Chromium, Firefox, and WebKit.