Quickstart¶
TODO
This page will walk a new user through building a first flow: Inject → Function → Debug, deploy, observe output. Ideally with annotated screenshots of the editor.
What you will build¶
A minimal flow that:
- Triggers a message every second (
Inject). - Transforms the payload (
Function). - Prints the result to the debug sidebar (
Debug).
Steps¶
- Open the editor at
http://localhost:1880and log in. - Drag an Inject node from the palette onto the canvas.
- (continue …)
Deploy¶
Hit Deploy in the top-right corner. The flow becomes active immediately; the debug sidebar starts showing messages.