projects.

Tools, APIs, and products I have built or maintain.

Zero-config TypeScript framework that runs .ts files natively in the browser via a Service Worker and esbuild-wasm — no bundler, no build step. The module cache keys compiled output by a content fingerprint of source, import map, tsconfig, and compiler version, with an fnv1a body hash verified on every read so stale code never executes.

Gamified Financial Education Platform — a live financial-literacy game shipped to 1,200+ users in its first two months across Azure and ICP mainnet. Real-time multiplayer in Deno (Oak) over WebSockets, core game systems in React, TypeScript, and Phaser 3 (WebGL), and an on-chain banking ledger in Rust.

Retrieval engine behind the adaptive AI NPCs in Dhaniverse, published on npm. Introspects an existing database schema at runtime and builds an entity relationship graph across MongoDB, PostgreSQL, and vector stores.