RapidTriageMEΒΆ
AI-Powered Browser Debugging PlatformΒΆ
Welcome to RapidTriageME - a comprehensive browser debugging and triage platform that seamlessly integrates with AI assistants through the Model Context Protocol (MCP).
-
Quick Start
Get up and running in under 5 minutes
-
Architecture
Understand the system design and components
-
API Reference
Complete API documentation and examples
-
Deploy
Deploy to production with Cloudflare
π― What is RapidTriageME?ΒΆ
RapidTriageME is a powerful debugging platform that captures browser data (console logs, network requests, errors) and makes it available to AI assistants for intelligent analysis and troubleshooting.
Key FeaturesΒΆ
- π Real-time Browser Monitoring - Capture console logs, network requests, and errors
- π€ AI Integration - Seamless integration with Claude, ChatGPT, and other AI assistants via MCP
- π Remote Access - Debug browsers anywhere through Cloudflare Workers
- πΈ Screenshot Capture - Visual debugging with automatic screenshot capabilities
- π Performance Audits - Built-in Lighthouse integration for performance analysis
- π Secure - JWT authentication and encrypted connections
ποΈ Architecture OverviewΒΆ
graph TB
subgraph Browser
CE[Chrome Extension]
WT[Web Page]
end
subgraph Local
BC[Browser Connector<br/>Port 3025]
MCP[MCP Server]
end
subgraph Cloud
CF[Cloudflare Worker]
KV[(KV Storage)]
end
subgraph AI
Claude[Claude/ChatGPT]
end
CE -->|WebSocket| BC
WT -->|DevTools API| CE
BC -->|HTTP/WS| MCP
MCP -->|MCP Protocol| Claude
BC -->|Optional| CF
CF --> KV
π¦ Current StatusΒΆ
Production Ready
- β
Server: Running on port
3025
- β Domain: Active at rapidtriage.me
- β API: Fully operational
- β Extension: Published and available
π¦ ComponentsΒΆ
Component | Description | Status |
---|---|---|
Chrome Extension | Captures browser data via DevTools | β Active |
Browser Connector | Local server for data aggregation | β Port 3025 |
MCP Server | AI integration via Model Context Protocol | β Ready |
Cloudflare Worker | Remote access and edge computing | β Deployed |
π Quick InstallationΒΆ
π Documentation StructureΒΆ
- Getting Started - Installation and setup guides
- Architecture - System design and data flow
- Components - Detailed component documentation
- API Reference - Complete API documentation
- Deployment - Production deployment guides
- Troubleshooting - Common issues and solutions
π€ ContributingΒΆ
We welcome contributions! Please see our Contributing Guide for details.
π LicenseΒΆ
RapidTriageME is open source software licensed under the MIT License.
Built with β€οΈ by YarlisAISolutions