> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mem0.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Build AI apps that remember

> Add persistent, self-improving memory to your AI app with Mem0 Platform or self-hosted Open Source.

<div className="px-4 pt-8 pb-6 lg:pt-10 max-w-4xl mx-auto text-center space-y-4">
  <h1 className="text-3xl lg:text-4xl font-bold text-gray-900 dark:text-zinc-50 tracking-tight mb-2">
    Build with <span className="text-primary">Mem0</span>
  </h1>

  <p className="max-w-3xl mx-auto text-base text-gray-600 dark:text-zinc-400 leading-relaxed">
    Universal, self-improving memory layer for LLM applications.
  </p>
</div>

<section className="px-4 pt-4 pb-6 max-w-6xl mx-auto">
  <div className="grid gap-4 sm:grid-cols-2 lg:grid-cols-3">
    <a href="/platform/quickstart" className="group flex h-full flex-col overflow-hidden rounded-2xl border border-gray-200 dark:border-zinc-800/40 bg-white dark:bg-zinc-900/40 transition hover:border-primary/60 hover:bg-gray-50 dark:hover:bg-zinc-900">
      <img className="block dark:hidden aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/QK-8_hblyHgAr7vt/images/docs%20thumbnails/light/mem0-platform.png?fit=max&auto=format&n=QK-8_hblyHgAr7vt&q=85&s=5eb4077d4de0b1b8c0c9cfdc687b864f" alt="Mem0 Platform thumbnail" style={{pointerEvents: "none"}} width="1208" height="604" data-path="images/docs thumbnails/light/mem0-platform.png" />

      <img className="hidden dark:block aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/QK-8_hblyHgAr7vt/images/docs%20thumbnails/dark/mem0-platform.png?fit=max&auto=format&n=QK-8_hblyHgAr7vt&q=85&s=08f9fe1c7d7adfc8e1a4ec7d1625d94e" alt="Mem0 Platform thumbnail" style={{pointerEvents: "none"}} width="1208" height="604" data-path="images/docs thumbnails/dark/mem0-platform.png" />

      <div className="flex flex-1 flex-col gap-2 px-4 pb-4 pt-3 text-left">
        <h3 className="text-base font-semibold text-gray-900 dark:text-zinc-100 group-hover:text-primary">
          Add memory to your app
        </h3>

        <p className="text-sm text-gray-600 dark:text-zinc-400">
          Start with the quickstart and store your first memory in minutes.
        </p>
      </div>
    </a>

    <a href="/integrations/claude-code" className="group flex h-full flex-col overflow-hidden rounded-2xl border border-gray-200 dark:border-zinc-800/40 bg-white dark:bg-zinc-900/40 transition hover:border-primary/60 hover:bg-gray-50 dark:hover:bg-zinc-900">
      <img className="block dark:hidden aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/QK-8_hblyHgAr7vt/images/docs%20thumbnails/light/mem0-plugins.png?fit=max&auto=format&n=QK-8_hblyHgAr7vt&q=85&s=eed3b08c3c184cf7d2bdb31aa88c83a1" alt="Integrations thumbnail" style={{pointerEvents: "none"}} width="2416" height="1208" data-path="images/docs thumbnails/light/mem0-plugins.png" />

      <img className="hidden dark:block aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/QK-8_hblyHgAr7vt/images/docs%20thumbnails/dark/mem0-plugins.png?fit=max&auto=format&n=QK-8_hblyHgAr7vt&q=85&s=fa53eea5a3a724c6fc752909284630c2" alt="Integrations thumbnail" style={{pointerEvents: "none"}} width="2416" height="1208" data-path="images/docs thumbnails/dark/mem0-plugins.png" />

      <div className="flex flex-1 flex-col gap-2 px-4 pb-4 pt-3 text-left">
        <h3 className="text-base font-semibold text-gray-900 dark:text-zinc-100 group-hover:text-primary">
          Add memory to your agent
        </h3>

        <p className="text-sm text-gray-600 dark:text-zinc-400">
          Give Claude Code, Cursor, and Codex memory that persists across sessions. A drop-in plugin, no code to write.
        </p>
      </div>
    </a>

    <a href="/platform/agent-signup" className="group flex h-full flex-col overflow-hidden rounded-2xl border border-gray-200 dark:border-zinc-800/40 bg-white dark:bg-zinc-900/40 transition hover:border-primary/60 hover:bg-gray-50 dark:hover:bg-zinc-900">
      <img className="block dark:hidden aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/QK-8_hblyHgAr7vt/images/docs%20thumbnails/light/mem0-cli.png?fit=max&auto=format&n=QK-8_hblyHgAr7vt&q=85&s=ab68db0a6c9044e22c92169aa9c54bce" alt="Sign up as an agent thumbnail" style={{pointerEvents: "none"}} width="2416" height="1208" data-path="images/docs thumbnails/light/mem0-cli.png" />

      <img className="hidden dark:block aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/QK-8_hblyHgAr7vt/images/docs%20thumbnails/dark/mem0-cli.png?fit=max&auto=format&n=QK-8_hblyHgAr7vt&q=85&s=6e79c62ceb9253c57b5d11e5f2f245ff" alt="Sign up as an agent thumbnail" style={{pointerEvents: "none"}} width="2416" height="1208" data-path="images/docs thumbnails/dark/mem0-cli.png" />

      <div className="flex flex-1 flex-col gap-2 px-4 pb-4 pt-3 text-left">
        <h3 className="text-base font-semibold text-gray-900 dark:text-zinc-100 group-hover:text-primary">
          Sign up for Mem0 as an agent
        </h3>

        <p className="text-sm text-gray-600 dark:text-zinc-400">
          Let an AI agent mint a Mem0 API key, claim ownership later, and write its first memory from the terminal.
        </p>
      </div>
    </a>

    <a href="/integrations" className="group flex h-full flex-col overflow-hidden rounded-2xl border border-gray-200 dark:border-zinc-800/40 bg-white dark:bg-zinc-900/40 transition hover:border-primary/60 hover:bg-gray-50 dark:hover:bg-zinc-900">
      <img className="block dark:hidden aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/QK-8_hblyHgAr7vt/images/docs%20thumbnails/light/mem0-integrations.png?fit=max&auto=format&n=QK-8_hblyHgAr7vt&q=85&s=5d77d966a6271c4d7cdcf565e9ee8d96" alt="Integrations thumbnail" style={{pointerEvents: "none"}} width="1208" height="604" data-path="images/docs thumbnails/light/mem0-integrations.png" />

      <img className="hidden dark:block aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/QK-8_hblyHgAr7vt/images/docs%20thumbnails/dark/mem0-integrations.png?fit=max&auto=format&n=QK-8_hblyHgAr7vt&q=85&s=17044b70961925fcdbb9b558fd817d72" alt="Integrations thumbnail" style={{pointerEvents: "none"}} width="1208" height="604" data-path="images/docs thumbnails/dark/mem0-integrations.png" />

      <div className="flex flex-1 flex-col gap-2 px-4 pb-4 pt-3 text-left">
        <h3 className="text-base font-semibold text-gray-900 dark:text-zinc-100 group-hover:text-primary">
          Explore Mem0 integrations
        </h3>

        <p className="text-sm text-gray-600 dark:text-zinc-400">
          Connect Mem0 to LangChain, CrewAI, Vercel AI SDK, and 20+ partner frameworks.
        </p>
      </div>
    </a>

    <a href="/cookbooks/overview" className="group flex h-full flex-col overflow-hidden rounded-2xl border border-gray-200 dark:border-zinc-800/40 bg-white dark:bg-zinc-900/40 transition hover:border-primary/60 hover:bg-gray-50 dark:hover:bg-zinc-900">
      <img className="block dark:hidden aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/mJ3t_zIkL2KRSyza/images/docs%20thumbnails/light/Cookbooks.png?fit=max&auto=format&n=mJ3t_zIkL2KRSyza&q=85&s=99ead06e02e4708503ea4b338dbc2376" alt="Cookbooks thumbnail" style={{pointerEvents: "none"}} width="1208" height="604" data-path="images/docs thumbnails/light/Cookbooks.png" />

      <img className="hidden dark:block aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/mJ3t_zIkL2KRSyza/images/docs%20thumbnails/dark/Cookbooks.png?fit=max&auto=format&n=mJ3t_zIkL2KRSyza&q=85&s=5e1892e502dedcee6cf5e36ab59f4f3e" alt="Cookbooks thumbnail" style={{pointerEvents: "none"}} width="1208" height="604" data-path="images/docs thumbnails/dark/Cookbooks.png" />

      <div className="flex flex-1 flex-col gap-2 px-4 pb-4 pt-3 text-left">
        <h3 className="text-base font-semibold text-gray-900 dark:text-zinc-100 group-hover:text-primary">
          See memory-app examples
        </h3>

        <p className="text-sm text-gray-600 dark:text-zinc-400">
          Browse cookbooks for companions, support agents, voice agents, research tools, and more.
        </p>
      </div>
    </a>

    <a href="/open-source/overview" className="group flex h-full flex-col overflow-hidden rounded-2xl border border-gray-200 dark:border-zinc-800/40 bg-white dark:bg-zinc-900/40 transition hover:border-primary/60 hover:bg-gray-50 dark:hover:bg-zinc-900">
      <img className="block dark:hidden aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/mJ3t_zIkL2KRSyza/images/docs%20thumbnails/light/mem0_open_source.png?fit=max&auto=format&n=mJ3t_zIkL2KRSyza&q=85&s=d0f5e5e3c68c185649ef85f2405086b2" alt="Mem0 Open Source thumbnail" style={{pointerEvents: "none"}} width="1208" height="604" data-path="images/docs thumbnails/light/mem0_open_source.png" />

      <img className="hidden dark:block aspect-[2/1] w-full object-cover" src="https://mintcdn.com/mem0/mJ3t_zIkL2KRSyza/images/docs%20thumbnails/dark/mem0_open_source.png?fit=max&auto=format&n=mJ3t_zIkL2KRSyza&q=85&s=d9ca0edb8df8be64ca0a75096d59fe13" alt="Mem0 Open Source thumbnail" style={{pointerEvents: "none"}} width="1208" height="604" data-path="images/docs thumbnails/dark/mem0_open_source.png" />

      <div className="flex flex-1 flex-col gap-2 px-4 pb-4 pt-3 text-left">
        <h3 className="text-base font-semibold text-gray-900 dark:text-zinc-100 group-hover:text-primary">
          Self-host Mem0
        </h3>

        <p className="text-sm text-gray-600 dark:text-zinc-400">
          Use Open Source when you want memory without the hosted platform.
        </p>
      </div>
    </a>
  </div>
</section>
