Examples
Three demos, each built twice — once with AlpineFlow directives, once with WireFlow's Blade components. Every example ships a live canvas and its source code.
AlpineFlow
Directive-driven canvases — the engine on its own, no Laravel required
Interactive data pipeline with branching, particles, and context menus.
Polished vertical workflow with execution state, inspector, and a live events console — framework-agnostic integration patterns.
Two canvases sharing one Yjs document — nodes, edges, and freehand annotations sync in real time.
WireFlow
The same canvases as Blade components, with the graph living in Livewire
The same pipeline as Blade components — state lives in Livewire, and PHP colors each edge as you connect it.
The same workflow driven by a real Livewire + Flux component — server-controlled cascade, editable fields, rate-limited.
Real-time multi-user editing over Laravel Reverb — every visitor to the page is a collaborator.