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

Phaselock: An AI Agent Control System Inspired by Parenting Techniques
Phaselock is an open-source Agent Skill that implements four control mechanisms for AI coding agents: explicit gates before action, immediate feedback on mistakes, constrained choices, and mechanical rule enforcement. It works with Claude Code, Cursor, Windsurf, and any tool supporting hooks.

Open Source SQLite-Based Persistent Memory System for Claude
A developer has released memchat, a GPL-licensed local system that extracts knowledge from Claude sessions at checkpoints, stores it in SQLite, and reassembles it for new sessions to maintain context across conversations.

Claude Code's Official Telegram Plugin: Setup Notes and Migration from OpenClaw
A developer migrated from OpenClaw to Claude Code's official Telegram integration, documenting the setup process and creating an open-source migration skill. The integration connects via BotFather tokens and offers better token efficiency and cleaner communication.

Open-sourced Claude Code prompts reverse-engineered using Claude
A developer used Claude to rewrite all 26 prompts from Claude Code's source after studying the TypeScript codebase during a brief public availability window. The MIT-licensed collection includes system, tool, agent, memory, coordinator, and utility prompts.