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.
What it gives builders
Section titled “What it gives builders”- 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.
Same graph model as code
Section titled “Same graph model as code”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.
Where it fits
Section titled “Where it fits”- 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.