VoidWatcher is a lightweight web-based dashboard for visualizing Warframe market data. It displays the best performing and most traded items over various timeframes using live PostgreSQL data.
The app is accessible via Cloudflare pages or for immediate build access and testing purposes via DasNerdwork.net:
- Fast and minimal Python backend using FastAPI
- Market analytics with:
- Top performers by price
- Top sellers by volume
- Time-based filters (24h, 48h, 7d, 14d, 30d, 90d)
- Data sourced from
market_stats_48handmarket_stats_90dtables - Postgres-powered backend
- Backend: Python + FastAPI
- Database: PostgreSQL
- Frontend: React + HTML + Tailwind CSS