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.
- 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
item_stats_48handitem_stats_90dtables - Postgres-powered backend
- Backend: Python + FastAPI
- Database: PostgreSQL
- Frontend: React + HTML + Tailwind CSS