A judgmental cat that reacts to your text using Google's Gemini AI.
python3 -m http.server 8000Then open http://localhost:8000 in your browser.
- Visit Google AI Studio to get a free API key
- Open the app in your browser
- Paste your API key in the input field at the top
- Click "Save API Key"
- Start typing to see the cat's reactions!
Type something in the textarea, and the judgmental cat will respond with a single emoji reaction based on your text sentiment.
- Your API key is stored only in your browser's localStorage — never sent to GitHub or any server
- Each user must add their own API key
- The key persists in your browser until you clear localStorage
- Do NOT hardcode your key in the HTML — always use the input field