Projects & Case Studies
A selection of production systems, developer tools, and technical architectures I've engineered. These projects highlight a focus on pragmatic technology choices, clean code, and solving real business problems.
SignalDesk
SignalDesk is a modern, AI-assisted lead management application built to streamline data entry and improve response times for sales teams. The architecture leverages a React and TypeScript frontend, paired with a robust Firebase backend for real-time state synchronization.
A key feature is the integration of OpenRouter AI, which automatically parses raw, unstructured customer communications and converts them into structured lead summaries. This required building a strict JSON schema enforcement layer and reliable server-side fallback mechanisms to ensure the application remains stable even if the upstream AI provider fails.
agent-bridge
To accelerate development workflows and integrate AI safely into local engineering environments, I developed agent-bridge, a VSCode extension designed to act as an intermediary for AI agent operations.
Unlike fully autonomous tools that obscure their actions, agent-bridge prioritizes transparency. It implements a terminal approval workflow, meaning any command generated by an AI assistant requires explicit developer approval before execution. This ensures safe prototyping and system interactions without sacrificing the speed benefits of AI-assisted engineering.
CoffeeNow Platform
A comprehensive production business software suite consisting of customer-facing ordering systems and internal administrative dashboards.
This project involved extensive frontend/backend coordination to ensure real-time inventory updates and transaction consistency. The admin dashboards were designed to handle complex data visualization while remaining performant and accessible for operational staff.