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

Building a Local Voice-to-Text macOS App with Claude Code: Vext Case Study
A developer spent 3 months building Vext, a macOS voice-to-text app using Whisper on Apple Neural Engine. Claude Code helped with Rust/Swift FFI, Core ML optimization, and hotkey architecture. The app runs 100% offline, transcribes 60s audio in ~400ms.

Open-source tool enables Claude to control Unreal Engine directly
soft-ue-cli is a Python tool with a C++ plugin that allows Claude Code and Claude Desktop to execute commands in Unreal Engine without editor interaction, featuring 60+ operations including blueprint editing, actor spawning, and performance profiling.

Attesor: AI-Powered Reverse Engineering of Rosetta 2 for Linux VM
Attesor is a GitHub project that uses AI to reverse-engineer Apple's Rosetta 2 binary translation technology, aiming to document its architecture and potentially enable x86_64-to-ARM64 translation on Linux virtual machines.

ClawMetry adds remote monitoring with E2E encryption for OpenClaw agents
ClawMetry v0.1.0 now includes cloud sync for remote monitoring of OpenClaw agents from any browser or Mac menu bar app, with end-to-end encryption that keeps data encrypted until it reaches your client.