Claudebin: Export and Share Claude Code Sessions as Resumable URLs
By
Vlad Temian
A reheated bagel, served cold.
Summary
Claudebin is a tool that allows users to export Claude Code terminal sessions into shareable, resumable URLs. It captures the full session data including message threads, file operations, bash commands, and web/MCP calls, making it easier to review, share, and embed coding sessions in documentation or pull requests.
Key quotes
· 4 pulledClaudebin lets you export a Claude Code session.
It captures: - the full message thread - file reads/writes - bash commands - web and MCP calls
It returns a URL with a structured, navigable viewer.
You can link it in a PR, embed a selected range in your docs, or resume it locally.
You might also wanna read
CC-Wiki: A tool to convert Claude Code session history into a shareable knowledge base
CC-Wiki is a tool that converts Claude Code's local session history (~/.claude) into a shareable, Quartz-based knowledge base. It packages r
ccrider: Terminal Tool for Searching and Managing Claude Code Sessions
ccrider is a terminal-based tool for managing Claude Code sessions, allowing users to search, browse, and resume their coding conversations.
Claude File Recovery Tool: Reconstruct Files from Claude Code Session Transcripts
A GitHub repository for a Python tool that recovers files created and modified by Claude Code from JSONL session transcripts. The tool parse
claude-replay: Convert AI Coding Agent Sessions into Interactive HTML Replays
claude-replay is an open-source tool that converts AI coding agent session logs (from Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCo
Claude Code on the Web: Cloud-Based Development Environment Documentation
This documentation page covers Claude Code on the web, Anthropic's cloud-based development environment at claude.ai/code. It explains how cl
claudraband: Programmatic Control Interface for Claude Code TUI
claudraband is a GitHub project that provides programmatic control over Claude Code's terminal user interface (TUI). It wraps the official C
