C

Claudebin

Free
Developer ToolsFreeFree tier
#twitter
Inputs: fileOutputs: url
Type
Saas
Company
Claudebin
LinksX

About Claudebin

Claudebin is an open-source tool designed for users of Claude Code (Anthropic's terminal-based AI). Since Claude Code stores session data locally in a non-human-readable format, Claudebin allows users to export these sessions into shareable, navigable, and embeddable web artifacts. It captures the complete context of a session, including message threads, file reads and writes, bash commands, and MCP calls, providing a structured viewer via a unique URL. This makes it possible to share terminal interactions in pull requests, documentation, or to resume them on different local machines.

How to Use

To use Claudebin, install the plugin in your terminal using the command: 'claude plugin marketplace add wunderlabs-dev/claudebin && claude plugin install claudebin@claudebin-marketplace'. Once installed, you can capture your Claude Code session and generate a shareable URL to view the thread, bash commands, and file changes in a browser.

Key Features

  • Export full Claude Code message threads
  • Capture bash commands and file I/O operations
  • Generate structured, navigable web viewers for sessions
  • Embed selected session ranges into documentation
  • Resume shared sessions locally
  • One-click plugin installation

Use Cases

  • Linking a specific Claude Code refactoring session in a GitHub Pull Request
  • Embedding AI-generated code workflows into technical documentation
  • Sharing complex debugging steps with teammates
  • Moving a terminal AI session from one machine to another

Key Features

Export full Claude Code message threads
Capture bash commands and file I/O operations
Generate structured, navigable web viewers for sessions
Embed selected session ranges into documentation
Resume shared sessions locally
One-click plugin installation

Pros & Cons

Pros
  • Free and open-source, with no usage limits or costs
  • Preserves 100% of session context without data loss
  • Simplifies sharing complex terminal interactions via simple URLs
  • Embeddable and navigable viewer enhances accessibility
  • Facilitates seamless session resumption across machines
  • Community-driven development via GitHub
Cons
  • Exclusively for Claude Code users; no support for other tools
  • Requires local installation or access to Claude Code session files
  • Potential privacy risks when sharing sessions with sensitive data
  • Dependent on Claude Code's session format, which may change
  • SaaS hosting may have uptime or scalability limitations for high traffic

Best For

Linking a specific Claude Code refactoring session in a GitHub Pull RequestEmbedding AI-generated code workflows into technical documentationSharing complex debugging steps with teammatesMoving a terminal AI session from one machine to another

Alternatives to Claudebin

FAQ

What is Claudebin used for?
Claudebin converts non-readable Claude Code session files into shareable web pages with full context, including messages, files, commands, and MCP calls.
Is Claudebin free?
Yes, it is completely free and open-source.
How do I share a Claude Code session?
Use Claudebin to export the local session file, which generates a unique URL for a navigable web viewer.
Can I embed Claudebin sessions in my docs?
Yes, the web artifacts are embeddable in websites, Markdown files, or pull request descriptions.
Does it work with the latest Claude Code?
It supports current session formats but may require updates if Anthropic changes the binary structure.
Where is the source code?
Available on GitHub at https://github.com/wunderlabs-dev/claudebin.com.