Settings

Theme

Show HN: Claudereview – Share Claude Code Sessions with PRs and More

claudereview.com

1 points by eigen-vector 2 months ago · 1 comment

Reader

eigen-vectorOP 2 months ago

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.

It's open source and free - https://github.com/vignesh07/claudereview

I'd love your feedback!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection