Context
Crypto markets move fast, but most trackers focus on price. SupplySide was built to answer a different question: what's happening with supply distribution, holder concentration, and on-chain flow across 60+ assets in a single view.
Contribution
Designed and built the entire frontend — data fetching layer with live API integration, interactive Recharts visualizations, responsive dashboard layout, and animated transitions using Framer Motion. Architected the data pipeline to normalize diverse API responses into a consistent schema.
Key Decision
Chose to dynamically fetch and display live metrics instead of hardcoding sample data. This required building a normalization layer for inconsistent API responses, but it meant the dashboard always shows real, defensible numbers — not demo data.
Outcome
A production-grade dashboard that tracks 60+ crypto assets with real-time data, interactive charts, and a clean interface that loads fast. The architecture allows adding new assets without touching the UI code.