A local web UI for Rewindex - easy to browse your snapshot history, view diffs, and rewind files without leaving the browser.
- Python 3.10+
- Rewindex installed and daemon running
Paste this into your AI agent's chat. It handles everything including install and run:
Read https://raw.githubusercontent.com/crsxmd/rewindex-web/main/AI-SETUP.md and follow the setup instructions.
1. Install
pipx install rewindex-web2. Run (each time you want to open the dashboard)
rewindex-webThen open http://localhost:9009 — reads directly from ~/.rewindex/, no extra configuration needed.
- Projects — overview of all tracked projects with snapshot counts and DB size
- Sessions — browse session history, view notes, see which files changed
- Files — per-file version history with timestamps and change status
- Diffs — rich inline diff viewer for any two file versions
- Snap — force a checkpoint with a note from the UI
- Rewind — restore any session or file version directly from the browser
- Note — annotate sessions and file versions
- Daemon — start, stop, or restart the Rewindex daemon
- License — activate a Pro license key
git clone https://github.com/crsxmd/rewindex-web
cd rewindex-web
./start.shMIT