Frontend · Movement Labs
Network Analytics Dashboard
The internal dashboard for network, bridge, community, and ecosystem metrics. Started it from the first commit and built it out solo.
- Period
- 2025
- Role
- Author
- Commits authored
- 25
- Source
- Private
The problem
Network health was being read out of ad-hoc queries and screenshots. There was no single place showing TVL, bridge flow and ecosystem growth over time, and no authenticated way to share it.
What I did
- Built it from scratch: session handling, routing, and the metrics and value chart layer.
- Wired up bridge amounts, TVL and network history, Ethereum-bridged totals, and ecosystem data.
- Added in-flight bridge data with fallbacks, so a stalled indexer degrades instead of reporting zero.
- Migrated the data source onto a new indexer twice as the stack changed underneath.
- Added SSO so it could be shared internally without going public.
Stack
TypeScriptNext.jsChartsIndexer APIsSSO