session-indexer is a Product Hunt product ranked #17 with 80 upvotes and 2 comments. Per-project semantic search over your Claude Code session history — not a shared or centralized memo… Data from Daily Trends.

session-indexer
Per-project semantic search over your Claude Code session history — not a shared or centralized memory store. Indexes JSONL transcripts into a local SQLite file, retrieves via bge-m3 embeddings (Ollama) with automatic FTS5 BM25 fallback, and auto-injects relevant past context at session start. Companion to session-end: session-end gives "where I left off," session-indexer gives "what we decided" — same Stop/SessionStart hooks. Apache 2.0, 75 passing tests, go install and nothing to deploy.
- Rank
- 17
- Upvotes
- 80
- Comments
- 2
- Category
- Open Source • Developer Tools • Artificial Intelligence • GitHub
- Product link
- https://www.producthunt.com/products/session-indexer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+PainSpotter+%28ID%3A+282694%29
- Snapshot date
- 8/25/2026
Description
Per-project semantic search over your Claude Code session history — not a shared or centralized memory store. Indexes JSONL transcripts into a local SQLite file, retrieves via bge-m3 embeddings (Ollama) with automatic FTS5 BM25 fallback, and auto-injects relevant past context at session start. Companion to session-end: session-end gives "where I left off," session-indexer gives "what we decided" — same Stop/SessionStart hooks. Apache 2.0, 75 passing tests, go install and nothing to deploy.