Skip to content
Book a Call → mycocoon.life
🏭AI Studio

Flow Factory

Robot Rules had one WHEN, one AI job and one DO. Real automation tools like Zapier, Make and Power Automate chain lots of steps: a trigger starts the flow, data passes from step to step, an IF picks a path, a FOR EACH repeats, and an Approve step stops to ask you first.

⭐ AI Studio🏅 Flow Builder🧠 Automation
⭐ AI Studio
📚 You'll learn: an automation is a list of steps that runs by itself, so you test it with different inputs before you trust it.
🧪 Everything here is pretend. No real email, calendar, weather or WhatsApp is touched: the page makes up the data so you can test safely. Only the ✨ AI steps talk to Coco's AI (and they cost Word Coins).

Build the umbrella helper

⏰ Every morning→🌦️ Check weather→🔀 IF rainy→☔ or 😎

If the sky is rainy, show "Take an umbrella ☔". Otherwise show "Sunny day! 😎". Load it, then press ▶ Run flow.

Not yet

Loop through your timetable

⏰ Every morning→📅 Read timetable→🔁 FOR EACH subject→📝 To-do

One step, repeated for every subject: add "Pack books for {{item}}" to your to-do list. {{item}} is the subject the loop is on right now.

Not yet

Your own automation

Build a flow of your own with an IF or a FOR EACH, and run it. Pick an idea to get the first pieces, then finish it yourself.

Not yet

🏭 The factory floor

Your flow runs from top to bottom, one step at a time. Tap + Add step to add one anywhere, and the arrows to change the order.

📦 Export or import a flow

Your flow saves itself on this device. To share it, export it as JSON, the same kind of file real automation tools save. To load one, paste it below and press Import.

Test it

A flow with an IF has two paths. Grown-up builders never trust a flow until every path has run. Press Test with different inputs until both lights are green, then check the results and tick the box.

✅ THEN path: not yet❌ ELSE path: not yet

Not yet

Your flow as a file. This is the shape real automation tools save behind the scenes: one trigger, then a list of steps. Each step has a type and its settings, and IF and FOR EACH steps hold their own lists of steps.


    

The data boxes after the last run. Each step puts its answer in a named box, and later steps read it with {{name}}:

Run the flow to fill the boxes.

The last AI call. Only the text in the AI step is sent. Coco's server adds its own safe instructions.

No AI step has run yet.

⭐ You will discover…

💡An automation is a list of steps that runs by itself, so test it before you trust it.
🏅The Flow Builder badge
🧠Automation
Ready for the next challenge?See all your badges →
Copied ✓