Case Study
FusionScope
Macro-risk dashboard that fuses multi-source indicators onto an interactive globe and fires threshold alerts. React and FastAPI, live on Vercel.
Executive Summary
FusionScope is a full-stack macro-stability monitor: an interactive globe, multi-source risk indicators, and automated alerts for geopolitical and economic instability. Live at fusionscope.vercel.app.
Problem & Constraints
Macro risk monitoring means pulling heterogeneous global indicators into one geospatial dashboard with timely alerting.
Architecture
Data ingestion → indicator normalization → geospatial index → globe visualization → fusion algorithm → alert engine → Vercel frontend + Python backend.
Methodology
- Built React/TypeScript frontend with interactive 3D/2D globe visualization
- Implemented fusion algorithm combining multi-source macro stability indicators
- Deployed backend API with health checks, global metrics, and country-detail endpoints
- Automated risk scoring with configurable alert thresholds
Results & Metrics
| Metric | Result |
|---|---|
| Live demo | fusionscope.vercel.app |
| Viz | Interactive globe map |
| Alerts | Automated risk notifications |
| Stack | React + FastAPI + Vercel |
Tech Stack
React, TypeScript, Vite, shadcn/ui, Python FastAPI, Vercel
Future Work
ML-based anomaly detection, historical event correlation, institutional API access.