AutomationsExample flows
Node-RED flow visualizerRequires Pro
Interactive examples of Node-RED flows rendered directly inside the documentation.
The visualizer renders complete Node-RED exports without requiring a running Node-RED instance. Use the tabs below to inspect the main flow and its reusable subflow. Time-line nodes keep their familiar labels, colors and icons; contributed nodes that are not registered still render with a safe generic appearance.
Rendering Node-RED flow…
Hold Control or Command while scrolling to zoom. Scroll normally to move vertically, or hold Shift to move horizontally.
Inline MDX Example
Small examples can be declared directly in MDX. Full examples can import a checked-in JSON export instead.
Rendering Node-RED flow…
import flow from './my-flow.json';
<NodeRedFlow flows={flow} flowId="my-flow-tab" />How is this guide?
Last updated on