Back to Explore

Claudebin

Code Review Tools

Export and share your Claude Code sessions as resumable URLs

💡 Claude Code runs in your terminal, but its session data is tucked away in a local, machine-only format. If you've just nailed a complex refactor or a deep debugging session, sharing that context with a teammate isn't easy. Claudebin changes that. It exports your full Claude Code session—including message threads, file changes, bash commands, and MCP calls—into a clean, navigable web viewer. You can drop the link in a PR, embed it in your docs, or even resume the session on another machine.

"It's like a 'Save Game' file for your AI coding sessions—one link lets anyone watch the replay or pick up the controller."

30-Second Verdict
What is it: Export local Claude Code terminal sessions into shareable, viewable, and resumable web links.
Worth attention: If you use Claude Code frequently and need to collaborate with colleagues or perform code reviews, it's definitely worth a look.
4/10

Hype

6/10

Utility

7

Votes

Product Profile
Full Analysis Report

Claudebin: A Shareable URL for Your Claude Code Sessions

2026-02-21 | Product Hunt | Official Site | GitHub


30-Second Quick Judgment

What is this?: It exports your local Claude Code terminal sessions into a web page with a link—viewable, shareable, and resumable. Essentially, it's a "Shareable Replay" for Claude Code.

Is it worth watching?: If you live in Claude Code daily and want to share a complex debug session with a teammate, it's worth a shot. However, the space is getting crowded, and with Claude Code building its own native sharing, Claudebin's longevity is a bit of a question mark.


Three Questions That Matter

Is it relevant to me?

  • Target users: Developers who spend their day in Claude Code, especially those needing team collaboration or code reviews.
  • Am I the target?: You are if you meet any of these --
    • You run Claude Code sessions for 30+ minutes that produce a mountain of file changes.
    • You need to explain "why I changed this" in a PR, but a simple diff doesn't tell the whole story.
    • You want to archive a brilliant Claude Code interaction for future team review.
  • When would I use it?:
    • Attaching a Claudebin link to a PR so reviewers can see your full thought process.
    • Debugging a nasty bug and sharing the solution steps with a colleague.
    • Embedding a real AI programming session into a tech blog or tutorial.
    • Skip this if -> You only use Claude Code for personal projects and never need to share your work.

Is it useful to me?

DimensionBenefitCost
TimeSaves time spent on screenshots, screen recordings, or writing descriptions. One link does it all.Plugin installation + learning curve, about 10 minutes.
MoneyCompletely free and open-source.Zero.
EnergyNo more repeating "what the AI changed" during code reviews.Just need to remember to export at the right time.

ROI Judgment: If you share Claude Code sessions at least once or twice a week, the 10-minute setup is totally worth it. If you're a solo dev who rarely does code reviews, you can wait and see.

Is it delightful?

The "Aha!" moments:

  • One-click export: No manual digging through JSONL files; the plugin handles the upload and link generation.
  • Structured viewer: Not just a text dump, but a clean web interface with syntax highlighting and collapsible tool calls.
  • Resumable: If you get someone else's link, you can actually resume the session locally to keep working, not just "look" at it.

What users are saying:

"Long Claude Code sessions produce great results, but sharing the process with teammates was nearly impossible—just screenshots or messy summaries. Having a resumable URL with the full thread and file operations makes so much sense, especially for PR context." -- Hacker News User

"Is there any way to have an organization within my profile so I can share the sessions only with my team?" -- Product Hunt User


For Independent Developers

Tech Stack

  • Frontend: Next.js 16 (Pages Router + API Routes)
  • Backend: Next.js Server Actions
  • Database: PostgreSQL (Hosted on Supabase) + Row Level Security
  • Storage: Supabase Storage (for uploaded JSONL session files)
  • AI: OpenRouter API (used solely for auto-generating session titles)
  • Plugin: Claude Code Plugin architecture (--plugin-dir)

How it works

Claude Code session history is stored as JSONL in ~/.claude/projects/. Claudebin simply:

  1. Plugin side: Reads the current session's JSONL file.
  2. Upload: Pushes the JSONL to Supabase Storage.
  3. Parsing: The server breaks the JSONL into messages (prompts, responses, tool calls, file edits).
  4. Title Generation: Calls OpenRouter's LLM to give the session a name.
  5. Viewer: Next.js renders a structured, highlighted web page.

Run command: claude --plugin-dir /path/to/claudebin --dangerously-skip-permissions

