Worker UI + API
Serves the analyst surface, validates requests, calls Workers AI, creates analysis sessions, and proxies status/results to the browser.
Commerce analytics code interpreter
A polished first demo for a merchant-facing data analyst that turns BigCommerce questions into pandas analysis, matplotlib charts, and R2-backed artifacts through the Cloudflare Sandbox SDK path.
Select a built-in dataset or stage a local CSV. The current upload control does not move bytes yet; it previews the intended R2 handoff safely in-browser.
Optional mock input. Select a file to update the staged dataset label.
Natural language examples call /api/analyze for AI-generated Python and insight narrative, with local fallback output if AI is unavailable.
Use a suggested query or write your own. Workers AI generates the analyst plan; fallback output keeps demos resilient.
The demo is live-capable for planning and narrative generation, and the seams map directly to a production Cloudflare Sandbox SDK code interpreter flow.
Serves the analyst surface, validates requests, calls Workers AI, creates analysis sessions, and proxies status/results to the browser.
Stores uploaded CSVs, generated notebooks, chart PNGs, and execution logs with signed URLs for result retrieval.
Creates isolated code interpreter sessions, writes files, installs Python dependencies, and executes generated commands.
Runs dataframe transforms, aggregations, forecasting helpers, and chart rendering without executing code inside the Worker.