https://github.com/rohit1kumar/shareclaude
Chrome Extension to share your Claude chats with one click https://shareclaude.pages.dev
https://github.com/rohit1kumar/shareclaude
chrome-extensions claude share-claude-chats share-claude-conversation shareclaude
Last synced: about 1 year ago
JSON representation
Chrome Extension to share your Claude chats with one click https://shareclaude.pages.dev
- Host: GitHub
- URL: https://github.com/rohit1kumar/shareclaude
- Owner: rohit1kumar
- Created: 2024-08-20T12:35:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T08:28:56.000Z (over 1 year ago)
- Last Synced: 2025-04-20T18:39:07.752Z (over 1 year ago)
- Topics: chrome-extensions, claude, share-claude-chats, share-claude-conversation, shareclaude
- Language: JavaScript
- Homepage: https://shareclaude.roht.me
- Size: 2.04 MB
- Stars: 30
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# [ShareClaude](https://shareclaude.pages.dev)
Chrome Extension to share your [Claude](https://claude.ai) chats with one click.
[](https://shareclaude.pages.dev)
[](https://chrome.google.com/webstore/detail/shareclaude/pcpjdbnjhgofgjgegodlnebdnmiddmaa)
## [Download from Chrome Web Store](https://chromewebstore.google.com/detail/shareclaude/pcpjdbnjhgofgjgegodlnebdnmiddmaa)
## Features
- One-click sharing of Claude AI conversations
- Instant URL generation
- Support syntax highlighting for code and Artifacts including Mermaid & JSON
- Works directly with Claude's web interface
## How It Works
When you share a conversation, the extension stores the converastions to ShareClaude's database (not Claude). Each conversation gets a unique URL, similar to an unlisted YouTube video. The URL can be shared with anyone, but it won’t show up in search results on Google.
Further conversations are served from ShareClaude’s database, not directly from Claude.
*Important: While the URL is private and not searchable, anyone with the URL can still view the conversation. Please avoid sharing sensitive or personal information.*
## Installation
1. Clone this repository:
```bash
git clone https://github.com/rohit1kumar/shareclaude.git
```
2. Open Chrome and navigate to `chrome://extensions/`
3. Enable "Developer mode" in the top right corner
4. Click "Load unpacked" and select the `extension` folder from the cloned repository
## How to Use
1. Open [Claude](https://claude.ai) in your browser
2. Start or continue a conversation with Claude
3. Click the  share icon in the input box adjacent to the attachments button.
4. The sharing URL will be automatically copied to your clipboard
5. Share the URL with anyone you want!
## Tech Stack
- **Frontend**: React, TailwindCSS
- **Backend**: Cloudflare Workers
- **Database**: Cloudflare D1
## Known Issues
- ~~Extension icon may not appear on the first load. Refreshing the page resolves this issue~~
## Contributing
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requests
## Links
- [Website](https://shareclaude.pages.dev)
---
Made with ☕ for the Claude community