mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 03:56:18 +00:00
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.
| Before (react-markdown) | After (streamdown) | | --- | --- | | <img width="300" height="863" alt="Before: react-markdown rendering" src="https://github.com/user-attachments/assets/807d0d3c-8634-45f3-a34f-79dd8139bef2" /> | <img width="300" height="814" alt="After: streamdown rendering" src="https://github.com/user-attachments/assets/8a718a9c-d842-424b-8679-15036076b142" /> | ## Changes Made - **Dependencies**: Removed `react-markdown` and `remark-gfm`, added `streamdown@^1.1.6` - **Component Updates**: - Updated chat message rendering to use `<Streamdown>` component - Maintained all existing functionality for tool state rendering - Preserved prose styling classes for consistent appearance - **Code Quality Improvements**: - Fixed TypeScript type issues with message parts - Improved switch case structure with proper default cases - Replaced array index-based keys with stable message-based keys - Added `useCallback` for performance optimization - Fixed biome linting issues and switch case fallthrough warnings |
||
|---|---|---|
| .github/workflows | ||
| apps/web | ||
| packages | ||
| .gitignore | ||
| .npmrc | ||
| biome.json | ||
| bun.lock | ||
| CLAUDE.md | ||
| CONTRIBUTE.md | ||
| LICENSE | ||
| logo.svg | ||
| package.json | ||
| README.md | ||
| turbo.json | ||
Features
Core Functionality
- Add Memories from Any Content: Easily add memories from URLs, PDFs, and plain text—just paste, upload, or link.
- Chat with Your Memories: Converse with your stored content using natural language chat.
- Supermemory MCP Integration: Seamlessly connect with all major AI tools (Claude, Cursor, etc.) via Supermemory MCP.
How do i use this?
Go to app.supermemory.ai and sign into with your account
- You can also Connect to your favourite services (Notion, Google Drive, OneDrive)
- Once Memories are added, you can chat with Supermemory by clicking on "Open Chat" and retrieve info from your saved memories
- Add MCP to your AI Tools (by clicking on "Connect to your AI" and select the AI tool you are trying to integrate)
Support
Have questions or feedback? We're here to help:
- Email: dhravya@supermemory.com
- Documentation: 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
- Fork and clone the repository
- Install dependencies with
bun install - Set up your environment by copying
.env.exampleto.env.local - Start developing with
bun run dev
For detailed guidelines, development setup, coding standards, and the complete contribution workflow, please see our Contributing Guide.
Ways to Contribute
- 🐛 Bug fixes - Help us squash those pesky issues
- ✨ New features - Add functionality that users will love
- 🎨 UI/UX improvements - Make the interface more intuitive
- ⚡ Performance optimizations - Help us make supermemory faster
Check out our Issues page for good first issue and help wanted labels to get started!
Updates & Roadmap
Stay up to date with the latest improvements: