What problem does it solve?
Running and verifying IronClaw web gateway changes locally can be slow, error-prone, and environment-dependent, making it hard to confirm that UI, routing, and automation workflows work before deploying.
Core Features & Use Cases
- Docker-based local test environment: Build and run a dedicated Docker image (using Dockerfile.test) so you can validate the web gateway behavior without needing your full production stack.
- Configurable LLM backends: Start the container with NEAR AI, OpenAI, Anthropic, or a dummy mode to focus on UI loading and gateway wiring.
- Chrome MCP browser automation workflow: Use MCP tools to open the local gateway, verify the page, capture screenshots, and test interactions (including mobile viewport checks).
Quick Start
Build the test image with Dockerfile.test, then run the container on port 3003 with ONBOARD_COMPLETED=true and CLI_ENABLED=false, and open http://localhost:3003/?token=test in your browser.