Stop plumbing.Start testing hypotheses.

Open-source trading infrastructure for systematic traders. Market data. Scanning. Backtesting. Risk management. Built by a solo trader who got tired of duct tape.

Focus on alpha, not infrastructure

The infrastructure tax

See how much time you waste building what already exists.

Building it yourselfWith aitrading.bot OSS
2-3 months building data pipelinedocker compose up — 5 minutes
Stitching CSVs for backtest dataUnified query API with backfill
Debugging WebSocket crashes at 3amProduction Go pipeline, hot reload
No orderbook history30s snapshots, wall detection, persistence scoring
Testing 2 ideas per monthTesting 2 ideas per afternoon
WeeksHours

Time to next strategy insight: weekshours


One stack, five tools.

One stack. Five tools. Full ownership.

Same code powers the hosted platform and your local stack. Self-host everything. Read every line.

Nestor

Available

Market data pipeline. OHLCV, OI, funding, orderbook snapshots. Go.

Explore

Serena

Coming Q2 2026

Scanning engine. Describe signals → AI builds scanner. Python + TS.

Tessa

Coming Q2 2026

Backtesting. Same scanning engine against historical data.

Aegis

Coming Q3 2026

Constitutional risk rules. Deterministic. AI can't override. Runs on YOUR machine.

Dexter

Coming 2027

Execution engine. API keys never leave your machine.


Nestor

Production-grade market data pipelineEverything you need to collect, store, and query crypto market data.

GET /api/v1/walls?symbol=BTCUSDT

{
  "walls": [
    {
      "price": 67420,
      "size_usd": 12400000,
      "side": "ask",
      "held_since": "4h",
      "tests_survived": 7,
      "persistence_score": 0.92
    }
  ],
  "exchange": "binance",
  "timestamp": "2025-12-01T14:30:00Z"
}

5 minutes to first data.

Clone. Compose up. Query.

$ git clone https://github.com/aitrading-bot/nestor && cd nestor
$ docker compose up -d
  ✓ nestor       started
  ✓ victoria     started
  ✓ postgres     started

$ curl localhost:8080/api/v1/walls?symbol=BTCUSDT
{
  "walls": [{
    "price": 67420,
    "size_usd": 12400000,
    "held_since": "4h",
    "tests_survived": 7
  }]
}
Get Started with Nestor

Your data. Your machine. Your edge.

We build infrastructure. You keep control.

Self-host everything. Read every line. Modify anything.

API keys never touch our servers.

Risk rules run on your hardware.

We provide the eyes. You keep the hands.


Be first when the platform launches.

We'll notify you when Serena, Radar, and the AI sidebar ship. No spam. No hype. No '30% monthly returns' promises.