Console Maven Widgets - Live Testing & Demo
Comprehensive Testing Environment + Marketing Demo
๐ก Why Console Maven Widgets?
Real-time error tracking gives you visibility into what's actually happening in your users' browsers - not just your development environment. Console Maven captures errors as they occur, with full context, stack traces, and AI-powered fix suggestions.
โก Real-Time Capture
Automatically captures all console errors, warnings, and logs as they occur. No manual integration beyond the script tag.
๐ Stack Trace Analysis
Full stack traces with file names, line numbers, and column positions for precise debugging.
๐ค AI-Powered Suggestions
Get instant fix recommendations powered by AI for common errors (Pro tier).
๐ฆ Installation (< 60 seconds)
data-api-key="YOUR_API_KEY"
data-auto-render="true"></script>
โ Auto-initializes โข โ DebugFooter appears automatically โข โ Starts capturing errors immediately
๐งช Widget Testing Controls
Use the buttons below to render, test, and destroy each widget. Click Render to initialize a widget, then trigger some errors (see "Demo Actions" section) to see how each widget captures and displays them.
DebugFooter Widget Inactive
Toolbar Widget Inactive
StatsOverlay Widget Inactive
Agentic Assistant (ChatWidget) Inactive
Demo Actions (Generate Test Data)
Browser Warnings (Test ReportingObserver & BrowserWarningCapture)
CSP Testing (Content Security Policy)
- Disabled: No CSP headers sent. eval() works normally.
- Report-Only: CSP violations are logged but not blocked. eval() works, but violations appear in console.
- Enforcing: CSP violations are blocked. eval() will fail with CSP error.