Rewind View
Local search and browsing for AI assistant sessions, with transcript search, usage insights, and handoff bundles.
Node.jsTypeScriptSQLiteCLIAI
Overview
Rewind View indexes Claude, Codex, Cursor, OpenCode, and Antigravity sessions into a local SQLite database. Browse transcripts, search past work with FTS5, inspect usage and estimated costs, then create a handoff bundle when work needs to continue in another assistant. Your session data stays on your machine by default.
Highlights
- Indexes sessions from five assistant providers into one local SQLite database
- SQLite FTS5 transcript search with provider filters, CLI search, and grep
- Dashboard for session activity, models, token usage, costs, and repository work
- Creates Claude and Codex handoff bundles from prior sessions
Stack
- Node.js
- CLI and local server runtime
- TypeScript
- Typed parsing and session index
- SQLite + FTS5
- Local transcript index and full-text search
- Express
- Local web UI server