INDEX / 05 — PROJECT

AI Jury

02

STATUS

LIVE · MULTI-AI CHAT SAAS · VANILLA JS · CLOUDFLARE PAGES · BYOK
03

PITCH

Five AIs. One window. Disagreement is priceless.
04

STATS

MODELS
5
DEBATE ROUNDS
3
FRAMEWORKS
0
BUILD STEP
none
KEYS
BYOK
05

DESCRIPTION

What it is. A side-by-side multi-model chat UI. You type one prompt; Claude, GPT, Gemini, Grok, and DeepSeek each answer in their own column. Watch where they agree, where they diverge, and which one is bluffing — at a glance, in one view.

Debate Mode. Three sequential rounds run on demand. Round 1: parallel answers. Round 2: each model critiques the others' answers anonymously. Round 3: a moderator (any model you pick) synthesises the final answer using everything from the first two rounds. The transcript is preserved so you can audit who said what.

How it ships. Pure vanilla JavaScript — no framework, no bundler, no build step. The whole client is hand-written index.html + app.js + styles.css, deployed straight to Cloudflare Pages. Bring your own API keys (BYOK); they stay in localStorage and never touch a backend you don't control.

Why it exists. Copy-pasting the same question into five tabs and diffing the answers by hand was slow and lossy. Watching them argue against each other turned out to be the most useful signal — you learn the shape of the disagreement, not just the consensus.