SmartNotes
- Listener
- Hotkey -> bg service listens for the vc
- Context capture
- Grabbing active window (url, text buffer, screenshot)
- Browser reads DOM + address bar; OCR + window title; meeting- hook into zoom/teams api for a 5 min transcript grab
- Memory dump
- Packages captured content into a memory record
"timestamp": "...",
"source": "Chrome – https://…",
"type": "webpage",
"content": "<article text or screenshot>",
"tags": []
}
- Appends to local notes DB (sqlite + embeddings)
- On-demand recall
- On the hotkey, what was the approach I saw on website X?
- Search note embeddings for website X + approach
- Pull matching records
- Summarize via LLM
- Display the summary
