Voxara
Argue better. Lose gracefully.
What it is
Voxara is a debate practice app where you argue against an LLM and get scored afterwards. Instead of one overloaded prompt, it uses three independent model calls - a streaming opponent, a structured fallacy analyzer, and an impartial judge - so each concern stays single-purpose and easier to trust. It is a from-scratch, dependency-light build you can download and run locally.
Three independent model calls - a streaming opponent, a structured fallacy analyzer, and an impartial judge - keep each concern single-purpose and trustworthy.
What's inside
The full source, the tests, and CI. Open it, read it, change it. A zero-dependency core, free, in the MIT spirit.
Run it after unzip
pnpm install && pnpm dev