Write flowchart text and get a real-time SVG diagram. Download as PNG or copy SVG to clipboard.
Write one connection per line. Avoid special characters ([]{}) in node names.
[text] = Start/End (rounded), text = Process (rect), {text} = Decision (diamond), (text) = IO (parallelogram).
Use the format --label--> for labeled arrows. Example: {Decision?} --Yes--> Next Step
Some browsers may restrict SVG-to-canvas conversion. Try using the Copy SVG option or a different browser.
There is no node limit, but layout is auto top-to-bottom. For very complex diagrams, a dedicated tool may be more suitable.
The Flowchart Generator is an online tool for creating flowcharts with a simple text-based syntax. It supports Start/End ([ ]), Process, Decision ({ }), and IO (( )) nodes with SVG and PNG export. Use it for technical documentation, business process mapping, and algorithm design.