
Vibe and Go | Catch Bugs Before Your Users Do
在几分钟内跨设备和浏览器测试应用程序,自动捕获错误。
@vibe_and_go · X
完整作品展
技术栈
10 projects

在几分钟内跨设备和浏览器测试应用程序,自动捕获错误。
@vibe_and_go · X

Ten recurring problems usually share one root. The One Fix names it: 3 minutes, one fix.
@yashasvishailly · X
Founders, find the one underlying pattern underlying all that noise

每日逻辑谜题游戏,灵感来自Shikaku和LinkedIn Patches。
patches game — 每日逻辑谜题游戏

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

由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项目获取人工反馈,或测试他人项目赚取Karma。
@socialhighwy · X
Jellar is a place where builders get structured human review on AI-built and vibe-coded products, and testers earn karma reviewing real projects.

粘贴 GitHub 仓库扫描安全漏洞,自动修复代码问题。
u/Still_Amphibian545 · Reddit
almost launched a side project with my api keys sitting in the repo (a week free gpt 5.6 on us) was about a day from launching a small project when i noticed my openai key was just sitting in a committed file. it had been there for weeks. no idea how i missed it. made me wonder what else was wrong that i couldn't see. turns out for vibecoded stuff it's usually the same handful of things. secrets in the repo, endpoints with no auth, a database with no access rules, no limit on the ex

发送真实AI代理测试网站,找出它们卡住的地方并获得修复方案。
@louiswharmby · X
It's funny how that happens! My dog vibe coded and managed to achieve 500 users in the first month! 🤣

堆叠楼层搭建塔楼,每个高度都对应真实建筑。
u/eashish93 · Reddit
I made a tower stacking game where every height you pass is a real building highrise.lol - tap to drop a floor, stack it as high as you can. Every height you pass is a real building. Free, no signup. Built with Claude Opus 5. Three things I got wrong. I thought the game was the hard part. It wasn't. Anyone can POST a fake score, so I rebuilt the physics to let the server replay your whole run from a seed and a list of taps and check it itself. That touched everything.

AI 代码安全扫描器,检查 GitHub 仓库找出可利用的漏洞并提供修复建议。
u/Delicious-Action-351 · Reddit
I failed 4 times and still made an app to make your code more secure. I made an webapp to make your vibecoded app secure. Today, SaaS entrepreneurs ship fast and don’t check for security, at the end they get hacked and it’ll cost them a lot of money. I decided to solve this issue. Netherite is an AI Security Specialist, you connect Github and choose repo to run security scan. It scans your whole repo in minutes and hands you the professional report and fix prompt for your ai agent. You ca