From e87290e3a46a66c1143174dd4017081239085907 Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Mon, 15 Jun 2026 19:45:57 -0700 Subject: [PATCH] docs: surface self-hosting on the first fold Demoting the delivery surfaces hid "you can run it yourself" until you scroll. Make the hosted-vs-self-hosted choice obvious without restoring tooling-first sidebar ordering: - Add a Self-host link to the top navbar (visible on every page) - Add a hosted-or-self-hosted callout directly under the Overview hero Co-Authored-By: Claude Opus 4.8 --- apps/docs/docs.json | 4 ++++ apps/docs/intro.mdx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 90f4049b..b4dbbc7e 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -43,6 +43,10 @@ "name": "supermemory | Memory API for the AI era", "navbar": { "links": [ + { + "href": "/self-hosting/overview", + "label": "Self-host" + }, { "href": "mailto:support@supermemory.com", "label": "Support" diff --git a/apps/docs/intro.mdx b/apps/docs/intro.mdx index c76b70ef..f089d3c9 100644 --- a/apps/docs/intro.mdx +++ b/apps/docs/intro.mdx @@ -8,6 +8,10 @@ Supermemory is the long-term and short-term memory and context infrastructure fo With supermemory, you give your agents perfect recall about their users — so they're more intelligent, more personalized, and more consistent. Every piece of the context stack is built in, behind one API. + +**Hosted or self-hosted — same API.** Use the [managed platform](https://console.supermemory.ai) for zero-ops scale, or [run the entire engine on your own machine](/self-hosting/overview) — one binary, zero config, fully offline. Move between them by changing a single `baseURL`. + + ## What you can build with it