getartisanflowgetartisanflowOfficialยท2 Agent Skills Included

wireflow

Build interactive flow diagrams in Laravel without JavaScript

Builds interactive flow diagrams, schema designers, and workflow runners inside Laravel apps using Blade components and Livewire traits. Eliminates hand-written JavaScript, manual node wiring, and fragile canvas state syncing between server and browser. Ships bundled front-end assets, server-side validation, and ready-made run, replay, and inspector components so diagrams ship faster.
npx skills add getartisanflow/wireflow --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’