diff --git a/README.md b/README.md index a103dc1c..a69b1f96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,33 @@ -
- supermemory Logo -
+

+ + + + supermemory Logo + +

+ Your AI second brain for saving and organizing everything that matters. +

+ + Web App + +   + + Chrome Extension + +   + + Raycast Extension + +   + + Discord + +

+ +

+ Building with Supermemory? Check out the Developer Console and Documentation for API access. +

+
supermemory @@ -13,10 +40,12 @@ - **[Add Memories from Any Content](#add-memory)**: Easily add memories from URLs, PDFs, and plain text—just paste, upload, or link. - **[Chat with Your Memories](#chat-memories)**: Converse with your stored content using natural language chat. - **[Supermemory MCP Integration](#mcp-integration)**: Seamlessly connect with all major AI tools (Claude, Cursor, etc.) via Supermemory MCP. +- **[Browser Extension](#browser-extension)**: Save memories directly from your browser with integrations for ChatGPT, Claude, and Twitter/X. +- **[Raycast Extension](#raycast-extension)**: Add and search memories directly from Raycast with keyboard shortcuts. -## How do i use this? +## How do I use this? -Go to [app.supermemory.ai](https://app.supermemory.ai) and sign into with your account +Go to [app.supermemory.ai](https://app.supermemory.ai) and sign in with your account 1. Start Adding Memory with your choice of format (Note, Link, File)
@@ -38,24 +67,22 @@ Go to [app.supermemory.ai](https://app.supermemory.ai) and sign into with your a supermemory
+5. **Browser Extension**: Install the [Chrome/Edge extension](https://chromewebstore.google.com/detail/supermemory/afpgkkipfdpeaflnpoaffkcankadgjfc) to save memories directly from any webpage, integrate with ChatGPT and Claude conversations, and import from Twitter/X. Right-click on any content or use the extension popup to save memories instantly. + +6. **Raycast Extension**: Install the [Raycast extension](https://www.raycast.com/supermemory/supermemory) to add and search memories directly from Raycast. Use the "Add Memory" command to quickly save content, or "Search Memories" to find and retrieve your saved information with keyboard shortcuts. + ## Support Have questions or feedback? We're here to help: - Email: [support@supermemory.com](mailto:support@supermemory.com) +- Discord: [Join our Discord server](https://discord.gg/HXvsGK2f) - Documentation: [docs.supermemory.ai](https://docs.supermemory.ai) ## Contributing We welcome contributions from developers of all skill levels! Whether you're fixing bugs, adding features, or improving documentation, your help makes supermemory better for everyone. -### Quick Start for Contributors - -1. **Fork and clone** the repository -2. **Install dependencies** with `bun install` -3. **Set up your environment** by copying `.env.example` to `.env.local` -4. **Start developing** with `bun run dev` - For detailed guidelines, development setup, coding standards, and the complete contribution workflow, please see our [**Contributing Guide**](CONTRIBUTING.md). ### Ways to Contribute diff --git a/apps/web/public/add-connections.png b/apps/web/public/add-connections.png index 1f49f4da..e2f8216a 100644 Binary files a/apps/web/public/add-connections.png and b/apps/web/public/add-connections.png differ diff --git a/apps/web/public/add-memory.png b/apps/web/public/add-memory.png index 248ea3e3..f2e60ae8 100644 Binary files a/apps/web/public/add-memory.png and b/apps/web/public/add-memory.png differ diff --git a/apps/web/public/chat.png b/apps/web/public/chat.png index 869c27ec..3c64140d 100644 Binary files a/apps/web/public/chat.png and b/apps/web/public/chat.png differ diff --git a/apps/web/public/logo-light-fullmark.svg b/apps/web/public/logo-light-fullmark.svg new file mode 100644 index 00000000..112cc0a0 --- /dev/null +++ b/apps/web/public/logo-light-fullmark.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/apps/web/public/mcp.png b/apps/web/public/mcp.png index 05ceb619..1bb3846a 100644 Binary files a/apps/web/public/mcp.png and b/apps/web/public/mcp.png differ