Your Application Speaks.
Dialog Translates.
AI-powered log analysis that auto-attaches to your running project. Zero config. Zero cost. Ask questions in plain English.
The Dialog Platform
Two Tools, One Install
Same data. Same ~/.dialog/ directory. Use either or both.
dialog-cli
Power of the terminal11 commands for logs, errors, journeys, AI queries, MCP integration, and more. Built for speed.
dialog-web
Beauty of a dashboardReal-time dashboard with live log streaming, journey explorer, and AI chat.
Everything you need to debug faster
One Install, Two Tools
npm install -g dialog-dev gives you both dialog-cli and dialog-web. Terminal and browser, your choice.
Zero Code Changes
Dialog reads stdout/stderr externally. No SDK, no middleware, no agents in your code. Ever.
AI-Powered Answers
Ask "why did checkout fail?" and get a real answer with timestamps, root causes, and suggested fixes.
User Journey Replay
See exactly what a user did before it broke. Chronological timeline with root cause highlighting.
MCP Integration
Works with Claude, Cursor, and Windsurf. Your AI IDE queries your logs directly via dialog-cli mcp-serve.
Live Streaming
dialog-web streams logs in real-time via WebSocket. Watch your application's heartbeat in the browser.
How it works
One command installs both tools globally.
Captures logs,
serves CLI
Dashboard on
localhost:9999
Choose your preferred interface. They share the same local database.
Ask questions
Ask anything in plain English — from terminal or browser.
Dialog vs. The Status Quo
| Feature | Dialog | Datadog | grep + SSH | ELK Stack |
|---|---|---|---|---|
| Setup | 1 npm install | Agent + config | N/A | Days of ops |
| Time to first log | ~10 seconds | 30+ minutes | Manual | Hours |
| Modify your code? | No | Yes (agent) | No | Yes (shipper) |
| CLI + Dashboard | Both included | Dashboard only | CLI only | Dashboard |
| AI queries | Built-in | Add-on | — | — |
| IDE integration | MCP native | |||
| Monthly cost | $0 | $15+/host | $0 | $0 + DevOps |
Works with your AI IDE
Add Dialog to Claude, Cursor, or Windsurf in 30 seconds. Your AI assistant can query your logs directly.
MCP Configuration
Add this to your IDE's MCP settings file
{
"mcpServers": {
"dialog": {
"command": "dialog-cli",
"args": ["mcp-serve"]
}
}
}Start debugging smarter in 10 seconds
$npm install -g dialog-devThen run: dialog-cli start or dialog-web start