Vektir Flow is a visual dataflow and process diagramming tool built for data engineers. Build pipeline diagrams on a code-first canvas and export to formats your team can actually use.
Not a generic flowchart tool repurposed for data work. Built specifically for pipeline diagrams, data flows, and system architecture.
Drag and drop nodes on a live canvas while the Mermaid code updates in sync. Edit either side — they stay in lock-step.
Paste any Mermaid flowchart and it renders instantly. Export back out
as .mmd
— a plain text file that lives in your repo.
One-click export to PNG or SVG for Confluence, Notion, Slack, or anywhere else you need a static image that doesn't require the tool to render.
Rectangles, cylinders (databases), rhombuses (decisions), rounded nodes, subroutines — the full Mermaid flowchart spec, accessible from the canvas without writing syntax.
Open the URL, start diagramming. No sign-up, no login, no trial. Your work stays in your browser until you choose to export it.
Because Mermaid is plain text, your diagrams can live in a
/docs
folder, get code-reviewed in a PR, and be diffed line by line.
Vektir Flow handles the diagrams that show up most in data engineering work.
Map source systems → ingestion → transformation → warehousing → serving in a single diagram. Show where data moves and where it can break.
Document your Kafka topics, Spark jobs, dbt models, and Snowflake layers in one diagram that lives in the repo alongside the code.
During an outage, sketch what you know and what you're investigating. Export the final diagram into your postmortem doc.
Commit architecture/pipeline.mmd to your repo. It renders in GitHub and stays in sync with your actual codebase.
Every diagram you create in Vektir Flow outputs to Mermaid — a plain-text format that renders natively in GitHub, Notion, GitLab, and most modern documentation tools.
No binary blobs, no proprietary formats, no "export to PDF and pray"
workflows. A .mmd
file is just text. Commit it, diff it, generate it from code, or feed it
to an LLM.
No install, no account, no tutorial required. Open Vektir Flow and start building your pipeline diagram right now.
no account · no install · runs in your browser