Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 883 Bytes

File metadata and controls

25 lines (16 loc) · 883 Bytes

Diariser

A personal diary app that interviews you about your day and synthesises your answers into prose entries.

Features

  • 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

Setup

  1. Open in browser (hosted on GitHub Pages or locally)
  2. Select topics you want to reflect on
  3. Enter your Gemini API key
  4. Start your first entry

Privacy

All data stored in browser localStorage. Your API key is only sent to Google's Gemini API.

Tech

Single HTML file, no build step, no backend.