Introducing Mem UI: Visual Timeline for Your AI Coding History
We're launching Mem UI, a local web interface that lets you visually explore your AI coding history. No more scrolling through terminal output — see your entire development timeline at a glance.
Launch Mem UI
From any MemoV-enabled project, run:
bashmem ui
This opens a web interface at
where you can browse your session history.codehttp://localhost:38888
Key Features
Timeline View
See every AI interaction as a point on a timeline. Each snapshot shows:
- The prompt you used
- The AI's response summary
- Files that were modified
- Timestamp and branch info
Visual Diff Viewer
Click any snapshot to see exactly what changed. The diff viewer uses GitHub-style highlighting:
- Green for additions
- Red for deletions
- Side-by-side comparison
Branch Filtering
Working on multiple features? Filter the timeline by branch to focus on relevant sessions.
Quick Jump
Found an earlier state you want to restore? Click "Jump" to instantly checkout that snapshot's code without affecting your Git history.
When Mem UI Helps
- Code review — Understand how a feature evolved through AI interactions
- Debugging — Find when and why a bug was introduced
- Learning — Review successful prompts to improve your AI collaboration skills
- Documentation — Export session history for project documentation
Try It Now
If you have MemoV installed, just run
. If not, follow our installation guide to get started.codemem ui
Learn more about the UI features in our Web UI documentation.