AI-powered pre-launch performance testing for vibe coders.
Connect a GitHub repo → get a plain-English report on whether your app can handle real users.
- Node.js 20+
- Docker Desktop (running)
- k6 (install)
- Anthropic API key
# 1. Backend
cd backend
cp .env.example .env
# Add your ANTHROPIC_API_KEY to .env
npm install
npm run dev
# 2. Frontend (new terminal)
cd frontend
npm install
npm run dev- Frontend: http://localhost:3000
- Backend API: http://localhost:4000
- Paste a GitHub URL
- LoadScope clones, containerizes, and runs your app
- k6 simulates real user traffic across multiple scenarios
- Claude translates the results into plain English
- You get a launch readiness report with specific, actionable findings