projects

ChainRoute
ChainRoute screenshotwhy ↗

why

I built ChainRoute because I was curious about how payments move across different blockchain networks and why the same transfer can cost more depending on the route. I wanted to see if I could turn that into a routing problem and automatically find the most cost-efficient path.

ChainRoute

A crypto payment system that finds the cheapest way to move money across blockchains. A C++ service picks the route using Dijkstra's algorithm, then the Go backend queues it in Kafka so a separate worker can process it in the background and recover automatically if it crashes. Handles 300+ payments a second.

C++ · Go · PostgreSQL · Kafka · gRPC · React · TypeScript · Docker · Terraform · Prometheus/Grafana

Mosaic

Mosaic

A native iOS productivity app that brings together the essential pieces of modern productivity into one effortless experience.

SwiftUI · SwiftData · NSRegularExpression · CoreLocation · EventKit · Figma

Mosaic screenshotwhy ↗

why

I wanted to learn more about iOS development. A productivity app let me try UI, data storage, and system integrations like location and calendar sync all in one project.

Pantry Pal
Pantry Pal screenshotwhy ↗

why

As a college student, I often come home with no idea how to use up my random ingredients and leftovers. I wanted to create a way to limit food waste and make meals easily.

Pantry Pal

An AI recipe generator for whatever's already in your fridge. Type your ingredients or snap a photo and get recipes tailored to what you have on hand. Filter by preferences, save favorites, and ask the built-in AI "chef" chatbot for help.

React · TypeScript · Vite · Express · Firebase · Gemini

Price Tracker
Price Tracker screenshotwhy ↗

why

I always miss the window of buying that pair of jeans that goes on sale. I built this to make it easier to find where a product is sold across different retailers and compare prices so that I never miss a sale again.

Price Tracker

A price monitoring tool for online shopping. Submit a product URL and it finds the same item across competing retailers, checks prices daily, and emails you when one drops.

FastAPI · Python · SQLite · Playwright · APScheduler