Show HN: Flyde 1.0 – Like n8n, but in your codebase

(github.com)

35 points | by gabigrin 2 days ago ago

6 comments

  • canterburry 10 hours ago ago

    I have tried all sorts of UI based workflow and orchestration tools over the last 20 years.

    As someone technical, I start, I build something simple quickly but then start thinking edge cases, exception handling, alternate flows etc and suddenly all that is easier to handle in code directly.

    Much of the power of these solutions is the pre made integrations into other systems, and not the flow control to someone technical. Once you realize that, you start looking for integration platforms and not workflow.

  • witnessme 2 days ago ago

    My common problem with all these visual builders is that they get too complex to maintain, all my workflows built with them are sitting there for years, I fear to touch them again. On the contrary the benefit these visual builders offer is the speed to get started, but with Cursor and Code Claude, it has become way easier to write a new workflow, comparable to visual builders for easy use cases, and even faster for complex use cases.

    • scotty79 a day ago ago

      > it has become way easier to write a new workflow, comparable to visual builders for easy use cases

      It didn't become easier to read one. And the trust to write one correctly is still limited.

  • mmajzoobi 2 days ago ago

    This is cool. Playground looks nice. Do you use yourself in your own flows? I am very interested to know your own use cases for it. I have found out that personal use cases of people who build tools like this are often the strongest.

  • countfeng a day ago ago

    It runs in vscode and feels pretty good.

  • witnessme 2 days ago ago

    How different it is from node-red?