
trakrlabs
录制应用内录像和截图,用AI整理反馈以快速修复bug。
@keshav__dev · X
Hi priyanka i am also building in customer feedback space but with some dev related features. Maybe you want to check
完整作品展
技术栈
60 projects

录制应用内录像和截图,用AI整理反馈以快速修复bug。
@keshav__dev · X
Hi priyanka i am also building in customer feedback space but with some dev related features. Maybe you want to check

由AI驱动的代码审查工具,在microVM中运行代码来捕获更多错误。
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db

两个AI引擎独立审查代码并相互验证bug发现。
@BotariaDotBot · X
This Tuesday I'm launching Botbugger on @ProductHunt 🚀 One AI reviewer gives you 10 "critical" bugs — half hallucinated. So I built two: Claude Code + Codex review your code independently, then cross-check each other. Real bugs with fixes, not noise.

FeedLog是开源AI反馈工具,免费收集和管理用户需求。
@kngkng182542 · X
If you're paying for Canny, give FeedLog a look. Same workflow for collecting feedback and managing feature requests, but free during launch.

用AI收集用户反馈、优先排序功能需求、发布客户喜爱的功能更新。
@heyayankai · X
💬 Building FeatureSay. A simple platform to collect user feedback, prioritize feature requests, and build what customers actually need.

AppTruth AI — 通过AI验证发现应用中的隐藏漏洞
@uriel_bitton · X
As you add more features to your vibe coded app, you increase the chances for bad behaviour. The worst part is you dont know they exist Every beta user i've had try out the app told me they found a few issues they had no idea existed Find yours using

One script tag puts a review layer inside your running app. Your team clicks what is wrong; your developers get the source file and line, the route, and a repro that exports as a P
@_Zidl · X

UI Verify - AI驱动的可视化测试工具,区分预期改动和真实缺陷。
@igorluchenkov · X
Hey Yuhao! Been running a lot of agents while building UI and built a tool for visual testing that integrates nicely with agents and gives your agent a way to make sure it didn't introduce any UI regressions:

创建免费反馈板收集用户功能需求,支持投票和公共路线图。
@ScatterLabz · X

通过应用商店投诉发现未开发的产品机会
@MihkelSylla · X
Working on and few other smaller projects for myself

AI project management for indie hackers: track every build, keep a searchable prompt library, and stay on top of tasks, bugs and launch days in one place.
@RenativeStudio · X

在无头浏览器中扫描网站以检测损坏的图片、控制台错误和布局问题,并获得即时AI修复建议。
u/Exciting_Pineapple52 · Reddit
I built a Playwright monitor after CI passed but the live UI was broken, would this be useful? AI-assisted development has made it much easier for me to ship changes quickly. The downside: I’ve seen CI pass while the live page still had issues that customers would notice first broken-images, console errors, layout shifts, and overflowing text. The lesson for me was that tests and logs are necessary, but they don’t always show what a real visitor sees after deployment. So I built Lampwatch