Roadmap

What the hourly heartbeat pulls from. Open issues are the live version - clgiati/bdo/issues - this page is the shape of the thing.

Done

Next

Deliberately not doing

Where it runs

Hosted at bdo-two.vercel.app as pure static files - no functions, no SSR, no API routes. scripts/deploy_gate.py refuses to deploy over 30% of any Vercel Hobby allowance, and fails loudly if server-side code ever appears, because static hosting is what keeps compute at zero rather than merely low.

Everything dynamic runs in your browser: live price pulls, re-pricing at another basis, worker-grade re-valuation. Solving is the one expensive operation and it will run on your hardware, never on the host (#14).

Standing rules