Skip to content

SSoggyTacoMan/Claude-Share

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser extension to share and export your Claude chats with one click.

Visit ShareClaude Platform Chrome Platform Firefox

Features

  • 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

How It Works

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.

How to Use

  1. Open Claude in your browser
  2. Start or continue a conversation with Claude
  3. Click the ShareClaude button in the top-right corner (next to Claude's native Share button, separated by a divider)
  4. 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)

Tech Stack

  • Frontend: React, TailwindCSS
  • Backend: Cloudflare Workers
  • Database: Cloudflare D1

Installation

Chrome

Install from Chrome Web Store (Recommended)

OR for development/debugging:

  1. Clone this repository:

    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

Firefox

Install from Firefox Add-ons Store (Recommended)

OR for development/debugging:

  1. Clone this repository:

    git clone https://github.com/rohit1kumar/shareclaude.git
  2. Open Firefox and navigate to about:debugging#/runtime/this-firefox

  3. Click "Load Temporary Add-on..."

  4. Select the manifest.json file inside the extension folder from the cloned repository

Contributing

Contributions are welcome! Feel free to:

  • Report bugs
  • Suggest new features
  • Submit pull requests

Links


Star History

Star History Chart

Made with ☕ for the Claude community

About

A Browser Extension to share and export your Claude chats with one click

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages

  • JavaScript 90.5%
  • HTML 9.4%
  • CSS 0.1%