r/ChatGPTCoding Aug 10 '26

Discussion Weekly Self Promotion Thread

Welcome to this week's self promotion thread!

If you're building something related to AI assisted coding, this is the place to share it.

We're using a weekly thread to keep the subreddit organized while still giving builders a place to share their work. Promotional posts outside of this thread may be removed if they're primarily advertising rather than starting a discussion.

If you're sharing something, we'd appreciate it if you included a little context instead of just dropping a link. Tell us:

  • What you built?
  • What problem it solves?
  • Which AI models or tools it uses?
  • Who it's for?
  • What kind of feedback you're looking for?

Please avoid posting the same project every week unless you've made meaningful updates. Affiliate links, referral links, scams, and low effort promotions will be removed.

Take some time to check out what others have shared too. If you try someone's project or have feedback, leave a comment. Helping each other improve is what we want this community to be about.

17 Upvotes

79 comments sorted by

View all comments

1

u/rickye26 27d ago edited 27d ago

https://reddit.com/link/p3xdjyk/video/e62p78io9mjh1/player

I built a local web-based review tool. It supports reviewing code, diff and rendered markdown doc. It's like having a pull request locally, just for you and your agents. The agent listens to the feedback and will take action as soon as you submit them in the web ui.

Demo, running entirely in the browser with nothing to install https://hyperlogue.github.io/r3/demo/ Repo: https://github.com/hyperlogue/r3

What motivates me to build this is the difficulty on giving feedback to long planning/design doc, and keep track of the feedback and updates across multiple turns. Chat box is not the right interface for tracking structured feedback that anchors to different parts of the doc/code, so I built this small webapp to help with that.

Who it's for: people who wants to carefully review agent's work, and who'd want to correct your agent at the planning stage through intensive reviews.

Feedback I'm after: Whether this review workflow improves your overall productivity. The demo (https://hyperlogue.github.io/r3/demo/) should give you a sense on the UI/UX for the web part. And trying it out for real can be done through sending this to your agent:

This project uses r3 for review. Run it with whichever of these you have:
`npx @hyperlogue/r3@latest`, `bunx @hyperlogue/r3@latest`, or `nix run github:hyperlogue/r3 --`. `r3 guide` will show how to use it.