Vercel for trading strategies

A place to host your strategy.
You push it. It stays alive and trades.

Write a Python strategy, deploy it, and it runs — untouched — until you stop it. We run it reliably and never change it. Not a quant platform, not alpha, not a backtester. A commodity runtime that keeps your strategy alive.

Hyperliquid + paper
Money

Credentials and order placement live in the runtime — never in your strategy. Every strategy gets its own isolated account and its own keys.

Risk

Deterministic limits set in the manifest by whoever deploys. The strategy author cannot quietly widen them. Deploy and safety are the same action.

Proof

An append-only record of every signal and trade. Your strategy runs exactly as written — and there's a receipt for everything it did.

Three steps to live

1
strat init my-strat

Scaffold a strategy + manifest. You write pure decision logic — triggers in, order intent out.

2
strat deploy my-strat

Push the directory. The runtime validates it loads, stores it, and starts a sandboxed worker for it.

3
it trades

Always-on execution in its own process. A buggy strategy fails closed and is logged — it never takes the runtime down.

Per-strategy wallets. Isolated capital — a strategy can only ever risk what's funded into its own account.
Sandboxed execution. Each strategy runs in its own process with its own limits, restarted on crash.
Pluggable executors. Paper and Hyperliquid behind one interface. Going live is a one-line manifest change.
Portfolio Value
Total PnL
Unrealized PnL
Cash

Live Prices

Portfolio Value

Open Positions

AssetStrategyEntry CurrentQtyPnLSince
No open positions