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

OpenJet v0.4: Zero-Config Local Coding Agent with llama.cpp Backend
OpenJet v0.4 is an open-source terminal coding agent for local LLMs that auto-detects hardware, configures llama.cpp, and provides a Claude Code-style workflow with no API keys.

AutoDream: 11-hook memory system for Claude Code with safety features
AutoDream is an open-source tool that adds project memory persistence and command safety to Claude Code. It uses 11 hooks across 6 events to inject context, block dangerous commands, and survive the /compact operation.

Fixing OpenClaw Browser CAPTCHAs with Camoufox and CLI Wrapper
OpenClaw's built-in Chromium browser triggers bot detection through Chrome DevTools Protocol, JavaScript injection artifacts, and hardware fingerprinting inconsistencies. The solution uses Camoufox (a Firefox fork) modified at the C++ level and wrapped in a CLI that returns accessibility-tree snapshots to reduce token usage.

Hollow AgentOS reduces Claude Code token usage by 68.5% with JSON-native OS for AI agents
Hollow AgentOS is a JSON-native operating system for AI agents that cuts Claude Code's token usage by 68.5% by eliminating wasteful shell command overhead. It plugs into Claude Code via MCP, runs local inference through Ollama, and is MIT licensed.