Original Reddit post

I built a small Claude Code plugin called claude-live-preview that automatically mirrors Claude’s latest response into a live-updating, rendered Markdown view in your browser or IDE. I originally made it because I wanted a cleaner way to read some of Claude Code’s longer responses. I would literally /copy the response and paste it into markdownlivepreview.com just so I could read it more easily. Resizing my terminal wasn’t much better either, since I would often get UI bugs and duplicated lines that made the response even harder to follow. So I ended up writing a plugin that basically does what I was already doing manually. Granted, it only took about five seconds each time, but now it happens automatically lol. I also added response history, so you can page back through previous responses instead of only seeing the latest one. It supports automatic updates, browser and IDE modes, and everything runs locally. GitHub: https://github.com/dev-gav/claude-live-preview Would love any feedback, especially ideas for features that would make it more useful. Thanks! submitted by /u/Guilty_Extreme5746

Originally posted by u/Guilty_Extreme5746 on r/ClaudeCode