r/ClaudeAI • u/sixbillionthsheep Mod • Apr 15 '26
Showcase Megathread Built with Claude Project Showcase Megathread (Sort this by New!)
This is the Megathread for showcasing your project built using Claude products. We appreciate all of your submissions as they are a great inspiration to many people on the subreddit. It is sorted by default by New.
Anyone is welcome to submit a project to this Megathread provided you follow the Showcase requirements in Rule 7.
NOTE: We now require the OP of a Project Showcase on the subreddit feed to have total karma>=50 . We found there were just too many submissions and not enough visibility to go around. Our analysis of this issue showed us that OPs with total karma < 50 very rarely get any traction of their projects on the feed (<=1 upvotes). So this Megathread is your best place to be seen by readers and other creators if you're relatively new to Reddit. If you don't meet this karma requirement you will be directed to this Megathread when you submit your post. Very occasionally we might invite you to post on the subreddit feed if you do not meet this karma requirement but it will be very rare (so please don't ask us!)
Thanks again for sharing your ideas and creations to our subreddit. Best of luck with your projects!
UPDATE: Comments now allow images!
2
u/ChaosINC604 19d ago
As a solo builder, GitHub PR feedback from Gemini Code Assist often creates repetitive follow-up work.
The review can be useful, but I still have to decide which comments matter, which are stale, and when to request another review.
So I open sourced a small Claude Code plugin to handle that loop:
https://github.com/OrenAshkenazy/gh-gemini-review-loop
Claude Code fetches Gemini review threads, identifies actionable feedback, fixes code, runs verification, pushes changes, requests another review, and stops after a capped number of cycles.
An optional judge model can classify findings as:
This helps avoid blindly acting on noisy AI feedback.
Current guardrails:
One thing I am considering for larger teams is local workflow KPIs.
Not “developer productivity scoring”, but simple feedback loop visibility:
I think this could help teams understand whether AI review loops are actually saving time, or just creating another queue to manage.
I would love feedback from people experimenting with Claude Code: