I built QuietPage because I loved 750words.com but it felt dated and had zero privacy guarantees. And honestly, I wanted to build something.
It's a journaling app with: - Daily writing with auto-save (like 750words) - End-to-end encryption (Fernet: AES-128-CBC + HMAC-SHA256) - Streak tracking to build the habit - Mood tracking and basic analytics - Tag system
Each user gets a unique encryption key, entries are encrypted before they hit the database. Even I can't read them.
Tech stack is Django REST + React + PostgreSQL + Redis. Running on Railway but you can also self-host it with Docker.
It's free to use right now. To be honest, I'm not sure about monetization yet, just want to see if people actually find it useful first :)
Would love your feedback!