Skip to content

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:

  1. Triggers a message every second (Inject).
  2. Transforms the payload (Function).
  3. Prints the result to the debug sidebar (Debug).

Steps

  1. Open the editor at http://localhost:1880 and log in.
  2. Drag an Inject node from the palette onto the canvas.
  3. (continue …)

Deploy

Hit Deploy in the top-right corner. The flow becomes active immediately; the debug sidebar starts showing messages.