We built a privacy-focused vector memory mobile app. And here is what it can do for you. | by Vektor Memory | Jun, 2026 | MediumSitemapOpen in appSign up<br>Sign in
Medium Logo
Get app<br>Write
Search
Sign up<br>Sign in
We built a privacy-focused vector memory mobile app. And here is what it can do for you.
Vektor Memory
13 min read·<br>Just now
Listen
Share
On sovereignty, minimalism, and the architecture of thinking.
Press enter or click to view image in full size
Published by Vektor Memory — 13 min read<br>The Design Constraint That Determined Everything<br>There are approximately 4.37 million apps in the world. We know this because we looked it up while building ours. The number is not discouraging. It is clarifying. That many apps mean the space is thoroughly colonised by things that capture your attention.<br>What is almost entirely absent is a memory app that is privacy-focused and free that extends your thinking. That is the gap we built for, a fast, AI note taking app with a 4 stage graph based on our own Vektor Memory technology.
Before the architecture, the memory graph, or any of the technical decisions described in this article, there was a single physical constraint: phone screens are small, slippery glass rectangles with no tactile resistance. Apps with nested submenus and three taps to reach the thing you actually wanted are not just annoying — they actively interrupt the cognitive state you came to the app to support. The entire direction of good mobile UX over the last decade has pointed the same way: fewer taps, more capability, complexity handled invisibly in the background.<br>Apple understood this when they made the iPhone feel simple while hiding extraordinary engineering underneath. The interface is the magic trick. The architecture is what makes the experience feel easy to use, we like that philosophy.<br>We applied the same principle to note-taking with our memory expereince. The interface is a minimal surface. The architecture underneath is a four-layer graph with hybrid retrieval, semantic synthesis, and persistent relational edges. You should not have to be aware of any of that. You should just think and discover your ideas as they unfold.
What Vektor Notes Actually Does<br>You already have somewhere to put your thoughts. What you don’t have is a way to get them back when it matters. Vektor Notes is built for retrieval — the part every other notes app leaves to you.<br>The core interface has two modes, swiped between: JOT and CHAT.<br>JOT is the writing surface. A clean text area, no menus, no formatting toolbar demanding attention. An LLM watches quietly, and after 900 milliseconds of silence — long enough that it fires only when you have genuinely paused, short enough that the suggestion arrives before you lose the thread — it offers a ghost suggestion. A connection to something you have written before. Further guidance or possibly a deep question. You accept it with a tap or dismiss it with no trace. If you are in flow, it stays entirely out of the way.<br>CHAT is the memory conversation. You talk to your accumulated notes. You ask questions. You expand ideas. The system knows what you have stored and uses it. The retrieval is not keyword search. It is a fused pipeline that combines BM25 full-text matching with vector similarity search, merged via Reciprocal Rank Fusion, so the system finds what you meant as well as what you wrote. If you don't have a need for a specific memory, just delete it; it's that easy.<br>Swipe between Chat and Jot. That is the entire interface. No hamburger menu. No drawer full of settings. No notification asking you to rate the app, no telemetry, and no ads. The architecture is invisible until you need it.
The Provider Model: Your Keys, Your Data<br>The foundational decision, made before anything else: Your notes contain your actual thinking and not ads or pop-ups whichare a distraction. Vektor Notes runs entirely on-device, uses your own API keys stored in encrypted local storage, and never touches our servers.<br>Anthropic, OpenAI, Gemini, Groq, Openrouter: you configure whichever provider you want in settings, paste in your own API key, and the app uses it. The key is stored on-device using SecureStore, React Native’s encrypted key vault. It never touches our servers. We do not log your conversations.<br>Groq gives enough usage with performance at near-instant speeds to keep average usage within daily limits.<br>This is a deliberate sovereignty choice, and it costs us something: there is no frictionless “just works” onboarding for people without API keys. We decided that small tradeoff was acceptable. The people who think seriously about where their context goes deserve tools that do not harvest it quietly in exchange for convenience. That deal has been struck too many times already.
The Ghost Suggestion Engine<br>The JOT surface looks like a blank text editor. Under the hood, a debounce timer runs on every keystroke. The goal is to create ideas quickly, expand, save, export and move...