Just like how you can share Claude chat sessions there's a lot of value in sharing Claude code sessions as well. So I built claudereview.
You can privately or publicly share your Claude code sessions. With a handy link for PRs or blogs or socials.
Reviewers see how the code was built, not just the diff. With data encrypted at rest and private links which you can choose to password protect, and a clean and fast TUI inspired UI.
Features include:
• Key Moments: files created, modified, commands run
• Inline diffs for every edit
• Jump between tools (Edit 10/29 ← →)
• Full-text search
• Dark/light mode
You can install from npm/bun and it also has an MCP server you can use to share sessions inli ne. You can also add a /share slash command to do this while you're coding.
eigen-vector•1h ago
You can privately or publicly share your Claude code sessions. With a handy link for PRs or blogs or socials.
Reviewers see how the code was built, not just the diff. With data encrypted at rest and private links which you can choose to password protect, and a clean and fast TUI inspired UI.
Features include:
• Key Moments: files created, modified, commands run
• Inline diffs for every edit
• Jump between tools (Edit 10/29 ← →)
• Full-text search
• Dark/light mode
You can install from npm/bun and it also has an MCP server you can use to share sessions inli ne. You can also add a /share slash command to do this while you're coding.
It's open source and free - https://github.com/vignesh07/claudereview
I'd love your feedback!