Overview
DebuggAI eliminates browser automation complexity. Write tests in plain English, get instant results from AI-powered browsers.
What Makes It Different
Zero configuration required. No test frameworks, environment setup, or browser management. Tests run against your localhost immediately.
Natural language testing. Describe what to test: "Test user login flow" or "Check payment processing". AI handles the automation.
Instant feedback. Results appear directly in your IDE with screenshots, videos, and detailed analysis.
Ways to Use DebuggAI
1. VS Code Extension
- Best for: Active development and debugging
- Trigger:
Cmd+Alt+C
to create tests - Results: IDE test panel with screenshots
- Setup: 2-minute install
2. MCP Server (Claude Desktop)
- Best for: AI-assisted development workflows
- Trigger: Natural language commands to Claude
- Results: Integrated into Claude conversations
- Setup: NPX one-liner
3. Web Dashboard
- Best for: Team collaboration and history
- Trigger: Manual test runs and scheduling
- Results: Detailed analytics and team insights
- Setup: Browser-based, no install
4. Debugg CLI (CI/CD)
- Best for: Automated PR checks and pipelines
- Trigger: GitHub Actions or any CI job
- Results: Job summary and artifacts, links to suites
- Setup: Add a workflow using our templates
How It Works
- Start localhost server (e.g.,
npm run dev
on port 3000) - Describe your test in natural language
- AI creates secure tunnel to your localhost
- Remote browser executes test with AI guidance
- Get comprehensive results with visual proof
Quick Setup Decision Tree
Want instant testing while coding? → VS Code Extension
Using Claude for development? → MCP Server Setup
Managing a team? → Web Dashboard
Running tests in CI? → Debugg CLI
Not sure? → Start with Quick Start (VS Code recommended)
Ready to begin? Start with the VS Code extension for fastest feedback, and add the Debugg CLI to your CI when ready.