supermemory
supermemory copied to clipboard
Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension.

SuperMemory
👀 What is this?
Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension (the extension on webstore is not updated, please use the one in the repo)
Well, here's the thing - me and @yxshv save a lot of content on the internet.
Twitter bookmarks, websites, snippets, etc.
But we never look back to it - to us, it's like throwing information in the void.
Supermemory fixes this.
How do I use this?
Just go to supermemory.dhr.wtf and sign in with your google account.
To use the chrome extension,
- Get the chrome ext (click on the button)
- Click on the "Extension Auth" button so the extension knows who you are :)

👨💻 The Stack

Supermemory has three main modules, managed by turborepo:
apps/web: The main web UI.
The database, auth etc logic is here

Built with:
- Nextjs 14
- Next Auth
- Drizzle ORM
- Cloudflare D1 database
- Cloudflare ratelimiter
- TailwindCSS
- shadcn-ui
- And some other amazing open source projects like Novel and vaul
- Hosted on Cloudflare Pages
apps/extension: Chrome extension
The chrome extension is one of the most important part of the setup, but is not required.This is to easily add pages to your memory.

You can also use it to import all your twitter bookmarks!

Built with:
- CRXJS
- Vite
- TailwindCSS
- shadcn-ui
- React
apps/cf-ai-backend: This module handles the vector store and AI response generation
This is where the magic happens! Built with:
- Cloudflare Workers
- Cloudflare AI
- Cloudflare Vectorize
- Cloudflare Queues
- Cloudflare Browser Rendering
- Cloudflare KV
Contribute or self host
Supermemory is design to be set up easily locally and super duper easy to set up 💫
Please see the SETUP-GUIDE.md for setup instructions.
Contributing
Contributions are very welcome! A contribution can be as small as a ⭐ or even finding and creating issues.