<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-V687EG0J7Q"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag() {
        dataLayer.push(arguments);
      }
      gtag("js", new Date());

      gtag("config", "G-V687EG0J7Q");
    </script>
    <!-- CSP removed — security enforced server-side via CORS + auth. Frontend CSP was blocking API calls, Stripe, and fonts. -->
    <title>Mother Brain — AI Memory Platform for Developers</title>
    <meta
      name="description"
      content="Mother Brain gives your AI agents persistent memory. Semantic knowledge graph, code index, and chat history — connect any project, retain context across sessions."
    />
    <!-- Social / Open Graph defaults (per-page values override these at runtime) -->
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Mother Brain" />
    <meta property="og:title" content="Mother Brain — AI Memory Platform for Developers" />
    <meta
      property="og:description"
      content="Mother Brain gives your AI agents persistent memory. Semantic knowledge graph, code index, and chat history — connect any project, retain context across sessions."
    />
    <meta property="og:url" content="https://motherbrain.app/" />
    <meta
      property="og:image"
      content="https://motherbrain.app/images/featured/ai-memory-architecture-featured.webp"
    />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="Mother Brain — AI Memory Platform for Developers" />
    <meta
      name="twitter:description"
      content="Mother Brain gives your AI agents persistent memory. Semantic knowledge graph, code index, and chat history — connect any project, retain context across sessions."
    />
    <meta
      name="twitter:image"
      content="https://motherbrain.app/images/featured/ai-memory-architecture-featured.webp"
    />
    <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
    <!-- Preconnect to API origins for faster first requests -->
    <link rel="preconnect" href="https://api.motherbrain.app" />
    <link rel="preconnect" href="https://a2a.motherbrain.app" />
    <!-- X conversion tracking pixel -->
    <script>
      !(function (e, t, n, s, u, a) {
        e.twq ||
          ((s = e.twq =
            function () {
              s.exe ? s.exe.apply(s, arguments) : s.queue.push(arguments);
            }),
          (s.version = "1.1"),
          (s.queue = []),
          (u = t.createElement(n)),
          (u.async = !0),
          (u.src = "https://static.ads-twitter.com/uwt.js"),
          (a = t.getElementsByTagName(n)[0]),
          a.parentNode.insertBefore(u, a));
      })(window, document, "script");
      twq("config", "tw-re6en-re6eq");
    </script>
    <!-- End X conversion tracking pixel -->
    <script type="module" crossorigin src="/assets/js/index-DXQQFvrs.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/css/index-CJVWq2M_.css">
  </head>
  <body>
    <div id="root"></div>
    <script defer src="/pagepulse.js"></script>
  </body>
</html>
