nowfound

Alternatives

Products that do what Turn Claude Code sessions into beautiful web links does

I got tired of screenshotting claude code sessions to share with teammates, so I built this. It converts session into beautiful web pages with proper rendering of tool calls. Works by parsing CC's session, extracting steps, then uploading to a simple sharing service. Takes about 2 seconds to generate a shareable link. Live examples: - https://cc.getpochi.com/s/IldMh27j (Research claude-code-share repo) - https://cc.getpochi.com/s/mrqGqgOT (Creating an issue in a GitHub repo)

  1. 1MC

    Hey HN! My name is Omkar Kovvali and I've been wanting to share my CC sessions with friends / save + access them easily,so I decided to make an MCP server to do so! /share -> Get a link /import -> resume a conversation in your Claude Code All shared sessions are automatically sanitized, removing api keys, tokens, and secrets. Give it a try following the Github/npm instructions linked below - would love feedback! https://github.com/OmkarKovvali/claude-session-share https://www.npmjs.com/package/claude-session-share

    Jan 2026

  2. 2
    ccshare116

    multiplayer claude code

    Jul 2026 · getccshare.vercel.app

  3. 3

    Securely share your Claude Code with your friends

    May 2026

  4. 4

    See everything Claude Code hides from your terminal

    Feb 2026

  5. 5

    Get your trading card based on your CC & codex usage

    May 2026

  6. 6
    Rudel94

    Claude Code & Codex session analytics for dev teams

    Apr 2026

  7. 7

    CLI control to monitor and work with Claude Code remotely

    Feb 2026

  8. 8

    Paste images into Claude Code like magic

    2025

  9. 9
    Glance 87

    Real browser for Claude Code Test, Screenshot, Automate

    Mar 2026

  10. 10CC

    My team uses Claude Code daily, and the sessions have become some of the most useful artifacts we produce. But they're trapped in ~/.claude/projects/ on whichever laptop they happened on. There's no good way to hand a colleague "the session where I untangled the migration" so they can claude --resume it and keep going from where I left off. Enter ccgs: Share Claude Code sessions through an orphan branch (@ccgs/) in your existing repo's remote - Session files carry the author's absolute paths. On pull, ccgs rewrites the working dir back to your path so resume actually…

    Jun 2026 · github.com

  11. 11

    Spotify Wrapped for your claude coding year!

    Dec 2025

  12. 12IB

    I wanted to share a project I have been working on over the past week. It is a simple local memory system that saves your sessions into Markdown files, which can be viewed later. I developed this after using Claude Mem. I really enjoyed working with it, but it was consuming a lot of RAM, and each Claude session was becoming a major resource hog. I also tried other plugins and MCP solutions, but ran into similar issues, either slow performance or concerns about data being sent elsewhere. Because privacy was a big thing for me, I decided to build my own solution that keeps all data local.

    Feb 2026 · github.com

  13. 13ES

    Created a Chrome extension to share Claude AI conversations after existing options didn't meet my needs Features: 1. Syntax highlighting for codeblocks, Markdown, Mermaid, etc. 2. Properly formatted text for Artifacts, pasted text, or files. It's open-source on GitHub (link on the site) and awaiting Chrome Web Store approval. You can download it from GitHub. To use, click the share icon in the input box.

    2024 · shareclaude.pages.dev

  14. 14AM

    Hey HN, I noticed there are 1,000+ MCP skills on GitHub with zero way for creators to charge for them. So I built Agent37. Selling Claude skills today means asking customers to download your skill, set up Claude Code on their laptops, configure MCP servers, and pray it works. No trial, no updates, often you're just handing over the source. Agent37 lets creators upload a skill, share a link, and anyone can try it instantly (no Claude account needed). Built-in Stripe, creators keep 80%. Looking for feedback on the approach. Would you use something like this?

    Dec 2025 · agent37.com

  15. 15

    yet another free extension might help you

    5d ago · github.com

  16. 16DE

    I wanted a very simple way to dump prompts, links, and todo lists into my claude code and codex agents. And to work outside of the context window. This works particularly well for sharing "Projects" between Claude/ChatGPT etc. It's open source here; https://github.com/Vochsel/dump.page Anything you dump on the board becomes an llms.txt - spatially sorted implicitly and explicity sorted via connection edges. Would love HN's thoughts!

    Mar 2026 · dump.page

  17. 17TP

    Hey! https://claudecrowd.clodhost.com I made clodhost for an easy to use and share web interface to Claude Code, running on its own vps… and then I realized it’d make it easy to implement an idea I’ve had for a long time… basically Wikipedia but the website CODE is produced peer-to-peer. Anybody on the web can submit a prompt, and up/downvote other prompts, and every ten minutes the top one gets submitted to Claude! Anyway, I think it works? Let me know if not and let’s see where this thing goes…

    Feb 2026 · claudecrowd.clodhost.com

  18. 18VC

    We built this on a whim for a hackathon, but I'm thinking to turn it into a real thing! Original GitHub repository at: https://github.com/Flux159/claude-code-go The desktop app exposes an interface to Claude Code, so you can run Claude Code from your phone.

    2025 · vibecodego.com

  19. 19IM

    Hey guys, I needed a way to convert Code, CSV, and Markdown snippets to shareable images so I built this over the weekend. It all runs locally in the browser using a few lines of jQuery. Nothing fancy. Sharing in case someone else might find it useful!

    Mar 2026 · snip2img.com

  20. 20CP

    I thought it would be great to share code snippets without saving them on a server, so I created http://mem.pe It allows you to paste code and save it in your browser's local storage. When you share the URL of the pasted code, other people will connect to it via web sockets. For example, this http://mem.pe/#sge/5 you will be pulling from my browser. I'll keep it open for a while. If you close the web app, your code paste will not be available for anyone to see, until you open the web app again. This is obviously, not suitable for using at forums and other places…

    2013

  21. 21CC
  22. 22PC

    Hi HN, I'm Rob. Contextify indexes every Claude Code and Codex session on your machine into one local, searchable database. The current session, in either tool, can search all of it: /total-recall in Claude Code, $total-recall in Codex. Demo: https://www.youtube.com/watch?v=FvrvRGp4C9M | Mac app: https://contextify.sh (App Store or DMG) | Linux: CLI with a one-line installer, same search. No signup. I split my work between Claude Code and Codex. When I burn through rate limits on one, I switch to the other, and new models keep leapfrogging each other, so the…

    Jul 2026 · contextify.sh

  23. 23EC

    I participated in the Nvidia + Vercel 2 hour hackathon in SF tonight, and built something I've wanted, but hadn't tried building. I implemented an MCP Server and VS Code extension to allow Claude Desktop to place breakpoints, step through code, and execute expressions (assuming language support). So you can ask it a question that requires actually stepping through the code and now it can actually do that - check values for you, etc. It's _definitely_ not perfect. Have improvements? Please make a PR!

    2025 · github.com

  24. 24IB

    Mix is an open-source, local agent for multimodal claude code. Claude code users will feel at home. - Uses ffmpeg and local apps like blender instead of clunky cloud based editors - All project data is stored plain text and native media files - absolutely no lock-in. - The backend is an HTTP server, meaning that the frontend is just one of possible clients. - - Our SDK with stdio interface (similar to claude code SDK) is launching soon.

    2025 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →