Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoadScope

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.

Prerequisites

  • Node.js 20+
  • Docker Desktop (running)
  • k6 (install)
  • Anthropic API key

Setup

# 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

How it works

  1. Paste a GitHub URL
  2. LoadScope clones, containerizes, and runs your app
  3. k6 simulates real user traffic across multiple scenarios
  4. Claude translates the results into plain English
  5. You get a launch readiness report with specific, actionable findings

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages