Interactive dashboard visualizing Pyth Network's 2025 annual performance metrics.
# Install dependencies
npm install
# Run development server
npm run devOpens at http://localhost:5173
npm install -g vercel
vercel- Go to vercel.com/new
- Import this folder
- Click Deploy
You'll get a URL like https://pyth-dashboard-xxx.vercel.app
# Build production version
npm run build
# Deploy
npx netlify deploy --prod --dir=distOr drag the dist folder to netlify.com/drop
# Start dev server
npm run dev
# In another terminal
npx ngrok http 5173Share the generated URL (works for ~8 hours).
- Overview - Key metrics at a glance
- Staking - PYTH token staking growth (+187% YoY)
- Price Feeds - Asset class expansion (+419% YoY)
- RWA/Equity - Fastest growing segments (+388% Equity users)
- TVS - Total Value Secured by chain and category
- Volume - Protocol trading volume ($1.29T in 2025)
- Entropy - VRF requests growth (+900% YoY)
- Scorecard - Full year comparison table
- React 18
- Vite
- Tailwind CSS
- Recharts
KPI data extracted from internal Pyth Network tracking spreadsheets covering January - December 2025.