Skip to content

rohit1kumar/shareclaude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Extension to share your Claude chats with one click.

Visit ShareClaude Platform Chrome

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:
    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 in your browser
  2. Start or continue a conversation with Claude
  3. Click the share_button 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


Made with ☕ for the Claude community