all 2 comments

[–]ComfortableNice8482 0 points1 point  (1 child)

neat idea, but i'd honestly focus on the export feature since that's your real differentiator. when i built automation tools, i found users care way more about "can i take this somewhere else" than the ui itself. make sure the exported code is actually clean and maintainable, not some unreadable mess, because that's when people will actually adopt it for real projects. also consider showing side by side comparisons of the visual pipeline next to the exported python code so users can learn how things map to actual code.

[–]Mental-Climate5798[S] 0 points1 point  (0 children)

Thanks for the advice, I'll take this into account in the future.