Use cases / Web apps & tools
Calculators, dashboards, booking systems, trackers, generators, internal tools. The AI writes real, working code — interactive, stateful, and live on a URL you can share.
Try a prompt like
“A mortgage calculator with sliders for price, deposit and rate, a monthly payment breakdown, and a chart”
Not a mockup — working JavaScript with state, logic, and persistence. Multi-view apps with navigation included.
Describe the tool, save, send the link. No app stores, no installs, works on every device.
"Add an export button", "remember the user's last inputs", "add a dark theme" — ship improvements by chatting.
Tools live on their own URL, so you can link or iframe them from your existing site.
Real code. The AI writes complete HTML, CSS and JavaScript with working logic. Data can persist locally in the browser via localStorage.
Apps persist data in the user's browser out of the box. For shared/server data, connect services via Integrations — deeper backend support is on the roadmap.
Multi-view apps with routing, state, charts, and game logic all work well. If you can describe the behavior clearly, the AI can usually build it.