Open Source Status

  • Fully Open Source: Web App at github.com/wunderlabs-dev/claudebin.com, Plugin at github.com/wunderlabs-dev/claudebin
  • Self-hostable: Requires configuring Supabase + OpenRouter environment variables.
  • Build difficulty: Low-Medium. It's essentially JSONL parsing + Supabase CRUD + Next.js rendering. An experienced full-stack dev could build something similar in 1-2 weeks.

Business Model

None. It's a free open-source project with no paid plans. It appears to be a side project/portfolio piece rather than a commercial product.

Giant Risk

High. Claude Code officially introduced native session sharing in early 2026. While the native version currently has limitations—one-way transfer, no real-time sync, limited cross-machine resume—Anthropic is iterating fast. As native features improve, the space for third-party tools will shrink.


For Product Managers

Pain Point Analysis

  • The Problem: Claude Code session data is trapped in unreadable JSONL files locally. Long sessions containing prompts, code edits, and bash commands are locked in the terminal and cannot be shared.
  • Severity: Medium frequency, "nice-to-have." Not every user needs to share, but for team collaboration and code reviews, it's a genuine friction point. GitHub Issue #18645 shows users specifically requesting cross-machine export/import.

User Persona

  • Core User: Full-stack/Backend developers using Claude Code who need to perform code reviews in a team.
  • Secondary User: Tech bloggers and tutorial authors wanting to showcase AI programming workflows.
  • Edge User: Solo developers wanting to archive their best sessions.

Feature Breakdown

FeatureTypeDescription
JSONL Upload + ParsingCoreTurns local sessions into structured data
Structured ViewerCoreWeb page with syntax highlighting and tool call displays
Resumable URLCoreLinks that allow others to resume the session locally
Auto Title GenerationDelighterUses LLM to name the session
Org/Team IsolationMissingRequested by users, not yet implemented
E2E EncryptionMissingCompetitor claudereview already offers this

Competitor Comparison

DimensionClaudebinclaudereviewrunlog.iocctraceNative Share
USPResumable URL + Structured ViewEncryption + Password + Deep LinksOne-click upload + HostingExport to Git RepoBuilt-in
EncryptionNoneClient-sidePrivacy FilteringNonePlatform-level
CLI ToolPluginccshare (Bun)runlogCLI/export
ResumableYesUnclearView onlyYes (Importable)Yes
Open SourceYesYes (MIT)YesYesNo
PriceFreeFreeFreeFreeIn Subscription

Key Takeaways

  1. "Session as Content": Turning the development process into a consumable content format is a powerful idea for AI pair programming education.
  2. Plugin Architecture: Leveraging Claude Code's --plugin-dir mechanism allows for extension without invading the main workflow.

For Tech Bloggers

Founder Story

  • Vlad Temian (@vtemian), based in Timisoara, Romania. Describes himself as "python, systems, solving problems."
  • Former Lead Backend at The Sandbox (Metaverse platform), organized Web3 Timisoara Meetups.
  • Has 155 repos and 157 followers on GitHub; other projects include micode, octto, and claude-notes.
  • Marius Balaj (balajmarius.com) is the co-creator.
  • Developed under the Wunderlabs (wunderlabs.dev) organization. They've pivoted from Web3 to AI dev tools, catching the early wave of the Claude Code ecosystem.

Discussion Angles

  • Native vs. Third-Party: Now that Claude Code has official sharing, are third-party tools still necessary? This is a great debate topic.
  • Session Privacy: Uploading full AI coding sessions to a third-party platform raises security questions. Claudebin currently lacks E2E encryption.
  • The "Pastebin-ization" of Dev Tools: From Pastebin -> GitHub Gist -> Claudebin, the way we share code is evolving into sharing the process.

Hype Data

  • PH Ranking: 7 votes (relatively low).
  • Hacker News: Show HN post exists with moderate discussion.
  • Twitter/X: Very little visible discussion yet.
  • Overall: Early-stage project, hasn't broken out of the niche developer circle yet.

Content Suggestions

  • Angle: "5 Tools to Make Your Claude Code Sessions More Productive"—a comparison of Claudebin, claudereview, and cctrace.
  • Trend Catching: Now is the perfect time for a "Claude Code Ecosystem Roundup" as tools in this space are exploding.

For Early Adopters

Pricing Analysis

TierPriceFeaturesEnough?
Free (Only Option)$0All featuresYes

Hidden Costs: If you self-host, you'll need a Supabase instance (free tier has limits) + an OpenRouter API Key. Using the official claudebin.com is free.

