Building

Projects

Things I built, shipped, and learned from

PROJECT 01

Lumio

A 0→1 marketplace built to transform informal word-of-mouth referrals into a trusted, structured experience for finding local services.

Lumio is a marketplace designed to help people discover reliable local service providers. I co-founded it and led both product direction and technical execution from the earliest stages — user research, MVP scoping, and iterating through real user feedback.

Lumio taught me how products actually take shape outside structured environments — where speed, user behavior, and tradeoffs matter more than perfect plans.

  • Defined the initial MVP scope and shipped the first version within a short timeline
  • Conducted user interviews to surface trust, pricing, and discovery pain points
  • Designed and iterated on core workflows: onboarding, booking, and messaging
  • Built and refined features based on real user behavior and qualitative feedback
  • Used lightweight analytics to guide prioritization and iteration
Co-founder Product Design React Native Supabase Vercel
PROJECT 02

AI Predictive Maintenance

Senior capstone project using historical sensor data to predict manufacturing equipment failures before they happen.

A system that used historical sensor data to predict when manufacturing machines were likely to fail. The goal was to reduce unplanned downtime and help operations teams plan maintenance more proactively — moving from reactive to predictive.

This project sharpened how I translate complex data into practical, operational decisions — and how good visualization makes technical findings actually usable.

  • Helped design a predictive model to estimate time-to-failure and failure type
  • Cleaned and structured large sensor datasets to make them analysis-ready
  • Built dashboards to visualize machine health and maintenance trends for stakeholders
Senior Capstone Python Data Analysis Machine Learning Dashboard Design
PROJECT 03

CafeCoin Collective

A shared customer rewards network letting independent coffee shops compete with larger chains — built end-to-end for a database course.

A data-driven application that allows local coffee shops to participate in a shared rewards network. Customers earn and redeem points across any participating shop — giving small businesses the loyalty infrastructure that chains have by default.

This pushed me to think about systems holistically — from data design to user experience — and how small product decisions ripple through to real business outcomes.

  • Designed the database schema and entity relationships for customers, shops, and rewards
  • Built backend APIs to handle transactions, point balances, and analytics
  • Worked end-to-end: database design, backend logic, and front-end UI
Full-Stack SQL Database Design Backend APIs