Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>FlowzenNew to Visual Studio Code? Get it now.
Flowzen

Flowzen

Kollipara Nithin

|
7 installs
| (0) | Free
Visual node-and-link flow editor for .flz files — build flows, add notes, and share layouts in Edit or View mode.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flowzen

Visual node-and-link editor for .flz files in VS Code and Cursor. Build flows with shapes and links, write rich notes on each node, and switch to View mode for clean presentations.

Install

Search Flowzen in the VS Code Extensions view, or install from the Marketplace under publisher KolliparaNithin.

Quick start

  1. Command Palette → Flowzen: New File
  2. Drag shapes from the sidebar onto the canvas
  3. Connect nodes and click a node to edit title, color, and notes
  4. Toggle View to present without edit controls

Features

  • Custom .flz JSON format — git-friendly, shareable files
  • Shapes: rectangle, rounded, diamond, circle, parallelogram
  • Glassy node colors, edge labels, orthogonal links
  • Edit / View modes (View saved on the file)
  • Arrange, snap-to-grid, align, search, copy/paste
  • Rich markdown descriptions per node (bold, headings, lists, code)

Toolbar

Control What it does
Arrange Lays out the whole board left-to-right from links
Snap Nodes stick to the dot grid when dragging
Align Lines up 2+ selected nodes (Shift-click or box select)
Fit Zooms to show the whole graph

File format

.flz is the Flowzen document format — compact JSON for flow diagrams.

{
  "version": 1,
  "mode": "view",
  "viewport": { "x": 0, "y": 0, "zoom": 1 },
  "nodes": [],
  "edges": []
}

Send a .flz file to anyone with Flowzen installed — layout, titles, and notes open the same way.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft