Originally published on Medium:https://medium.com/@shuzarevich/foblex-flow-v18-1-0-magnetic-plugins-ai-low-code-platform-example-and-a-major-docs-refresh-1182c7e7fde1
Foblex Flow is an Angular library for building node-based editors: flows, diagrams, visual builders-with a focus on interactive UX and clean APIs.
Today I’m shipping v18.1.0. This release adds two new magnetic alignment plugins, a new AI Low-Code Platform example, and a big documentation overhaul (new pages + improved existing docs).
Alignment is one of those features that immediately makes an editor feel “professional”.
In v18.1 there are two new plugins you can enable depending on the UX you want.
This plugin adds guideline-like alignment behavior (snap/assist) while dragging.
✅ Live demo: https://flow.foblex.com/examples/magnetic-lines
Note: this is the next step of the old “Line Alignment” direction. If you used the previous approach - this is the cleaner, dedicated plugin version.
This plugin focuses on bounds-based alignment:
you align element rectangles against other elements’ bounds (edges/centers).
✅ Live demo: https://flow.foblex.com/examples/magnetic-rects
Both plugins ship with dedicated examples and documentation updates.
I also added a new larger example: AI Low-Code Platform.
✅ Live demo: https://foblex.github.io/Building-AI-Low-Code-Platform5/
✅ Source code: https://github.com/Foblex/Building-AI-Low-Code-Platform5
This example is meant as a reference implementation for building “production-like” editors with Foblex Flow:
If you’re building a serious editor and want to see how the pieces fit together - this demo is the best starting point right now.
This release includes a large documentation pass.
If you haven’t checked the docs in a while - it’s worth revisiting.
The goal of this refresh is simple: less guessing, faster onboarding, more consistent terminology.
Magnetic alignment is one of those features that changes the feel of the editor immediately-things become cleaner, faster, and more intentional.
If you’re building a visual editor in Angular and want a native Angular solution (not a React wrapper)-take a look.
And if you like what I’m building, please consider starring the repo ⭐️
It helps the project a lot.