# MindLock.io — Full Context for Language Models > Privacy-first AI conversation and context manager. Local-first by default, with optional encrypted cloud sync. Works with ChatGPT, Claude, and Gemini. ## What MindLock is MindLock is a web application that solves a specific problem: the built-in "memory" features of AI providers (ChatGPT, Claude, Gemini) are opaque, limited, non-portable, and raise privacy concerns. MindLock lets users take back control by maintaining their own AI memory outside any provider's walled garden. The workflow is: 1. **Export** — Save an AI conversation as HTML from ChatGPT, Claude, or Gemini. 2. **Import** — Drop the file into MindLock. It is parsed and stored on the user's device (IndexedDB) or optionally in encrypted cloud storage. 3. **Distill** — A local (WebLLM) or cloud (Gemini) AI summarizes the conversation into a "memory document" capturing key facts, decisions, and context. 4. **Search & reuse** — Semantic search across the full knowledge base. Inject any memory as context into a new AI chat to avoid re-explaining yourself. ## Why it matters - **Data sovereignty**: In Local Mode, no conversation, embedding, or distillation leaves the user's device. - **Provider independence**: Because the memory lives with the user, they can switch AI providers without losing context. - **Incognito-compatible**: The recommended workflow is to chat in the provider's incognito/temporary mode and rely on MindLock to carry context forward. ## Plans ### Free — Local Mode - Unlimited conversations and memory documents - Local AI distillation via WebLLM (runs in-browser on user's GPU) - Semantic search (Ctrl+K) - Memory document organization - Export/import the full knowledge base - Works offline - No account required ### Pro — Cloud Mode (€5/month) - Everything in Free - Cloud sync across devices (Firebase, encrypted at rest and in transit) - 100 cloud AI distillations per month powered by Gemini 3.0 Flash - Priority support - Early access to new features ## Supported AI platforms ChatGPT, Claude, Gemini. The parser is extensible and more platforms are planned. ## Privacy commitments - Local Mode data never leaves the device. - Cloud Mode data is encrypted at rest and in transit. - MindLock never trains AI models on user data. - Users can export all their data at any time in open formats. ## FAQ **Is MindLock really private?** Yes. In Local Mode, every conversation, memory document, and AI distillation runs on the user's device. Cloud Mode is opt-in, encrypted, and not used for model training. **Which AI platforms does MindLock support?** ChatGPT, Claude, and Gemini today. **How much does it cost?** Local Mode is free forever. Cloud Mode is €5/month. **Do I need a GPU for local mode?** A modern laptop with integrated graphics works. A dedicated GPU makes local distillation noticeably faster. MindLock uses WebLLM, which runs in the browser via WebGPU. **Can I export my data?** Yes. One-click export gives users all conversations, memory documents, and contexts in open formats. **What is a memory document?** An AI-distilled summary of one or more conversations. It captures key facts, decisions, and context so users can inject it into any new AI chat without re-explaining themselves. **Does it work with incognito mode?** Yes — that is the recommended workflow. ## Links - Home: https://mindlock.io - Pricing: https://mindlock.io/pricing - Privacy: https://mindlock.io/privacy - Terms: https://mindlock.io/terms - Contact: hello@mindlock.io