Built for humans and their AI agents

Flowcharts built for you and your AI agents.

Product Pillars is a fast, focused canvas editor that turns every diagram into clean Mermaid markdown. One artifact you can edit by hand, share with anyone, and hand to the people and agents working alongside you.

Free to start. Your diagrams, your markdown, no lock-in.

Onboarding flow
NoYesStartUser signs inNew user?Create profileDashboard
onboarding.md
# Onboarding flow

```mermaid
flowchart TD
  start(["Start"]) --> signin["User signs in"]
  signin --> q{"New user?"}
  q -->|"Yes"| profile[["Create profile"]]
  q -->|"No"| dash(["Dashboard"])
  profile --> dash
```
Three pillars

Everything a diagram should be.

A canvas that gets out of your way, an output format that travels everywhere, and links you can hand to anyone the moment a diagram is ready.

A canvas that stays out of your way

Drag, connect, and label. Purpose-built node types for every step: start, user action, system action, decision, and end. Multi-select, undo and redo, copy and paste, all the muscle memory you already have.

Mermaid markdown, by default

Every diagram is clean Mermaid markdown underneath, with stable node IDs your tools and agents can reference. What you see in the preview is byte for byte what you export.

Shareable with anyone, human or agent

Mint a public link and anyone with it can open the diagram, read the Mermaid or Markdown source, and download a PNG. No account required, and you can revoke access anytime.

Live Mermaid previewPNG + Markdown exportPer-node descriptionsUndo / redo historyKeyboard-first node creationMulti-select, copy and paste
Share without friction

One link. People and agents, same diagram.

Send a single URL to a teammate, a client, or an agent. They open it in any browser with no sign-up and get the rendered diagram plus the exact Mermaid and Markdown behind it. Need a static copy? One click pulls a PNG or a .md file. Done sharing? Revoke the link and it goes dark.

  • Opens in any browser, no account
  • Rendered diagram plus Mermaid and Markdown
  • Download as .md or .png
  • Revoke access whenever you want
productpillars.com/share/x7Kf3p2qL8mD
DiagramMermaidMarkdown
StartShip featureDone
Shared read-only. No account needed.
.md.png
How it works

From idea to artifact in three steps.

1

Sketch it on the canvas

Drop in nodes, connect them, and label the branches. It feels like the whiteboard, not a config file.

2

Get Mermaid markdown for free

Your diagram is already a clean, version-controllable markdown file. Copy it, commit it, or export it.

3

Hand it to your team and your agents

Share a public link, drop the markdown in a PR, or hand the file straight to an agent.

Coming soon

Hand your diagrams straight to your agents.

Sharing a link already lets agents read your diagrams today. Next, a hosted MCP server will let Claude Code and other agents read and write them directly, with no link to pass and no export step. Point your agent at your workspace and let it draft and update flows alongside you.

Hosted MCP serverComing soonCo-editor invitesComing soonPassword-protected linksComing soon
.mcp.json
{
  "mcpServers": {
    "product-pillars": {
      "type": "http",
      "url": "https://productpillars.com/api/mcp",
      "headers": { "Authorization": "Bearer mc_live_…" }
    }
  }
}

Start building diagrams worth sharing.

Free to start. Your first diagrams are on the house, and every one of them is markdown you can take anywhere.