$ cat open-source.md
Open Source
Projects I've built and contributions I've made to the developer community.
My Projects
Piwi.ai — Offline Mode
An Intelligent Document Processing (IDP) platform with workflow configuration for any business — fully working offline with local AI. No cloud, no cost, no compromises.
docSchema
An open standard for AI-readable document schemas. Define document types, entities, cross-document validations, and real-world entity links — all in a single JSON file any AI can consume.
WebMCP Tools
Open-source tool implementations for the Web-MCP.tools platform. Self-contained tools for WordPress, Nuxeo, e-commerce, and generic websites — each with a config schema and ESM handler.
HomeRadarAI
Chrome extension that turns any real estate website into a smart search experience — map view, AI-powered comparison, cross-site dedup, and priority scoring. Works in any country, 100% private, no backend needed.
Contributions & Bug Reports
CDN wasmPaths breaks local dev servers
Filed a bug report for Transformers.js v4: the hardcoded CDN
wasmPaths causes CORS Worker construction errors on
localhost. Proposed a fix to only default to CDN when not on a
local dev server, and provided a working workaround using
vite-plugin-static-copy.
Getting vision models to work in the browser
Contributed to the discussion on getting vision models (Phi 3.5, Gemma 3) running in the browser via WebGPU. Shared findings on model compilation, cache management, and runtime configuration to help the community resolve vision model support.