Is this like Yahoo! Pipes? https://en.wikipedia.org/wiki/Yahoo!_Pipes
Couple of core differences with what we are building:
(1) Instead of directional data flow, we have reactive data flow. For example, in the simple utility color example, [RGB Sliders] [Conversion] [HEX Color Wheel] have data flowing bi-directionally where any modules can trigger a change. Users still have the option to decide how data flows, so data flow pipelines are just a subset of what our system can do.
(2) Beyond just data or automation, we focus heavily on UI modules, allowing users to easily express interactive creations.