How to Share Claude Conversations with Your Team

A walkthrough of setting up Convos — a free tool that turns Claude conversations into beautiful, shareable web pages with syntax highlighting and multiple view modes.

You

I keep having really useful conversations with Claude about debugging and architecture decisions, but I can never easily share them with my team. I end up copy-pasting into Google Docs and it looks terrible - no syntax highlighting, formatting is broken, and it's just a wall of text. Is there a better way?

Claude

There's actually a neat solution for this — you can publish your conversation as a clean, shareable web page using [Convos](https://convos.staroseltsev.com). It renders your conversation with proper markdown formatting, syntax highlighting, and even lets viewers switch between a chat-style view and a desktop view.

You just say "share this conversation" and it generates a unique link you can send to anyone. No sign-up needed.

You

That sounds great but how do I set it up? I use Claude Code mostly.

Claude

One command:

curl -sL https://convos.staroseltsev.com/install/share-convo.md -o ~/.claude/commands/share-convo.md

After that, you can run `/share-convo` in any Claude Code session, or just say "let's share this conversation" and it'll package up the messages and give you a link.

If you use Claude Desktop or Claude on the web, you can add it as an MCP server instead — just point it to `https://convos.staroseltsev.com/mcp`.

You

What if I accidentally share something sensitive?

Claude

You can delete any conversation by its ID. Just tell Claude "delete conversation {id}" and it will handle the API call for you.

You can also update an existing conversation to redact specific messages before anyone sees them.

Loading conversation...