Quick start
npm ci
npm run serve # builds, then serves the UI on http://localhost:8790
# reachable over LAN / Tailscale so you can score from your phone:
npm run serve -- --host 0.0.0.0 --port 8790
Compare 3–5 prompt variants on the same task, score the outputs 1–5, pick a winner, and keep a local record so you never re-litigate the same prompt twice. No account, no API keys, no telemetry — it runs entirely on your machine.
npm ci
npm run serve # builds, then serves the UI on http://localhost:8790
# reachable over LAN / Tailscale so you can score from your phone:
npm run serve -- --host 0.0.0.0 --port 8790
100% local. The app never calls an external API and has no
analytics. Runs are written to
.prompt-tournament-runs.json in your working
directory — yours to keep, diff, or delete.