Skip to content

gnahiak2/Cooked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍳 Cooked

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.


✨ Features

  • 🤖 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

🧠 Architecture

Browser (HTML / CSS / JS)

Cloudflare Worker (API proxy)

HackAI (Text + Image models)

Why this setup?

  • 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.


🛠️ Tech Stack

Frontend

  • HTML
  • CSS
  • Vanilla JavaScript

Backend

  • Cloudflare Workers
  • HackAI Proxy API

Models Used

  • Text: qwen/qwen3-32b
  • Images: google/gemini-2.5-flash-image

About

You were never meant to cook this.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors