From toy to tool — data, logic, and real screens.
A Lesson 1 tool answers once and forgets. This lesson turns it into something you rely on: it saves your data, follows your business rules, and gives you screens to manage it all — still no code, just a richer description of the job.
The mental model
The jump to a real tool: it remembers data, follows rules, and has more than one screen.
A Lesson 1 tool answers a single question and forgets. A real tool keeps your data, enforces the rules of your business, and gives you places to view and manage what you've put in. Same no-code approach — you're just describing a richer job.
Step 01 · The upgrade console
Four upgrades turn a one-shot tool into a real one. Switch each on — watch your tool's maturity climb. Each card holds the prompt that does it.
Step 02 · Toy or tool?
What actually makes a tool "real"? Tap each capability — does it move you from toy to tool, or is it just polish-on-a-toy?
Your challenge: make your tool remember
Take the Lesson 1 tool and level it up:
- Add saving so entries persist in a list with a running total.
- Encode two real rules from your business (a calculation and a validation).
- Split it into two screens with simple navigation.
- Add an empty state and friendly error messages.
Lesson complete
You can add saved data, encode validation and conditional rules, split a tool into screens, add the polish a teammate needs, and understand why in-session data resets.
Lesson 3 · Ship it for your team — hosting, accounts & your data