Turn ideas into workflows you can build, run, and deploy.
Use cases. From idea to workflow.
Design diagrams and workflows tailored to your needs. Define the structure, decisions and connections that support your goals.
Diagramming and process mapping
Create clear diagrams of processes, systems and ideas. Map relationships and dependencies to document how things work and make complex structures easier to understand.
Order fulfilment
Map an order from checkout to delivery. Connect payment, inventory and shipping steps, with clear paths for retries and exceptions.
Data synchronization
Trace how records move between APIs, databases and internal tools. Make transformations, dependencies and failure paths visible.
Notifications and approvals
Plan onboarding, alerts and approval flows. Show what triggers a message, who makes the next decision and where the process continues.
AI-assisted workflows
Connect models, tools and review steps in one diagram. Let your coding agent help shape the workflow through the MCP bridge.
Write it as JSON. See it as a workflow.
No schema ceremony. Keys become nodes, nesting becomes hierarchy and$-keys set labels, icons, targets and animation. Edit either side; both stay in sync.
{
"workflow": {
"$label": "Run Cast Session",
"trigger": {
"$icon": "PiUserPlus",
"$label": "On Create User"
},
"agent": {
"$label": "AI Agent",
"$isNodeAnimated": true,
"model": "$state.models.default",
"tools": ["$state.tools.directory"]
},
"approve": {
"$label": "Is a manager?",
"$target": "root.workflow.agent"
}
}
}- Paste or generateStart from JSON, a saved template, or let an agent draft the first version.
- Shape it visuallyDrag ports, open forms, switch views. Every gesture is a JSON change you can export.
- Run and replayBind steps to executions and watch progress trace across the canvas.
Give your agent hands on the canvas.
One server works with every coding agent you already use. Ask for a view change, a recolor or a new node mid-conversation and it happens in the editor tab you have open.
{
"mcpServers": {
"squeed": {
"url": "https://squeed.co/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}- Claude
- Cursor
- VS Code
- Zed
- Windsurf
- Free to start
node-view,node-select,inspectcost nothing. - Pay as you useAll 72 tools at $1 per 10,000 bridge requests.
- Under your identityRequests are associated with the account or key used. See the Privacy Policy for activity and execution records.
Frequently asked questions.
What is Squeed Flow?
A visual workflow editor. You describe steps as JSON or through forms, and the canvas shows them as an editable diagram with ports, dependencies and live state.
Is my data secure?
Local editing is separate from hosted processing. Cloud saving, sharing, workflow execution and connected agents can transmit relevant content and metadata. Hosted connections use HTTPS, but no service can guarantee absolute security. See the Privacy Policy for data practices, retention criteria and your choices.
How does pricing work?
Pay as you use. 3 MCP tools are free. The full suite of 72 tools is metered at $1 per 10,000 bridge requests. There is no subscription.
What does the MCP bridge do?
It delivers tool calls from Claude, Cursor, VS Code or any MCP client to the editor tab you have open, and returns the result over the same session. Your agent can switch views, recolor, select, focus and edit the canvas.
How do I get an API key?
Open the MCP control in the editor toolbar to see the connection and sign-in options currently available. Account and key issuance features may be restricted in some environments. Follow the available setup steps and keep any API key private.
Can I use it in my own product?
Yes. The editor ships as @squeed/flow-sdk on npm under AGPL-3.0. The source is on GitHub.
More questions? [email protected]
Some workflows want to be seen.
Open the editor, paste a document and watch it lay itself out.