aboutsummaryrefslogtreecommitdiff
path: root/apps/docs/overview/why-supermemory.mdx
blob: c1d651a97f388f43216e9d2b3c5f323c536121da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: "Why supermemory?"
description: "Learn the problems and challenges of building a memory layer, and how supermemory solves them!"
---

### The problem

...so you want to build your own memory layer. Let's go through your decision process:

<Steps>
  <Step title="Let's choose a vector database">
    <Card title="Found a vector database?">
      - Oh no, it's way too expensive. Time to switch.
      - Turns out it's painfully slow. Let's try another.
      - Great, now it won't scale. Back to square one.
      - The maintenance is a nightmare. Need something else.
    </Card>
  </Step>
  <Step title="Now for the embedding model">
    <Card title="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
    </Card>
  </Step>
  <Step title="Time to build the memory layer">
    <CardGroup cols="1">
      <Card title="So many types of content">
        - Websites: How do you handle JavaScript? What about rate limits?
        - PDFs: OCR keeps failing, text extraction is inconsistent
        - Images: Need computer vision models now?
        - Audio/Video: Transcription costs add up quickly
      </Card>
    </CardGroup>
  </Step>
</Steps>

And in the middle of all this, you're wondering...

> "When will I actually ship my product?"

### The solution

If you're not a fan of reinventing the wheel, you can use supermemory.

<CardGroup cols="1">
  <Card title="Affordable & Easy to Use" icon="banknote">
    - Start for free, scale as you grow
    - Simple API, deploy in minutes
    - No complex setup or maintenance
    - Clear, predictable pricing
  </Card>
  <Card title="Simple Connectors" icon="plug">
    - Notion, Google Drive, Slack
    - Web scraping and PDF processing
    - Email and calendar sync
    - Custom connector SDK
  </Card>
  <Card title="Production Ready" icon="activity">
    - Enterprise-grade security
    - Sub-200ms latency at scale
    - Automatic failover and redundancy
    - 99.9% uptime guarantee
  </Card>
</CardGroup>

Stop reinventing the wheel. Focus on building your product while we handle the memory infrastructure.