A note-taking app where an Ollama-powered agent answers questions about what you've written, entirely offline via retrieval-augmented generation.

Jot pairs a normal note-taking interface with a local agent: instead of exact-match search, you can ask it questions and get answers grounded in your own notes.
A Python RAG backend handles retrieval over your notes and feeds relevant context to a local Ollama model, so the whole thing runs offline with no cloud calls or API keys.

