Browser extension to share and export your Claude chats with one click.
- One-click sharing of Claude AI conversations
- Instant URL generation
- Supports syntax highlighting for code and artifacts, including Mermaid and JSON
- Works directly with Claude's web interface
When you share a conversation, the extension stores the conversation in ShareClaude's database, not Claude's. 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 Google search results. Shared 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.
- Open Claude in your browser
- Start or continue a conversation with Claude
- Click the ShareClaude button in the top-right corner (next to Claude's native Share button, separated by a divider)
- A menu appears with options:
- Share to ShareClaude: Uploads the conversation and copies the link to your clipboard as an alternative to Claude's native share option
- Export: Downloads the conversation as HTML, Markdown, plain text, JSON, or Word (.docx)
- Frontend: React, TailwindCSS
- Backend: Cloudflare Workers
- Database: Cloudflare D1
Install from Chrome Web Store (Recommended)
OR for development/debugging:
-
Clone this repository:
git clone https://github.com/rohit1kumar/shareclaude.git
-
Open Chrome and navigate to
chrome://extensions/ -
Enable "Developer mode" in the top right corner
-
Click "Load unpacked" and select the
extensionfolder from the cloned repository
Install from Firefox Add-ons Store (Recommended)
OR for development/debugging:
-
Clone this repository:
git clone https://github.com/rohit1kumar/shareclaude.git
-
Open Firefox and navigate to
about:debugging#/runtime/this-firefox -
Click "Load Temporary Add-on..."
-
Select the
manifest.jsonfile inside theextensionfolder from the cloned repository
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requests
Made with ☕ for the Claude community