Worked examples
Six complete builds on Bicycle Studio, each taken from the first question to switching it off, for people who build with a coding agent.
KPI app with a code function
Build a two-tile app (today's orders, failed-order %) whose numbers come from a small Python function, with an "as of" time and a Refresh button.
Triage button backed by an agent
Add a page listing yesterday's failed orders, each with a Triage button that runs an agent and returns a route and a two-sentence summary, with progress and Cancel.
Weekly digest email with a screenshot
A workflow that, every Monday morning, summarises last week's failed orders, screenshots an app, and emails the digest after you approve it; an empty week sends nothing.
Train a model weekly, predict daily
A workflow with two code functions that trains a small model each week, keeps the latest one, predicts each day, and a Predict button in an app that shows the result.
What changed, and why: Detect and Explain
Ask what moved in failed orders last week and what drove it, report the numbers exactly, then declare the analysis in the app so every viewer sees it.
Chat that answers from your functions
Let the app's Ask AI chat answer "what was the failed % on 20 September?" by calling your KPI function instead of guessing.