A Next.js app that steelmans any argument or opinion using the Anthropic API. Paste your argument, click "Steelman It", and get three sections: The Steelman, The Counter-Steelman, and The Kernel.
-
Install dependencies (already done if you cloned):
npm install
-
Add your Anthropic API key
Copy.env.exampleto.env.localand add your key:cp .env.example .env.local
Then edit
.env.localand setANTHROPIC_API_KEYto your key from console.anthropic.com. -
Run the dev server:
npm run dev
-
Open http://localhost:3000 and paste any argument to steelman it.
- Next.js 16 with App Router
- Tailwind CSS for styling
- Anthropic API (Claude) for analysis