Brutal AI feedback you didn't ask for but desperately need. Built with Next.js, Tailwind, and Anthropic API.
- Next.js API Routes to prevent CORS and hide API keys
- LocalStorage Roast History
- Add an
.env.localfile with your Anthropic API Key:
ANTHROPIC_API_KEY=your_key_here
- Run the development server:
npm run dev- Open http://localhost:3000 with your browser to see the result.