Fathym
Menu

Workflow

Goal: Move around the workshop and ship changes with confidence.

OpenX uses a git-like flow: navigate, make changes, save a draft, commit, deploy. Drafts are yours alone until you ship, so you can experiment safely.

Getting around

AreaWhereFor
Workshop selectorTop-left breadcrumbSwitch workshops
Node BankLeft edgeDrag nodes onto the canvas
CanvasCenterYour connections, surfaces, queries
InspectorRightDetails and settings
Azi panelLeftAsk for what you want
Top barTopAPIs, proposals, deploy

The breadcrumb shows where you are; search (Ctrl+K) finds things; or ask Azi to take you there. Full tour in Navigation.

Save vs commit

StageWhat happensWho sees it
SaveStored as a draftOnly you
Commit + DeployGoes liveEveryone

When you change anything, the Save icon glows. Click it to commit; when the green check appears, Deploy. Deploy takes a moment - keep working; it goes live in the background. Drafts persist across sessions. Full detail in Save vs Commit.

History and revert

The history shows every commit (who, when, what, message). Discard a draft before committing, or revert a commit (creates a new commit that undoes it). Keep commits small with clear messages. For the full workshop-wide record, see Change History.

Go deeper

  • The full interface tour, shortcuts, and breadcrumbs -> Navigation
  • The two-stage flow, what commits, history and revert -> Save vs Commit

Next steps

On this page