Essentials
How Supermemory works
A short guide to how Supermemory works
Supermemory is a hosted service. This means that you don’t need to worry about the infrastructure.
but it’s still good to know how it works.
Supermemory has three main modules, managed by turborepo:
apps/web
: The main web UI.
Built with:
- Remix
- Hono
- authkit-remix-cloudflare by Supermemory
- Drizzle ORM
- TailwindCSS
- shadcn-ui
- And some other amazing open source projects like Plate 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.
please rate the extension to improve the rating 🙏.
Built with:
apps/backend
: This module handles the vector store and AI response generation
This is where the magic happens! Built with:
Was this page helpful?