Booth activation for Quantum.Tech World 2026 (Jun 25–26, 2026). Attendees create a trading agent at a kiosk, tune three strategy sliders, and watch their portfolio compete in real time — every retune is routed through the Quip Network across quantum and classical providers.
| What | Where |
|---|---|
| Live MVP preview (every surface, one-click) | https://qtw.quip.network |
| Design doc (full project summary) | design-doc.html — open in browser, or visit /design-doc.html on the deployed site |
| MVP source | mvp/ — Vite + React + TypeScript |
The MVP index page at / lists every surface (kiosk, phone, booth TV states) with previewable demo links and a link to the design doc — share that URL for any review.
design-doc.html Full project summary (open in any browser)
mvp/ Vite + React + TypeScript app — the live MVP
backend/ FastAPI backend, solver race, persistence, Docker image
docs/ Deployment runbook, backend dataflow, TODO, research notes
deploy/ Droplet deploy script and Caddy proxy example
reference-files/ Base @ Consensys Miami screenshots (referenced by design doc)
shared-design/ CSS + canvas glyph algorithms shared between MVP and doc
cd mvp
npm install
npm run dev # http://localhost:5173See mvp/README.md for routes, API contract, and the mock-to-real backend swap.
See backend/README.md for the Python backend (solver race, API, CLI) and docs/BACKEND_DAG.md for the system dataflow.
Frontend: netlify.toml is wired up. Every push to main triggers an auto-build
for the Netlify deployment surfaced at https://qtw.quip.network.
Backend: .gitlab-ci.yml can test, build, and push the FastAPI Docker image,
with a manual deploy job for a DigitalOcean droplet. See
docs/DEPLOY.md for the consolidated operator runbook,
runtime environment reference, Supabase notes, and Proton SMTP setup.
The design doc has the full picture. Key sections for a building team:
- Section 08 · Architecture — component overview, data flow, retune loop
- Section 09 · API contract — the four functions the back-end implements (
submitAgent,getAgent,requestOptimization,subscribeAgent) and where they live in code - Section 10 · Hardware & venue — what we'll have onsite
- Section 12 · Open questions — TBDs with owning group on each