AI 产品解读A browser-based mini journal and mood tracker with a coffee-themed interface
Provides a simple, aesthetic, and low-friction way to track daily mood and write short journal entries directly from the browser, encouraging consistent self-reflection through a playful coffee roast metaphor
User opens the extension popup, sees today's date, selects a coffee roast to represent their mood (hovering shows mood labels like amazing/ok/tired/sad/stressed), optionally writes a short journal note, chooses a theme background, and submits. The entry is saved to local storage and reflected on a calendar view. Users can browse past entries by year, edit/delete notes, and export all data as a text file.
Choose a coffee roast (amazing, ok, tired, sad, stressed) to represent daily moodWrite short journal entries for each dayCalendar view that grows and fills in as days are loggedTheme backgrounds (work, talk, chill) to customize the mood contextExport journal data as a .txt fileFully offline — data saved locally in the browser
- 目标用户
- Casual journalers who want a lightweight mood tracker / Users who enjoy aesthetic, coffee-themed UI for self-care / People looking for a privacy-friendly local-only journaling tool
- Extension uses only local storage with no backend, so the no-login and no-paid-features conclusions are highly confident.
- The Ko-fi donation link is voluntary and external — it does not gate any functionality within the extension.
- background.js is empty (0 bytes), so all logic is in popup.js.
付费分析未识别到付费功能
No paid features, subscriptions, or gated functionality exist. The extension is entirely free with all features available to every user. The only monetization is a voluntary Ko-fi ('Buy Me a Coffee') donation button in the popup UI, which does not unlock any features.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login, authentication, or account creation is required. All data is stored locally via chrome.storage.local and chrome.storage.sync. There are no API calls to any backend service, no OAuth flows, no login UI, and no references to accounts in the source code.