The no-notes notes app.
Rivolo (REE-voh-loh) is the Italian word for "small stream". Every day, you write your thoughts, ideas, notes and todos without organizing anything. Whenever you need to find something complex, just ask the LLM to surface what you need.
Try it here: rivolo.app
Rivolo is a static web app that runs entirely in your browser (no backend). The production app is deployed on Cloudflare Pages. The only data you "share" is with Gemini, through its APIs, and Dropbox, if you choose to enable syncing.
Note
The app was completely developed with coding agents. I use it daily. I wrote about this here.
npm install
npm run devnpm run build
npm run previewVITE_DROPBOX_CLIENT_ID=...
VITE_DEBUG_LOGS=true