aboutsummaryrefslogtreecommitdiff
path: root/apps/docs/introduction.mdx
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2025-09-13 22:09:40 -0700
committerDhravya Shah <[email protected]>2025-09-13 22:09:40 -0700
commit90fd19f2156e28845d9288ea8ffc2d7d9573b77a (patch)
treee630e3943d70b688c42a762c11c745159e1d6771 /apps/docs/introduction.mdx
parentMerge branch 'main' of https://github.com/supermemoryai/supermemory (diff)
downloadsupermemory-90fd19f2156e28845d9288ea8ffc2d7d9573b77a.tar.xz
supermemory-90fd19f2156e28845d9288ea8ffc2d7d9573b77a.zip
update: Readme
Diffstat (limited to 'apps/docs/introduction.mdx')
-rw-r--r--apps/docs/introduction.mdx66
1 files changed, 0 insertions, 66 deletions
diff --git a/apps/docs/introduction.mdx b/apps/docs/introduction.mdx
deleted file mode 100644
index 6618be0d..00000000
--- a/apps/docs/introduction.mdx
+++ /dev/null
@@ -1,66 +0,0 @@
----
-title: "Introduction"
-description: "supermemory is the Memory API for the AI era"
-mode: "custom"
----
-
-export const HeroCard = ({ imageUrl, title, description, href }) => {
- return (
- <a className="group flex flex-col h-full rounded-lg overflow-hidden hover:shadow-lg transition-all duration-300 border border-gray-100 dark:border-zinc-800 hover:border-gray-200 dark:hover:border-zinc-700" href={href}>
- <div className="overflow-hidden">
- <img
- src={imageUrl}
- className="w-full h-48 object-cover transform group-hover:scale-105 transition-all duration-500"
- alt={title}
- />
- </div>
- <div className="p-6">
- <h3 className="text-xl font-semibold text-gray-900 dark:text-zinc-50">{title}</h3>
- <p className="mt-3 text-gray-600 dark:text-zinc-400">{description}</p>
- </div>
- </a>
- )
-}
-
-<div className="relative pb-12">
-
- <div className="px-4 py-16 lg:py-32 max-w-4xl mx-auto">
- <h1 className="text-5xl font-bold text-center text-gray-900 dark:text-zinc-50 tracking-tight">
- supermemory <span className="text-primary font-medium">[docs]</span>
- </h1>
-
- <p className="max-w-2xl mx-auto px-4 mt-6 text-xl text-center text-gray-600 dark:text-zinc-400 leading-relaxed">
- Meet the memory API for the AI era — <span className="font-medium">scalable</span>, <span className="font-medium">powerful</span>, <span className="font-medium">affordable</span>, and <span className="font-medium">production-ready</span>.
- </p>
-
- <div className="mt-16 lg:mt-20 grid sm:grid-cols-2 gap-8">
- <HeroCard
- imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/40fe287e-b392-4bd6-9fc5-128ef674ca00/public"
- title="Memory APIs"
- description="Ingest content at scale, in any format. Search and retrieve information with ease."
- href="/memory-api/introduction"
- />
-
- <HeroCard
- imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/abcc107d-7271-4acf-a9a2-90ad7a6f2000/public"
- title="Connectors"
- description="Sync your content with your favorite tools and platforms seamlessly."
- href="/memory-api/connectors/overview"
- />
-
- <HeroCard
- imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/eda8b2fd-9633-4e93-c6bd-10b44be75e00/public"
- title="Model Enhancer"
- description="Supercharge your LLM with supermemory's intelligent context management."
- href="/model-enhancement/getting-started"
- />
-
- <HeroCard
- imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/9af9572c-9f8d-42d8-f7d0-503a5f87a300/public"
- title="supermemory MCP"
- description="Carry your memories with you, using supermemory MCP integration."
- href="/supermemory-mcp/introduction"
- />
- </div>
- </div>
-</div> \ No newline at end of file