Quick Start Guide

  • Setup Time: ~10 minutes
  • Learning Curve: Low
  • Steps:
    1. Clone the plugin repo: github.com/wunderlabs-dev/claudebin
    2. Start Claude Code with --plugin-dir /path/to/claudebin
    3. Trigger export within the session.
    4. Get your shareable claudebin.com link.

Pitfalls & Feedback

  1. No Team/Org Features: All exported sessions appear to be publicly accessible. Users are already asking for private team sharing.
  2. No Encryption: Your full session (including potential API keys or internal paths) is uploaded. Competitor claudereview offers client-side encryption, which Claudebin lacks.
  3. Dependency on --dangerously-skip-permissions: The official setup requires this flag, which might make security-conscious users uncomfortable.

Security & Privacy

  • Storage: Cloud-based (Supabase Storage).
  • Encryption: No end-to-end encryption.
  • Privacy Policy: No formal privacy policy page found.
  • Recommendation: If your session contains sensitive info, scrub it before uploading or consider self-hosting.

Alternatives

AlternativeProsCons
claudereview.comE2E encryption, password protection, deep links to messagesNo "resume" feature
runlog.ioOne-click upload, auto privacy filteringView only, not resumable
cctraceExport to Git, committable and resumableRequires manual management
Claude Code NativeOfficial support, no install neededOne-way, limited features

For Investors

Market Analysis

  • AI Code Tool Sector: Estimated at $7B-$35B by 2026, with a CAGR of 17-27%.
  • Growth Benchmarks: GitHub Copilot revenue hit $400M in 2025 (YoY +248%); Lovable is projected to hit $1B ARR by mid-2026.
  • Drivers: Rapid adoption of AI coding tools; 52% of developers now rely on cloud-based collab tools.

Competitive Landscape

TierPlayersPositioning
TopClaude Code Native, GitHub CopilotPlatform-integrated
Midclaudereview.com, cc-log-viewerIndependent tools with differentiation
NewcomersClaudebin, runlog.io, cctraceOpen-source community projects

Timing Analysis

  • Why now: Claude Code is seeing explosive growth. Native sharing is still in its infancy, leaving a window for third-party tools to provide better UX.
  • Window size: Small. Anthropic iterates quickly. Once native sharing is "good enough," the need for third-party tools will drop sharply.
  • Analogy: Similar to how Travis CI thrived before GitHub Actions was released.

Team Evaluation

  • Vlad Temian: Romanian dev, former The Sandbox Lead Backend, strong infrastructure background.
  • Marius Balaj: Technical co-creator.
  • Scale: 2 people, operating under Wunderlabs.
  • Verdict: Strong technical execution, but the team is small and unfunded, making it hard to compete with Anthropic's official roadmap.

Investment Value

  • Status: Open-source side project, not a VC-driven commercial product.
  • Value: As a standalone product, it's not an investment target, but the "AI Programming Collaboration" space it occupies is highly valuable.

Conclusion

Claudebin is a neat developer tool that solves a real, albeit niche, problem. Its biggest risk isn't the execution—it's the fact that Anthropic could build these features into the official product at any moment.

User TypeAdvice
DeveloperWorth checking the source code to learn; the tech stack is a classic Next.js + Supabase combo.
Product ManagerThe "Session as Content" concept is worth borrowing. Watch the evolution of native sharing to see if third-party gaps remain.
BloggerGreat for a "Claude Code Session Management Comparison" article.
Early AdopterIt's free, so give it a spin. Just be careful not to upload sessions with sensitive keys.
InvestorThis specific product isn't the play, but keep an eye on the "AI Programming Collaboration" sector.

Resource Links

ResourceLink
Official Siteclaudebin.com
GitHub (Web)wunderlabs-dev/claudebin.com
GitHub (Plugin)wunderlabs-dev/claudebin
Product Huntproducthunt.com/products/claudebin
Hacker NewsShow HN: Claudebin
Founder GitHubgithub.com/vtemian

2026-02-21 | Trend-Tracker v7.3

One-line Verdict

A clever tool solving a real pain point, great for learning and short-term collaboration, but users should be wary of privacy risks and the inevitable replacement by official features.

FAQ

Frequently Asked Questions about Claudebin

Export local Claude Code terminal sessions into shareable, viewable, and resumable web links.

The main features of Claudebin include: JSONL upload and parsing, Structured web viewer, Resumable session URLs, AI-generated titles.

Completely free.

Power users of Claude Code who require team collaboration, code reviews, or technical knowledge sharing.

Alternatives to Claudebin include: claudereview (focus on encryption), runlog.io (focus on privacy), cctrace (export to Git), and official native sharing..

Data source: ProductHuntFeb 21, 2026
Last updated: