Moody
A PWA mood journal with push notifications and Google Sheets sync. No app store, no server.
Details
Every mood tracking app I tried was either too heavy or had no data portability. I wanted something that lived on my home screen, took 30 seconds, and put the data somewhere I could actually use it.
How it works
Push notification at night. Tap it, rate happiness/sleep/eating, pick emotions and activities, add a note. The entry syncs to a Google Sheet- one row per day. On desktop I can pivot, chart, or export with no friction. The sheet is the database.
Weather and location are captured automatically. Some chips auto-select based on day of week and whether I’m traveling.
Why PWA
I wanted it on my iPhone home screen without going through the App Store. A PWA served from GitHub Pages does exactly that- add to home screen via Safari, full-screen launch, push notifications, offline caching via service worker. No backend, no hosting costs, no review process.
Source on GitHub.
Gallery