Skip to content

No-Code Builder

No-Code Builder is a browser-based graph editor for optr pipelines. It lets teams build robotics workflows visually instead of writing every graph directly in Python or Rust.

  • Canvas-based graph editing: drag, drop, and wire nodes into an optr workflow.
  • Live preview: check the workflow during development before deploying it.
  • Deployment view: see which machines or workers run which nodes once the graph is deployed to Fabric.
  • Marketplace publishing: publish finished workflows so other builders can reuse them.

The visual builder creates the same graph definitions as the Python SDK. A visual graph can export as code, and SDK-built graphs can be imported and visualized.

That keeps the builder useful for both sides of a team: people who want a faster visual surface and people who still want code review, version control, and deeper customization.

  • optr: the workflow graph runs on optr.
  • Fabric: deployed nodes can run across the right compute or machine targets.
  • Marketplace: finished graphs can become reusable workflows for the community.