I built ddash — a diagram tool that lives entirely in the URL (comes with a Claude Code skill)
By SolarSurfer919 · DISCUSSION · About Claude Code
I built ddash, a free Mermaid diagram tool where the entire diagram is compressed into the URL hash. No
backend, no accounts, no storage — just share the link and the diagram is right there.
I built it with Claude Code and it ships with a
SKILL.md
file so Claude Code can generate and open
diagrams directly during a conversation. You type something like
/diagram the auth flow
and it explores
your code, builds a Mermaid diagram, and opens it in ddash.
What it does:
- Write Mermaid syntax on the left, see the rendered diagram on the right
- Everything is stored in the URL — share it, bookmark it, paste it in a PR
- Comes with a Claude Code skill for one-command installation
- Free, no signup
Try it:
https://ddash.zweibel-cocaine.com/
7 upvotes · 4 comments
Comments (4)
HappySpark80: Hi someone! Thanks for posting to this community. To prevent flooding, we only allow one post every hour per user. Check a little later whether your prior post has been approved already. Thanks!
SwiftMaker952: Well this is interesting.
NeonGamer522: Super useful - would be nice to write the mermaid syntax with AI directly in the platform
SwiftMaker952: Check out mine if your curious https://github.com/imran31415/gorph
More discussions about Claude Code on HonestUse