Hands-Free Logging
Capture progress while playing with quick voice notes and instant transcription.
Features
Capture progress while playing with quick voice notes and instant transcription.
Convert raw notes into clean events: bosses, abilities, locations, story, and items.
Use prompts like TODO list, next location, highlights, and ability timeline.
Generate focused recaps by time range and category filters to stay on track.
Track multiple games with dedicated timelines and per-game insights.
Built with Next.js and InstantDB for responsive interactions and live updates.
How it works
Add a game once. A stats record is prepared automatically for consistent AI insights.
Write or dictate your session notes. AI parses and stores structured events server-side.
Query your journal and generate summaries to decide your next move quickly.
AI Parsing Example
Input
“Finally beat the Fire Warden in Ash Keep and unlocked Ember Dash.”
Ask Your Journal Presets
Presets prime context while the model chooses tools agentically.
Does voice input replace text entry?
No. Both are supported, and both use the same server-side AI parse + write pipeline.
Can I stream AI responses?
Yes. Query and summarize routes support stream/batch modes with preference fallbacks.
Is my game data separated per account?
Yes. Access is enforced with Clerk auth, middleware protection, and ownership checks.