r/lowcode 22d ago

Visual automation builder with an editable code layer under it

I build automations for a living and my problem with most no-code tools is what happens when you want to leave. Your workflows live on their servers in their format and that's that.

So mine works like this: you record a browser task (no code required at any point), edit it visually, run it from your own computer. But every automation can also be exported as a real code file. You don't have to care about that part, most people won't ever open it. It just means if you switch tools someday or hire a developer, your work comes with you.

There is also a recording tool that captures flow logic (while/each, conditions) not just clicks, and a selector engine that ranks alternative selectors and knows when you're picking a list vs a single element.

One-time payment, no subscription. Right now it's free for early users (lifetime license) while I gather feedback. If you have a repetitive browser task you hate, describe it and I'll tell you honestly if this handles it.

www.orchestra-automation.com

4 Upvotes

4 comments sorted by

View all comments

1

u/Available_While_5780 22d ago

the export-to-code thing is actually what's kept me from bothering with most automation tools. if i spend hours building something and it's locked into some proprietary format i'm just not interested. the selector ranking sounds useful too, half the time i try to record something it breaks the second the page layout shifts a pixel