Replace Wireflow?

KINDA · weekend project
catalog price reference $24/mocategory 🪄 generative mediareported replacement votes 0

Chaining a few model calls is a script, and ComfyUI already gives you a free node canvas. What you will not get in a weekend is the part after generation: a track and keyframe timeline with hosted rendering, and live multiplayer inside it. The graph is vibecodable. The editor attached to it is not.

the prompt
Build me a local visual pipeline runner for AI media generation. Requirements:

- One Vite + React app and one Express server in the same repo, SQLite via
  better-sqlite3, no auth, no accounts, runs on localhost.
- Canvas on React Flow: drag nodes from a palette, wire outputs to inputs,
  pan and zoom, autosave the graph to SQLite on every change.
- Six node types only: Text input, Image import (upload to ./storage), Prompt
  template (interpolates {{upstream}} values), Image generate, Video generate,
  Preview. Generate nodes call fal.ai through @fal-ai/client, FAL_KEY in .env.
- Model config lives in models.json: per model, its fal path and which fields
  are wired ports versus typed-in settings. Ship exactly two entries,
  fal-ai/flux/dev and fal-ai/kling-video/v1/standard/text-to-video.
- Run = topological sort, execute layer by layer, store each node's output in
  SQLite keyed by node id plus a hash of its resolved inputs. Re-running only
  re-executes nodes whose input hash changed.
- Generate nodes NEVER run on edit. Only the Run button or a per-node run
  button submits a job. This rule is the whole point, do not add reactive
  auto-execution anywhere.
- Submit through fal's queue API and poll by request id, persisting the request
  id BEFORE the first poll, so a finished job survives a server restart.
- README covers where FAL_KEY goes, that every run spends real money at
  fal.ai, and how to add a third model to models.json.

Excluded on purpose: multiplayer, credits and billing, iterators or fan-out
over arrays, video assembly, hosted deploys, and any provider besides fal.ai.

$ open in your agent (prompt prefilled, you press enter) or copy it raw

why people still pay

Nobody vibecodes a keyframe timeline in a weekend. And the DIY failure mode is not that it breaks, it is that it keeps running while double-charging a call that 404'd or losing a render you already paid for.

what you lose

xa compositor and keyframe timeline, with hosted rendering

xlive multiplayer on the canvas and inside the editor

xhundreds of model schemas kept current for you

xpaid steps that never fire by accident, and jobs that survive a closed tab

xa library of ready-made pipelines to fork, and boards you can share

prior art to inspect before buildingComfyUIfree node graph for image and video models, with a large shared-workflow scene around it · the honest starting pointn8nself-hostable visual workflow engine, weaker on mediaFlowisedrag-and-drop LLM chains, self-hosted
reported replacements · 0share on X ↗"Wireflow replacement research and build prompt"
questions
What does the Wireflow verdict mean?

The core job looks buildable, with meaningful gaps: a compositor and keyframe timeline, with hosted rendering, live multiplayer on the canvas and inside the editor. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Wireflow?

The directory records $24/month for Starter, checked 2026-07-31. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Wireflow?

Honestly: a compositor and keyframe timeline, with hosted rendering; live multiplayer on the canvas and inside the editor; hundreds of model schemas kept current for you; paid steps that never fire by accident, and jobs that survive a closed tab; a library of ready-made pipelines to fork, and boards you can share. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Wireflow?

The listed prior art includes ComfyUI (free node graph for image and video models, with a large shared-workflow scene around it · the honest starting point), n8n (self-hostable visual workflow engine, weaker on media), Flowise (drag-and-drop LLM chains, self-hosted). Inspect those projects before starting from a blank prompt.