You were never meant to cook this.
Cooked is a cursed AI web app that generates fake, unhinged dishes and AI-generated images of them.
It exists somewhere between a joke, a demo, and a crime against food.
Built with a static frontend and a Cloudflare Worker backend to safely proxy AI requests without exposing API keys.
- 🤖 AI-generated fictional dishes (text)
- 🖼️ AI-generated images of cursed food
- 🔁 “MAKE IT WORSE” button for iterative chaos
- 🔐 API key kept server-side (no frontend leaks)
- 🚫 No CORS issues, no browser errors
- ⚡ Fast, serverless, zero build step
Browser (HTML / CSS / JS)
↓
Cloudflare Worker (API proxy)
↓
HackAI (Text + Image models)
- Browsers block direct AI API calls (CORS)
- API keys should never live in frontend code
- Image generation requires server-side requests
Cloudflare Workers solve all of this cleanly.
- HTML
- CSS
- Vanilla JavaScript
- Cloudflare Workers
- HackAI Proxy API
- Text:
qwen/qwen3-32b - Images:
google/gemini-2.5-flash-image