Prospire
Institutional Trading Analytics Platform
Prospire is a professional-grade options and derivatives analytics suite designed for systematic traders operating across multiple crypto exchanges simultaneously. The platform ingests live market data from Bybit, Deribit, OKX, and Binance via REST and WebSocket connections, normalizing position data into a unified cross-exchange PnL view with real-time Greeks calculation.
The technical architecture centers on TimescaleDB for time-series storage of historical Greeks (delta, gamma, vanna, charm) and PnL snapshots, with Redis acting as a read model cache for sub-millisecond dashboard queries. A FastAPI backend orchestrates background data collection via APScheduler, while Socket.IO WebSocket connections push real-time updates to the Next.js frontend with sub-second latency. Recharts powers interactive IV skew, open interest distribution, and cumulative PnL charts, with Zustand managing the complex multi-exchange trading view state.
The analytics layer goes beyond basic position tracking — GEX (Gamma Exposure) and DEX (Delta Exposure) calculations reveal dealer positioning and potential gamma squeeze zones. Smart money detection identifies block trades, identifies support/resistance walls from OI concentration, and signals cascade liquidation risk. The system is containerized with Docker for reproducible deployment across development and production environments.
Key Highlights
- Real-time position sync via Bybit REST + WebSocket with live Greeks tracking
- Options intelligence: GEX, DEX, vanna, charm, IV skew, OI distribution charts
- TimescaleDB for time-series optimized historical Greeks and PnL data
- Smart money alerts: block trade detection, wall/cascade analysis
- Multi-exchange aggregation across Bybit, Deribit, OKX, Binance
- Redis read models for sub-millisecond dashboard queries
- Docker-orchestrated microservices with APScheduler background tasks
- Real-time position dashboard via Socket.IO WebSocket with sub-second latency
- Interactive charts with Recharts for IV skew, OI distribution, and PnL visualization
- Zustand state management for complex multi-exchange trading view state