Electron Browser App
Chromium-based browser native to macOS with deep system integration
Two distinct ecosystems living side-by-side that do not speak the same language — Node.js/Electron (the consumer) and Native macOS (the producer).
A standard macOS Framework project in pure Swift and Objective-C. Handles all OS-level logic — window styles, Spotlight search, system interactions. Knows nothing about Node.js or V8.
Objective-C++ translation layer. Imports <napi.h> to talk to JS, and imports <Horizon/SwiftBridge.h> to talk to Swift.
Tells the compiler to build the glue file and link it against the compiled Horizon.framework.
JavaScript → Napi::String (V8) → std::string (C++) → NSString (Obj-C) → Swift → NSString → const char* → Napi::String → JavaScript. The connection relies almost entirely on Strings — the 'Dumb Pipe' pattern.
Food Ordering App
Full-stack food ordering application with frontend caching and multi-entity database
Budgeting & Accounting App
Personal budgeting and accounting app — track spending, manage accounts, and stay on top of your finances





MCP Server
Model Context Protocol server for deterministic banking and brokerage workflows

The server surface is kept small, predictable, and safe to grow. Implementation capabilities are internal utilities, not public MCP tools.
MCP-facing institution tool definitions. What the AI can call.
Internal Playwright runtime — ensureBrowser, navigate, click, fill, screenshot, getVisibleText.
Internal HTTP request functions for deterministic server-side workflows.
MCP call dispatcher that resolves tools to configured bank/action routes.
MCP Client → high-level tool (e.g. bank_of_america_view_transactions) → toolHandler resolves route → bank runtime calls browser utilities in deterministic sequence → AI receives only the result.
Audio Processing Pipeline
Workflow for processing audio from your favorite artists
Whisper-based Speech Dataset
Curated Somali text-to-speech dataset with a clean processing pipeline
Effortless macOS Experience
Multi-layered macOS application for a seamless AI and terminal experience