/app/:slug/recipe, shows the shape of the canvas project behind a flow: its nodes, laid out and connected the same way as the original, with the same node types, positions, and thumbnails you’d see in the canvas editor.
It’s read-only and deliberately partial. The public recipe only ever includes each node’s type, position, label, and thumbnail, never the prompts or parameters that actually drive it. That’s what makes it safe to publish alongside a flow you don’t want to hand over the exact recipe for: a visitor can see roughly how the result comes together, without being able to reproduce it node for node.
Use the zoom controls to get a closer look at a particular part of the graph.Flow Recipe
A read-only diagram of what’s inside a flow, without exposing its prompts.
The Recipe tab, at
Last modified on August 29, 2026