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?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | Saves time spent on screenshots, screen recordings, or writing descriptions. One link does it all. | Plugin installation + learning curve, about 10 minutes. |
| Money | Completely free and open-source. | Zero. |
| Energy | No 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:
- Plugin side: Reads the current session's JSONL file.
- Upload: Pushes the JSONL to Supabase Storage.
- Parsing: The server breaks the JSONL into messages (prompts, responses, tool calls, file edits).
- Title Generation: Calls OpenRouter's LLM to give the session a name.
- 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
| Feature | Type | Description |
|---|---|---|
| JSONL Upload + Parsing | Core | Turns local sessions into structured data |
| Structured Viewer | Core | Web page with syntax highlighting and tool call displays |
| Resumable URL | Core | Links that allow others to resume the session locally |
| Auto Title Generation | Delighter | Uses LLM to name the session |
| Org/Team Isolation | Missing | Requested by users, not yet implemented |
| E2E Encryption | Missing | Competitor claudereview already offers this |
Competitor Comparison
| Dimension | Claudebin | claudereview | runlog.io | cctrace | Native Share |
|---|---|---|---|---|---|
| USP | Resumable URL + Structured View | Encryption + Password + Deep Links | One-click upload + Hosting | Export to Git Repo | Built-in |
| Encryption | None | Client-side | Privacy Filtering | None | Platform-level |
| CLI Tool | Plugin | ccshare (Bun) | runlog | CLI | /export |
| Resumable | Yes | Unclear | View only | Yes (Importable) | Yes |
| Open Source | Yes | Yes (MIT) | Yes | Yes | No |
| Price | Free | Free | Free | Free | In Subscription |
Key Takeaways
- "Session as Content": Turning the development process into a consumable content format is a powerful idea for AI pair programming education.
- Plugin Architecture: Leveraging Claude Code's
--plugin-dirmechanism 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
| Tier | Price | Features | Enough? |
|---|---|---|---|
| Free (Only Option) | $0 | All features | Yes |
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:
- Clone the plugin repo:
github.com/wunderlabs-dev/claudebin - Start Claude Code with
--plugin-dir /path/to/claudebin - Trigger export within the session.
- Get your shareable claudebin.com link.
- Clone the plugin repo:
Pitfalls & Feedback
- No Team/Org Features: All exported sessions appear to be publicly accessible. Users are already asking for private team sharing.
- No Encryption: Your full session (including potential API keys or internal paths) is uploaded. Competitor claudereview offers client-side encryption, which Claudebin lacks.
- 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
| Alternative | Pros | Cons |
|---|---|---|
| claudereview.com | E2E encryption, password protection, deep links to messages | No "resume" feature |
| runlog.io | One-click upload, auto privacy filtering | View only, not resumable |
| cctrace | Export to Git, committable and resumable | Requires manual management |
| Claude Code Native | Official support, no install needed | One-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
| Tier | Players | Positioning |
|---|---|---|
| Top | Claude Code Native, GitHub Copilot | Platform-integrated |
| Mid | claudereview.com, cc-log-viewer | Independent tools with differentiation |
| Newcomers | Claudebin, runlog.io, cctrace | Open-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 Type | Advice |
|---|---|
| Developer | Worth checking the source code to learn; the tech stack is a classic Next.js + Supabase combo. |
| Product Manager | The "Session as Content" concept is worth borrowing. Watch the evolution of native sharing to see if third-party gaps remain. |
| Blogger | Great for a "Claude Code Session Management Comparison" article. |
| Early Adopter | It's free, so give it a spin. Just be careful not to upload sessions with sensitive keys. |
| Investor | This specific product isn't the play, but keep an eye on the "AI Programming Collaboration" sector. |
Resource Links
| Resource | Link |
|---|---|
| Official Site | claudebin.com |
| GitHub (Web) | wunderlabs-dev/claudebin.com |
| GitHub (Plugin) | wunderlabs-dev/claudebin |
| Product Hunt | producthunt.com/products/claudebin |
| Hacker News | Show HN: Claudebin |
| Founder GitHub | github.com/vtemian |
2026-02-21 | Trend-Tracker v7.3