Iâve spent years building a lightweight visual programming language that lets users connect boxes with lines, using SVG to draw the connections and a custom zooming UI on top of Bootstrap. The architecture is minimalistâno heavy frameworks, just Web Components, Signals, and functional pipelinesâso each node can transform data and pass it along like an actor model. Iâve added AI so users can generate small functions from prompts (e.g., fetching URLs or performing transformations), which then flow through the visual pipeline. The project runs on Node, in the browser, and as a desktop Electron app, and I hope this openâsource tool will rekindle interest in visual programming and make learning JavaScript more intuitive.






















