Back to browse
Claudebin – Share and resume Claude Code sessions with a single link

Claudebin – Share and resume Claude Code sessions with a single link

by balajmarius·Feb 19, 2026·30 points·14 comments

AI Analysis

●●SolidSolve My ProblemShip It

Session export for Claude Code, but only solves Claude's walled garden problem.

Strengths
  • Addresses real friction: Claude Code sessions currently trapped in terminal, hard to share or hand off
  • One-click install + simple share model makes the core workflow frictionless and accessible
  • Open source + embeddable threads create community library value beyond individual sharing
Weaknesses
  • Narrowly scoped to Claude Code users; doesn't solve sharing for other IDEs or tools
  • Depends entirely on Claude/Anthropic's ecosystem; closed system means limited growth ceiling
Target Audience

Claude Code users who need to share, document, or resume AI-assisted coding sessions

Similar To

Continue (local context handoff) · Cursor Sessions · Anthropic's own future session sharing (likely inevitable)

Post Description

Hi HN,

We use Claude Code a lot, and after a long session there isn't a simple way to share exactly what happened with someone else. Prompts, responses, file edits, and tool calls all stay inside the terminal.

We built Claudebin to make that easier.

It's a plugin that lets you export the current session as a URL containing: - the full message thread - file reads and writes - bash commands - web and MCP calls

You can send the link to someone, attach it to a PR, embed part of it, or resume the session locally.

It's open source.

GitHub: https://github.com/wunderlabs-dev/claudebin.com/

Similar Projects