CookieAI banner

CookieAI

1 devlogs
2h 26m 59s

CookieAI is an unofficial (currently) AI assistant for answering questions about Flavortown Hack Club or any website you choose. It lets you interact with a trained AI while allowing you to set your own prompt, host, and API key, making it fully customizable, open-source, and perfect for learning and fun!

locoexe49

DEVLOG #01 – CookieAI
I built a simple AI web app (not official) for the dummies who have tons of questions about Flavortown.

Features:
OLED UI: Sleek, black-as-the-void
Triple-Threat AI Support: Integrated Gemini, OpenAI, and Claude. For those who want GPT or Claude, actually the web uses Gemini
Ez-Configurator: Classic Ez-Configurator I always build for my projects (dummy-proof)
Conversational Memory: Basic, but it actually works—burns tokens quickly #TODO

Technical Stuff:
Fallback Key System: Backend automatically rotates through multiple API keys if one hits a limit (like quota or something)

Notes:
The Gemini API had a weird system_instruction param error, so I moved the prompt to the first message in the history. Works better this way anyway

Web Version:
Right now it’s in a very basic version, but you can download the whole web, add your own API key, pick any model and prompt, and it will work for whatever purpose you want ask questions about your own website or anything else

Next Steps:
Responsive design for phones and other weird devices
Image support for multimodal AIs (Gemini will even support videos!)
Better animations

See you soon! ;3 ty
http://159.65.96.245/

0