A free online flowchart maker — no signup. Type text and get a live flowchart from text (Mermaid), or draw boxes and arrows by hand — both on the same canvas. It's a real-time collaborative flowchart creator online: share the board URL and everyone edits the same flowchart together, with server-side SVG rendering.
Click the button above and you land on a fresh board with this flowchart already rendered. Two ways to build: edit the flowchart from text in the Mermaid node and it re-renders instantly, or grab the pen and draw shapes and arrows freehand alongside it. This is the exact source the maker opens with:
flowchart TD
A[Start] --> B{Decision}
B -->|Yes| C[Do this]
B -->|No| D[Do that]
C --> E[Done]
D --> E
| Capability | Heavier flowchart tools (draw.io / Lucidchart-style) | cnvs.app flowchart maker |
|---|---|---|
| Start making a flowchart | Pick a template, set up a doc | Instant — land on a live example flowchart |
| Signup required | Often, for saving or sharing | No — anyone with the URL |
| Flowchart from text | Limited or paid add-on | Yes — type Mermaid, render live to SVG |
| Real-time collaboration | Paid tier / seat-based | Yes — share a URL, edit the same flowchart live |
| Draw freehand on the same canvas | Shapes only, no freehand mix | Yes — pen, sticky notes, images beside the diagram |
| AI can read & edit the flowchart | No | Yes — public MCP endpoint at https://cnvs.app/mcp |
| Price | Free tier, paid for teams | $0 forever |
Yes. The flowchart maker on cnvs.app is free with no signup. Open the tool, type your flowchart text or draw it, render it, and share the URL — no account, no paywall.
Yes. Write Mermaid text like flowchart TD and cnvs.app renders it live as a real flowchart, server-side to SVG. You can also draw boxes and arrows by hand on the same canvas.
No. There is no signup and no download. Open the flowchart maker in your browser and start immediately — anyone with the board URL can view and edit.
Yes. Share the board URL and everyone who opens it joins the same live canvas. Edits to the flowchart re-render for every connected collaborator in real time, with no accounts required.