Open & Free

Share your AI
conversations

Turn any Claude conversation into a beautiful, shareable web page. One command to install, one phrase to share.

See a demo conversation →

How it works

💬

Have a conversation

Chat with Claude in Claude Code, the desktop app, or on the web.

🔗

Say "share this"

Claude packages the conversation and publishes it. You get a link instantly.

🌍

Send the link

Anyone can view it — mobile chat view, desktop view, dark and light mode.

>_

Claude Code

Recommended
1
Install the command
Terminal
curl -sL https://convos.staroseltsev.com/install/share-convo.md \ -o ~/.claude/commands/share-convo.md
2
Use it
Claude Code
# Run the command /share-convo # Or just say it naturally: "Let's share this conversation" "Publish the last 5 messages" "Create a link for this chat"

Claude Desktop & Web

1
Add the MCP server

In Claude Desktop, go to Settings → MCP Servers → Add and enter:

MCP Server URL
https://convos.staroseltsev.com/mcp
2
Use it

Just tell Claude to share the conversation. It will call the share_conversation tool and return a link.

{}

API

POST a conversation directly
cURL
curl -X POST https://convos.staroseltsev.com/api/conversations \ -H "Content-Type: application/json" \ -d '{ "title": "My Conversation", "summary": "Optional summary text", "messages": [ {"role": "user", "content": "Hello!"}, {"role": "assistant", "content": "Hi there!"} ] }'

No authentication required. Returns {"id": "...", "url": "..."}

Chat & Desktop views

Toggle between mobile chat bubbles and a desktop layout that looks like Claude's own UI.

Dark & Light mode

Follows system preference by default. Toggle manually with one click.

Syntax highlighting

Code blocks are highlighted with language detection. Copy button included.

Rich link previews

Share in Slack, iMessage, or Telegram — the title and summary show as a preview card.