[Hoox Documentation]
Edge-Native Algorithmic Trading on the Cloudflare® Edge
This page
Manuals
Hoox is a free, open-source, edge-native algorithmic trading framework and automation engine deployed natively to the Cloudflare® Edge Network. By utilizing a distributed microservice architecture, Hoox processes trade signals, evaluates risk parameters, executes order routing, and fires Telegram notifications—all within milliseconds and directly from the edge nodes closest to exchange servers.
Install: bun add -g @hoox-sh/hoox-cli → hoox onboard (alias hx).
Rendering…
Tip
Docs are split into main tabs (same pattern as AXIS / PYNE): trader-facing End User, platform Architecture and Workers, operators DevOps, contracts API, and commercial Enterprise.
Documentation categories
End User
Getting started, concepts, guides, tutorials, CLI and FAQ for traders and operators of a live mesh.
Ecosystem
HOOX vs PYNE vs AXIS vs PyneTS vs pyne-worker — what each surface does.
PYNE live trading
Strategy events from pyne-worker to trade-worker. Alerts are a separate path.
AXIS and HOOX
The PWA evaluates. The mesh executes. They do not share an order router.
Architecture
Mesh topology, data flow, bindings, storage, and ADRs.
Workers
Per-isolate profiles — gateway, trade, D1, agent, telegram, dashboard, and more.
DevOps
Install, local development, deployment, CI/CD, security, CLI and TUI.
API
HTTP endpoints, request payloads (including test: true), and response
envelopes.
Enterprise
Multi-tenancy, compliance, and institutional architecture notes (commercial layer).
Popular paths
| Goal | Start here |
|---|---|
| Install CLI + first deploy | Installation · Quick Start |
| Sandbox / testnet orders | Test Trading |
| How a signal becomes a fill | How Hoox Works |
| Pine strategy → live order | PYNE live trading |
| Chart without trading | AXIS and HOOX |
| Exchange execution isolate | trade-worker |
| Production rollout | Production Deployment |