Real Problems,Real Systems
Compliance Screening, Automated
A spreadsheet of names had to be checked against OFAC, ISG, and adverse media sources by hand. It's a strict, repetitive process that took a trained person 6-8 hours per batch. I studied how the analyst actually worked, then rebuilt the same logic as a tool, refined over 17 iterations until it matched the protocol exactly.
Data never leaves the local machine. Same client also had their website built by NeuralSync AI.
Nutrition & Training Tracker
A full tracking app: stored pantry and meals, workout logging across multiple sports, water intake, and weight tracking, with calories automatically netted against workout burn instead of juggling several separate apps.
Built to demonstrate build speed as much as build quality.
Trustee & Wealth Advisory Website
Full design and build for a Liechtenstein-based trustee firm serving high-net-worth families: practice areas, partner profiles, FAQ, and contact details across three office locations, fully bilingual for an international clientele.
End-to-end build: information architecture, design, and development.
Law Firm & Notary Website
Full design and build for a boutique law firm and notary practice operating across Liechtenstein, Austria, and Poland: practice areas, team profiles, FAQ, and multi-jurisdiction contact information, bilingual throughout.
End-to-end build: information architecture, design, and development.
Scanned PDF to Editable Word
Word saves a document as a PDF in one click. Going the other direction, turning a scanned PDF back into an editable Word document, is the harder problem. A local Python tool built around Tesseract OCR (plus an open-source OCR engine and language packs pulled from GitHub) does exactly that, refined over roughly 10 iterations. The build itself took a couple of hours. Getting the output quality to something actually usable took much longer.
Runs entirely locally. Nothing ever leaves the machine.