2
1 Comment

I open-sourced HedgeVision — a full-stack stat-arb engine built in Python (FastAPI + React). Here's what I built and why.

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:

  • Cointegration-based pairs discovery (Engle-Granger & Johansen)
  • Backtesting engine with z-score thresholds and configurable lookbacks
  • Paper trading simulation before going live
  • FastAPI backend + React/Vite dashboard with live analytics
  • Local-first: runs on SQLite, zero external dependencies to start
  • Production mode: Supabase/PostgreSQL + CCXT for live exchange trading
  • LLM-powered market intelligence (Ollama, OpenAI, Anthropic)
  • Docker + CLI + MCP server

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.

on March 31, 2026
  1. 1

    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?

Trending on Indie Hackers
I shipped 3 features this weekend based entirely on community feedback. Here's what I built and why. User Avatar 152 comments I'm a lawyer who launched an AI contract tool on Product Hunt today — here's what building it as a non-technical founder actually felt like User Avatar 138 comments Finally reached 100 users in just 12 days 🚀 User Avatar 126 comments “This contract looked normal - but could cost millions” User Avatar 45 comments 👉 The most expensive contract mistakes don’t feel risky User Avatar 37 comments I realized showing problems isn’t enough — so I built this User Avatar 32 comments