wireflow
Build interactive flow diagrams in Laravel without JavaScript
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install WireFlow?โผ
Run `npx skills add getartisanflow/wireflow --all -g -y` in your terminal to install all skills in this suite globally.
How to build flow diagrams in Laravel without JavaScript?โผ
Add the WithWireFlow trait to a Livewire component and render the <x-flow> Blade component with your nodes and edges. WireFlow handles all client-side rendering and syncing for you.
Can WireFlow build a database schema designer?โผ
Yes. The <x-schema-designer> component and WithSchemaDesigner trait give you server-side field CRUD, inspectors, and automatic edge cascading for ER and table diagrams.
Does WireFlow support workflow execution diagrams?โผ
Yes. It includes run, stop, reset, replay, and execution log components plus condition and wait nodes, so you can visualize and drive workflow runs from the server.
Which Laravel and Livewire versions does WireFlow support?โผ
WireFlow works with Laravel 11, 12, and 13, and is compatible with both Livewire 3 and Livewire 4.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core