Visual AI builders — agent pipelines, RAG flows, prompt chains, low-code LLM tools — are node editors underneath: steps with configuration, wires with meaning, validation on what may connect to what. Foblex Flow gives Angular teams that editor layer, while your application keeps the semantics: which node is a model call, what flows through an edge, and what happens on run.
fNode, with your validation and your state management inside.fCanBeConnectedTo and connector categories express "an LLM output feeds a parser, not a trigger" — the library enforces connectability, your app owns the schema.fCreateConnection, fMoveNodes, fDeleteSelected) so persistence and history stay in your store.The flagship AI Low-Code Platform example is a front-end-only AI IDE built on these primitives: custom node types with config panels and validation, JSON import/export, themes, undo/redo, persistence, animated connections. It is open source — read it as a reference architecture for your own builder.
There is also a step-by-step article series: Building an AI Low-Code Platform in Angular.
AI builders live inside products — admin panels, internal tools, SaaS dashboards — that in the Angular world already have DI, forms, guards and design systems. A React-based canvas forces a framework island exactly where the deepest product integration happens. Foblex Flow keeps the canvas inside your Angular architecture: signals, SSR, zoneless, ng add and done.
Get Started covers the first editor in minutes; the examples gallery covers the rest.