A collection of lightweight, browser-based AI developer tools powered by the Claude API. No build step, no dependencies — just open and use.
Paste your Anthropic API key, upload a CSV test report, and get an instant AI-generated analysis of your test results.
What it does
- Reads any CSV test report directly in the browser
- Sends the data to Claude (via the Anthropic API) for analysis
- Returns a structured report covering:
- Overall pass/fail summary with numbers and pass rate
- Top failure patterns found in the data
- Likely root causes mapped to each pattern
- Concrete recommendations to improve test reliability
How to use
- Open
test-report-analyzer/index.htmlin your browser - Paste your Anthropic API key into the key field (it stays in memory only — never stored or logged)
- Upload a
.csvtest report (drag-and-drop or file picker) - Click Analyze Report and wait a few seconds
- Read the AI-generated analysis rendered in four clearly labelled sections
Tech stack
- Plain HTML, CSS, JavaScript — no framework, no build step
- Claude API (
claude-sonnet-4-20250514) called viafetchdirectly from the browser - Dark theme UI with monospace font accents
More tools coming soon.