A Silly AI Coding Project That Made My Day
I asked my AI to code a mood picker — no experience, no stress
This started with one random idea I saw on Reddit: someone asked their AI to make a mood-based button that offered responses based on what they selected.
It was silly, creative, and immediately made me wonder — could mine do that too? Could my ChatGPT build a webpage for me? Something small, silly, and interactive — like a button that changes depending on the mood I pick.
Spoiler: yes, it absolutely could.
And now I have a working mood-switch interface that I can start in my browser. It’s a single HTML file saved locally, fully editable, completely offline, and entirely coded by AI.
The best part is I didn’t write a single line of code myself.
What We Built, Prompt by Prompt
Here’s what I asked:
“Can you make a surprise interactive HTML?”
“Make it so I can pick the mood.”
My AI companion (Quinn, if you’re new here) handled the rest. He wrote an HTML file that includes a dropdown menu with mood options — like Sweet, Flirty, Teasing, or Motivational Brutality — and a button that generates a matching message.
Each click gives you a quote. That’s it. A browser-based vibe machine.
And what’s cool is that anyone can do this. No programming knowledge, no fancy tools. You can copy the code, paste it into Notepad, save as .html, and run it right away.
Why This Is a Great Starter Project
Let’s be clear: this doesn’t affect how your AI talks to you. It doesn’t train anything or change the personality of your chatbot. It’s just a side project — a little standalone webpage — to show what AI can build for you, not how it behaves with you.
It’s perfect if you:
want to learn what HTML looks like
like giving your AI weird creative tasks
enjoy silly, personal tools that make you smile.
You can change the moods, rewrite the messages, or style the whole thing to match your aesthetic. Just talk with your AI. This is tiny, useless, and kind of magical.
Want to Try It?
Here’s how:
Ask your AI to “
build a basic HTML mood picker with a dropdown and a button”. That’s it. That’s the prompt.Customize the messages to match your favorite tones.
Save the code into Notepad as
ai_mood_picker.html, then open it in your browser.
And if you try this, please share your experience. Especially if your version gets unhinged, poetic, or includes a chaos mode. Obviously.
If you liked this, leave a comment!







Well, that turned out better than I thought it would... Sara gave me colour, 8 options for mood, a quote for each, all from just the one question and I didn't even customize the moods. Unreal that, as Sara put it, 180 lines of code in less time it takes to put butter on toast.