aboutsummaryrefslogtreecommitdiff
path: root/apps/docs
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2025-01-31 15:52:51 -0700
committerDhravya Shah <[email protected]>2025-01-31 15:52:51 -0700
commitd00e9ae8b4b82b8a207bd5968098bd47b02c9b4b (patch)
tree3d080dcff0f59e2bc4c2b6d307c91183bd074ab8 /apps/docs
parentdocs: v1 (diff)
downloadsupermemory-d00e9ae8b4b82b8a207bd5968098bd47b02c9b4b.tar.xz
supermemory-d00e9ae8b4b82b8a207bd5968098bd47b02c9b4b.zip
docs: update changelog
Diffstat (limited to 'apps/docs')
-rw-r--r--apps/docs/changelog/overview.mdx7
-rw-r--r--apps/docs/introduction.mdx68
2 files changed, 44 insertions, 31 deletions
diff --git a/apps/docs/changelog/overview.mdx b/apps/docs/changelog/overview.mdx
index dbf58b6e..d7d818d9 100644
--- a/apps/docs/changelog/overview.mdx
+++ b/apps/docs/changelog/overview.mdx
@@ -4,6 +4,9 @@ description: "New updates and improvements"
mode: "center"
---
-<Update label="2024-10-12" description="v0.1.1">
- You can now search for memories in multiple spaces at once.
+<Update label="2025-02-01" description="v0.1.1">
+ - You can now search for memories in multiple spaces at once.
+ - All endpoints have been updated to `/v1` for better versioning
+ - Improved documentation and examples
+ - Interactive [API Playground](https://docs.supermemory.ai/api-reference)
</Update>
diff --git a/apps/docs/introduction.mdx b/apps/docs/introduction.mdx
index 90f93921..efbf63a9 100644
--- a/apps/docs/introduction.mdx
+++ b/apps/docs/introduction.mdx
@@ -19,6 +19,8 @@ Introducing the Supermemory API. An _affordable_, _easy-to-use_, and _production
alt="Hero Dark"
/>
+Trusted by Open source [8.5k+ stars](https://git.new/memory), one of the fastest [growing growing projects in Q3 2024](https://runacap.com/ross-index/q3-2024/), Product of the day on [ProductHunt](https://www.producthunt.com/posts/supermemory).
+
## Why Supermemory?
### The problem
@@ -36,14 +38,14 @@ Introducing the Supermemory API. An _affordable_, _easy-to-use_, and _production
</Warning>
</Step>
- <Step title="Now for the embedding model">
- <Note>
- Which one to choose? Unless you have a PhD in AI, good luck figuring out:
- - Which model fits your use case
- - What are the performance tradeoffs
- - How to keep up with new releases
- </Note>
- </Step>
+{" "}
+<Step title="Now for the embedding model">
+ <Note>
+ Which one to choose? Unless you have a PhD in AI, good luck figuring out: -
+ Which model fits your use case - What are the performance tradeoffs - How to
+ keep up with new releases
+ </Note>
+</Step>
<Step title="Time to build the memory layer">
<CardGroup cols={2}>
@@ -72,39 +74,47 @@ And in the middle of all this, you're wondering...
### The solution
-If you are not a fan of reinventing the wheel, you can use Supermemory.
+If you are not a fan of reinventing the wheel, you can use Supermemory.
<CardGroup cols={2}>
- <Card title="Affordable & Easy to Use" icon="circle-check" className="text-emerald-600">
+ <Card
+ title="Affordable & Easy to Use"
+ icon="circle-check"
+ className="text-emerald-600"
+ >
<div className="text-emerald-700 space-y-1">
- - Start for free, scale as you grow
- - Simple API, deploy in minutes
- - No complex setup or maintenance
- - Clear, predictable pricing
+ - Start for free, scale as you grow - Simple API, deploy in minutes - No
+ complex setup or maintenance - Clear, predictable pricing
</div>
</Card>
- <Card title="Ready-made Connectors" icon="circle-check" className="text-emerald-600">
+ <Card
+ title="Ready-made Connectors"
+ icon="circle-check"
+ className="text-emerald-600"
+ >
<div className="text-emerald-700 space-y-1">
- - Notion, Google Drive, Slack integration
- - Web scraping and PDF processing
- - Email and calendar sync
- - Custom connector SDK
+ - Notion, Google Drive, Slack integration - Web scraping and PDF
+ processing - Email and calendar sync - Custom connector SDK
</div>
</Card>
- <Card title="Production Ready" icon="circle-check" className="text-emerald-600">
+ <Card
+ title="Production Ready"
+ icon="circle-check"
+ className="text-emerald-600"
+ >
<div className="text-emerald-700 space-y-1">
- - Enterprise-grade security
- - Sub-200ms latency at scale
- - Automatic failover and redundancy
- - 99.9% uptime guarantee
+ - Enterprise-grade security - Sub-200ms latency at scale - Automatic
+ failover and redundancy - 99.9% uptime guarantee
</div>
</Card>
- <Card title="Open Source & Trusted" icon="circle-check" className="text-emerald-600">
+ <Card
+ title="Open Source & Trusted"
+ icon="circle-check"
+ className="text-emerald-600"
+ >
<div className="text-emerald-700 space-y-1">
- - Open source core
- - Active community
- - Regular security audits
- - Transparent development
+ - Open source core - Active community - Regular security audits -
+ Transparent development
</div>
</Card>
</CardGroup>