Console Maven Widgets - Live Testing & Demo

Comprehensive Testing Environment + Marketing Demo

๐Ÿงช

๐Ÿ’ก This Page is Preloaded with Test Errors

Important: This testing page automatically generates stress test errors when it loads to demonstrate widget functionality. These errors are intentionally created for testing purposes and do not indicate any real issues with your application.

  • โœ… Test Errors Include: Console errors, warnings, API failures, network errors, and resource loading failures
  • ๐Ÿ”„ Clear Errors: Click the "Clear All Errors (Testing Mode)" button below to remove all test errors
  • ๐ŸŽฏ Purpose: Allows you to immediately see how Console Maven captures and displays errors in real-time
๐Ÿ’ก Tip: After clearing errors, use the "Demo Actions" section to manually generate specific error types for targeted testing.

๐Ÿ’ก 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)

<!-- Using local builds for testing - Production URL: https://console-maven-frontend.fly.dev/latest/console-maven.min.js -->
<script src="/latest/console-maven-widget-classes.min.js"
        data-api-key="YOUR_API_KEY"
        data-auto-render="true"></script>

โœ“ Auto-initializes โ€ข โœ“ DebugFooter appears automatically โ€ข โœ“ Starts capturing errors immediately

Use the buttons below to render, test, and destroy each widget. Click Render to initialize a widget, then trigger some errors (see "Console Playground" tab) to see how each widget captures and displays them.

DebugFooter Widget Inactive

Fixed footer bar for real-time error monitoring

The DebugFooter provides a persistent bottom bar that displays error counts and recent console messages. Perfect for development environments where you need constant visibility into application health.

  • Live Updates: Shows real-time error/warning counts
  • Recent Messages: Displays the last 5 console messages
  • Minimal UI: Stays at the bottom, non-intrusive
  • Color Coded: Red for errors, yellow for warnings

Position: Fixed bottom | Auto-updates: Yes

Toolbar Widget Inactive

Quick action toolbar for debugging

A floating toolbar that provides instant access to debugging actions like clearing errors, taking screenshots, and accessing the dashboard. Can be minimized to save space.

  • Clear Errors: Reset error tracking session
  • Screenshot: Capture page state with errors
  • Dashboard Link: Quick access to full dashboard
  • Minimizable: Collapse to icon when not needed

Position: Top-right | Draggable: No

StatsOverlay Widget Inactive

Comprehensive error statistics overlay

Displays detailed statistics about errors, warnings, and browser metrics. Shows error breakdown by category, application storage usage, and browser warning types.

  • Error Categories: Console, API, Network, Resource, CSP, Query
  • Browser Warnings: Deprecation, intervention, CSP violations
  • Storage Metrics: localStorage, sessionStorage, cookies
  • Performance: Memory usage, service worker status

Position: Top-left | Collapsible: Yes

Agentic Assistant (ChatWidget) Inactive

AI-powered debugging assistant

An intelligent chat interface that helps debug errors in real-time. Ask questions about errors, get fix suggestions, and receive contextual help based on captured console data.

  • AI Analysis: Get instant error explanations
  • Fix Suggestions: Receive code fixes for common errors
  • Context Aware: Understands your error history
  • Interactive: Ask follow-up questions

API: localhost:2007 | Position: Center modal

Generate various types of errors, warnings, and browser events to test how Console Maven captures and displays them in the widgets.

Demo Actions (Generate Test Data)

No logs yet. Click buttons above to generate test data.

Browser Warnings (Test ReportingObserver & BrowserWarningCapture)

Note: These buttons trigger real browser-generated warnings that Console Maven's BrowserWarningCapture will detect via ReportingObserver API. Check the browser console and Stats Widget to see them captured.

CSP Testing (Content Security Policy)

CSP Modes:
  • 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.
Test: Change CSP mode, then run "Comprehensive Stress Test" to see how CSP errors are detected in the Stats Widget.