After months of building in private, I just open-sourced HedgeVision — a full-stack statistical arbitrage platform.
GitHub: https://github.com/ayush108108/hedgevision
What it is:
HedgeVision is the quantitative core of a much larger project I'm building — SuperIntel, a fully autonomous, agentic trading system. HedgeVision is the first piece going public.
What it does:
Why I'm open-sourcing it:
I want other builders and quant developers to use it, stress-test it, and contribute. Stat-arb is a well-studied strategy but there aren't many clean, accessible open-source implementations with a proper UI and backtesting layer.
What's next:
More OSS projects from the SuperIntel ecosystem are dropping soon. If you're into algo trading, AI agents, or just want to follow the build — watch the repo or reach out.
Happy to answer any questions on the architecture or strategy.
open sourcing a full stat-arb engine is bold. most people in quant keep everything proprietary. the fastapi + react stack is a practical choice too — ive been running a similar python backend for a different kind of data pipeline (scraping agency contacts at scale).
whats your backtesting showing in terms of sharpe? and are you targeting retail traders or more of a dev audience who wants to build on top of it?