A personal diary app that interviews you about your day and synthesises your answers into prose entries.
- Daily interview: Fixed questions (best/worst moments, interesting conversations) plus personalised questions based on your chosen topics
- AI synthesis: Gemini 2.5 Flash transforms your responses into natural first-person diary entries
- News capture: Records what world events caught your attention each day
- Playback: Archive of past entries with "On this day" feature
- Open in browser (hosted on GitHub Pages or locally)
- Select topics you want to reflect on
- Enter your Gemini API key
- Start your first entry
All data stored in browser localStorage. Your API key is only sent to Google's Gemini API.
Single HTML file, no build step, no backend.