Source, package managers, Docker, or Cloudflare — pick a path. Operate with CLI, TUI, or dashboard.
git clone --recursive …→bun install→hoox onboard→hoox deploy all --autoClone the monorepo with all 9 worker submodules, install workspace dependencies, and run the one-shot onboard wizard. This is the canonical path for contributors and operators who need the full worker mesh.
Install @jango-blockchained/hoox-cli globally with Bun. Requires Bun ≥ 1.2 — the CLI is a Bun bundle and will not run under Node.js even if installed via npm.
The CLI is published to npm as @jango-blockchained/hoox-cli, but npm install -g alone will not produce a working binary. You must have Bun installed — the shebang and bundle target are Bun-only.
npm install -g @jango-blockchained/hoox-cliRun the full worker mesh and dashboard locally via Docker Compose. Mirrors production service-binding topology — only hoox (gateway) and dashboard expose host ports.
# http://localhost:8787# http://localhost:8794Build the production image (Dockerfile.prod) for demos, local testing, or air-gapped deployments. Not a full substitute for Cloudflare edge — Durable Objects, Vectorize, and Workers AI are unavailable.
Deploy all 10 workers and the OpenNext dashboard to Cloudflare's edge. The onboard wizard provisions D1, KV, secrets, and deploys in the correct dependency order.
Split onboarding into init (writes wrangler.jsonc, collects secrets) and setup (generates keys, applies D1 schema, pushes secrets, deploys dashboard). Use when you need granular control over provisioning.
CLI for automation, TUI for ops, dashboard for monitoring.
28 command groups · 100+ subcommands
The primary operator interface. Manages workers, infrastructure, secrets, deployments, health checks, monitoring, repair, and performance measurement. Running hoox with no arguments launches the TUI.
Recommended entry point
Workers + dashboard + wiring
Interactive native vs Docker
Post-deploy verification
Live trade stream
Latency probes
Workers Observability
Diagnose & fix
OpenTUI terminal dashboard
Full-screen terminal operations center. Monitor workers, trades, logs, and deployments without leaving the shell. Launch via hoox tui or bun run from packages/tui.
From any workspace
Hot reload
Standalone
Repo root script
Next.js 16 · OpenNext on Workers
Web command center for portfolio monitoring, risk management, and emergency actions. Reads from D1, writes to CONFIG_KV, dispatches through the hoox gateway. Protected by Cloudflare Access in production.
localhost:3000
Same as above
Build + deploy to Workers
Same as above
localhost:8794