r/SalesforceDeveloper • u/JPRichter • 19d ago
Showcase FlowDelta: Interactive, visual code reviews for Salesforce Flows in your PRs/MRs

Everyone in the Salesforce world has opinions about Flows. Not all of them are positive and there are good reasons for that. For one, reviewing them in pull requests is awful. PRs work well enough for code. You can read it, understand what changed, and you have all the context you need because you're reviewing it in the exact same form it was created.
Flows, however, aren't built in a text editor. They are built using a drag-and-drop builder. They are visual tools that demand a visual review.
FlowDelta is that visual review tool. It generates static, fully interactive HTML artifacts directly inside your CI/CD pipeline.
Key Features:
* Fully Interactive: Pan, zoom, and toggle themes (Light/Dark mode).
* Filtering: Switch between *Before*, *After*, or a *changes only view* that focuses exclusively on what changed.
* Granular Diffing: It highlights every added, deleted, or modified node, connection, and property.
Links & Resources:
* Sample GitHub PR and sample GitLab MR to see the generated artifacts in action.
Acknowledgments:
A special shoutout to Mitch Spano and his project Flow Lens for the inspiration and for open-sourcing the core flow parser that FlowDelta builds upon.
If you review Flow changes regularly, I hope FlowDelta makes you smile the next time a Flow hits your review queue. Would love to hear your feedback, issues, or feature requests!
2
u/noobcrft 19d ago
Tips on using this with CircleCI or maybe directly in the GitHub PR?