Key Capabilities
Build apps conversationally
Describe what you want in plain language. Workshop writes the code, runs it, and shows you the result.
Live preview pane
See your app update in real time on the right side of the screen as Workshop builds it. No switching tabs or hunting for localhost URLs.
Connect your data
Link databases, warehouses, Google Sheets, and file uploads. Use them across conversations with the @ mention selector.
One-click publish
Deploy your app to a shareable URL with a single click. Anyone with the link can use it — no setup required on their end.
How It Works
Your project runs in a cloud VM — Workshop writes and executes code inside that VM, not on your local machine.- You own everything you create and can download project files at any time
- Start a project on one device, pick it up from another
- No dependency management, no environment setup, no “works on my machine” issues
Supported Tech Stacks
When you create a new project, you choose a starting template:| Template | Best For |
|---|---|
| HTML + Python (default) | Dashboards, data apps, and interactive tools with custom layouts. Uses FastAPI for the backend and HTML/CSS/JS for the frontend. |
| Streamlit | Rapid analytics apps with built-in UI components. Great for data exploration, KPI trackers, and chart-heavy applications. |
| Blank (None) | Start from scratch with an empty project. Maximum flexibility — build anything that runs in a cloud VM. |
Who It’s For
Workshop Cloud is ideal when you want to:- Prototype quickly — Go from idea to working app in minutes, not days
- Build data apps — Dashboards, explorers, reports, and internal tools
- Share instantly — Publish with one click and send a link to stakeholders
- Work from anywhere — Build from any browser on any device, with no local setup