Vestige: A Gemma 4 Brain Tracker That Won't Blow Smoke Up Your Ass
Vestige is an ADHD-friendly Android app designed to help users track their daily behaviors without the pressure of grading or gamification. The app captures voice entries and analyzes behavioral patterns over time, prioritizing user privacy. It aims to provide insights into unconscious actions rather than emotional prompts or journaling.
- ▪Vestige is built for Android and focuses on capturing voice notes to identify behavioral patterns.
- ▪The app runs locally, ensuring user privacy by not sending data to external servers.
- ▪It is not a mood tracker or journal, but rather a tool to observe and analyze daily habits.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3224358) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ashley Childress Posted on May 24 Vestige: A Gemma 4 Brain Tracker That Won't Blow Smoke Up Your Ass #devchallenge #gemmachallenge #gemma #android Gemma 4 Challenge: Build With Gemma 4 Submission This is a submission for the Gemma 4 Challenge: Build with Gemma 4 TL;DR What: Vestige—an ADHD-friendly Android app designed to point out the things you don't know you're doing every day. 30-second voice entries in, sourced behavioral patterns out.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).