Articles

Writing about software engineering, machine learning, and the tools I use every day. Deep dives, tutorials, and lessons learned from building real-world applications.

What is HyperJson? Schema-First JSON Content for Vite
May 30, 202610 min read

What is HyperJson? Schema-First JSON Content for Vite

Stop hand-writing TypeScript interfaces for your JSON content. HyperJson validates every JSON file against a schema at build time and generates the types for you — invalid content fails the build, valid content arrives fully typed, with no backend and no runtime cost.