Real-time analytics dashboard for the Akash Network — decentralized cloud compute marketplace.
Live: akash-pulse.vercel.app
- Network Overview — 8 live stat cards tracking AKT price, active leases, compute capacity, provider count, and network utilization
- GPU Inventory — real-time GPU availability across all Akash providers (A100, H100, RTX 4090, etc.)
- Provider Scoreboard — ranked provider list with uptime, reputation, and resource metrics
- Provider Map — geographic visualization of global provider distribution
- ROI Calculator — estimate provider earnings based on GPU type, count, and utilization
- DePIN Comparison — Akash benchmarked against other DePIN protocols (market cap, revenue, growth)
- DePIN Treemap — market visualization of the DePIN ecosystem
- Yield Overview — staking yields and provider revenue analytics
- BME (Burn-Mint Equilibrium) — AKT token economics tracking
- Ticker Tape — live price feed across crypto assets
- Daily Recap API — automated network summary via cron
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- Data Sources: Akash Console API, CoinGecko, DePIN market data, Compute Intel pricing
- Deployment: Vercel
- Analytics: Vercel Analytics + Speed Insights
| Route | Description |
|---|---|
/ |
Network overview + GPU inventory + provider scoreboard |
/providers |
Full provider list with filtering |
/providers/[address] |
Individual provider detail page |
/hardware |
GPU/CPU hardware analytics |
/yield |
Staking and provider yield data |
/bme |
Burn-Mint Equilibrium token metrics |
npm install
npm run devOpen http://localhost:3000.
app/
(dashboard)/ — Main dashboard pages
api/cron/ — Daily recap cron job
components/ — 21 React components (3,300+ lines)
lib/ — Data fetching + formatting (1,100+ lines)
MIT