← Back to News
feature · Jan 20, 2026 · 5 min read

Introducing Mem UI: Visual Timeline for Your AI Coding History

Explore your AI development sessions with the new Mem UI — a local web interface for browsing snapshots, diffs, and branches.

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:
bash
mem ui
This opens a web interface at
code
http://localhost:38888
where you can browse your session history.

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
code
mem ui
. If not, follow our installation guide to get started.
Learn more about the UI features in our Web UI documentation.