ddash: Mermaid Diagram Tool with URL-Based Storage and Claude Code Integration

What ddash Does
ddash is a Mermaid diagram tool that stores the entire diagram in the URL hash. This approach eliminates the need for a backend, user accounts, or external storage. You can share diagrams simply by sharing the URL, bookmark them, or paste them in pull requests.
Core Features
- Write Mermaid syntax on the left panel and see the rendered diagram on the right
- All diagram data is stored in the URL hash
- Share diagrams via URL, bookmark them, or include them in PRs
- Comes with a Claude Code skill for one-command installation
- Free with no signup required
Claude Code Integration
The tool ships with a SKILL.md file that enables Claude Code to generate and open diagrams directly during conversations. You can type commands like /diagram the auth flow and Claude Code will explore your code, build a Mermaid diagram, and open it in ddash.
Practical Use
This tool is particularly useful for developers who need to quickly create and share diagrams without managing storage or accounts. The URL-based approach makes diagrams instantly shareable and persistent as long as the URL is preserved.
📖 Read the full source: r/ClaudeAI
👀 See Also

iai-mcp: A local daemon for persistent OpenClaw memory across sessions
iai-mcp is an open-source daemon that captures all OpenClaw conversations, stores them in three memory tiers with local neural embeddings and AES-256 encryption, and feeds relevant context back on new sessions — verbatim recall >99%, retrieval <100ms, session-start cost <3k tokens.

Clavis MCP Server: Secure Credential Management for Claude Desktop
Clavis is an MCP server that manages API keys and OAuth tokens for Claude Desktop, storing credentials with AES-256 encryption and providing automatic token refresh to prevent mid-conversation expiration errors.

OpenClaw Agent Memory Plugin: Persistent Context Across Sessions
A developer built a memory layer plugin for OpenClaw that injects relevant context from past conversations before each turn and stores new facts and events after each turn, solving the problem of agents forgetting everything between sessions.

Claudetop: Real-Time Cost Monitoring for Claude Code Sessions
Claudetop is an htop-like tool that shows real-time spending, cache efficiency, and model comparisons for Claude Code sessions. It provides slash commands like /claudetop:stats and smart alerts for cost milestones and efficiency issues.