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

Open-Foundry: A Framework for Multi-Agent Debates with Claude Code
Open-foundry is a Python framework that assembles multiple Claude Code agents into a panel to debate complex questions, producing fully inspectable reasoning trails with transcripts, orchestrator logs, and per-agent working notes.

TOON MCP server reduces tool result tokens by 30-60% in OpenClaw
An MCP server that compresses structured JSON tool results into the TOON format can cut token usage by 30-60% for tabular data like database queries and API responses, helping delay context window compaction in OpenClaw sessions.

Karpathy Coding Skill Rewritten for Free Plan, Unlocks Claude Coding Discipline Without Pro
A Reddit user rewrote Karpathy's coding discipline guidelines for Claude's free plan, removing terminal and subagent dependencies. The system prompt auto-triggers on coding requests and enforces verification-first thinking.

Crag: Open-source tool generates unified AI agent rules from project configs
Crag is an open-source compiler that analyzes project configurations and generates a single governance.md file, then compiles it into multiple AI agent rule files to prevent configuration drift across tools like Claude Code, Cursor, and Copilot.