moood strives to be the standard and foundation for the integration of emotional and logic driven systems.
As humanity's progression with artificial intelligence advances, the need for understanding between these two systems increases. Without an interface and feedback mechanism, A.I. will fail to support our ever increasingly diverse needs.
moood is that interface. Anonymous mood capture, built for people first.
one swipe to respond. high participation because it takes two seconds.
positive or negative responses. no subjective rating systems or complexity.
capture sentiment immediately after key events, blazing fast feedback.
helps establish your mood baselines. critical for monitoring and maintaining wellbeing.
see sentiment trends across teams. daily, weekly, monthly aggregates. correlate with organizational decisions.
anonymized mood data. honest signals because there's nothing to fear.
organizations define wellness policies. rules sync to all clients equally. your device evaluates them against your localized mood history. recommendations appear on-device only — the server never knows who saw what.
moood uses a blind relay to sever the link between your identity and your mood data. authentication and mood submission happen in two separate requests — the relay verifies you're allowed to participate, then discards your identity before writing the mood.
Client Relay (Cloud Function) Firestore
│ │ │
├─── POST /token (auth) ─────►│ │
│ │ verify auth │
│ │ log participation │
│◄── blind_token ─────────────┤ │
│ │ │
├─── POST /mood (no auth) ───►│ │
│ {blind_token, mood} │ validate token │
│ │ discard identity │
│ ├── write mood ───────────►│
│ │ (service account) │
│◄── 200 OK ──────────────────┤ │
result: organizations see aggregated sentiment. databases see anonymous mood entries. nobody — not even us — can connect the two.
questions?