01
Lungoor Notes
AI meeting notes, on the desktop · lungoor.ai
It writes the transcript while the call is still going, then hands you a summary and a list of action items before anyone has left the room. Every meeting you've ever recorded stays searchable by meaning, so you can ask what got decided about pricing back in March and actually get an answer.
- Electron.js
- React
- TypeScript
- NestJS
- OpenAI embeddings
- Qdrant
- RAG
Why it exists, and what I did on it
- The problem
- Meeting notes usually get written by whoever is paying the least attention. The decisions end up buried in a recording nobody rewatches, and three months later nobody can find them.
- What I did
- I built the desktop app in Electron: the live transcript view, the summary panel, the action items that tick themselves off. I also worked on the NestJS backend that generates the embeddings and answers the retrieval questions.


