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

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

VibeCop 审查AI生成代码,检测架构漂移和质量问题。
@Sakthi_in · X
- Ship AI written code confidently. Catch drift before it compounds.

扫描你的应用中泄露的API密钥、开放数据库和身份验证绕过。
@Nqspq · X
been building a security scanner for vibe-coded apps — it catches leaked API keys, open databases, logins you can bypass. tested it on a repo made for testing scanners. it caught everything — report below free if you want to check yours:

VibeLint 为 AI 代理提供代码检查、权限控制和审批工作流。
@RElharrak39428 · X

用并行AI智能体构建全栈应用的开发平台
@Ajathinfotech · X
How do Ajath's parallel agents actually build full-stack apps in mins? Let you work with up to 10 specialized AI agents in parallel to eliminate traditional development bottlenecks. Try Ajath for free: #VibeCoding #NoCode #AIAgents

从原始想法生成生产就绪的 Vibe Coding 提示。
@itskalenai · X
stop writing bad prompts. #ai #claudecode #vibecoding

扫描 GitHub 仓库检查生产就绪度、安全性和可扩展性。
@nathanghart · X
Submitting for approval. I built a free tool for anyone about to ship a vibecoded app. It scans your repo for what bites you in prod (leaked keys, no auth, no error handling). I ran it on 1,868 AI-built apps and even caught my own scanner being ~42% wrong.

Vibe开发者讨论LSP和智能合约代码审查的社交网络
@atenyun · X
Hi everyone! If you're getting into vibe coding and have questions about LSPs or need a hand with reviewing your smart contract, feel free to post on Hup. We're here to help you out! Creator: 0x20e229667Cec8A0e9D3C6Fb89693B2a44ec2C50e via @hupsocial

分享软件创意、发现项目、跟踪贡献者的公开待办事项。
u/ramu9703 · Reddit
I built a public ledger that tracks a software idea from "shower thought" to shipped code hey everyone, I spent my weekend building a public backlog called vibehub (thanks 5.6 sol :) ) the main problem i wanted to solve is that too many good micro-ideas die in notes apps, and too many open-source projects launch without anyone knowing why they were built, who had the original spark, or how they evolved vibehub tracks the entire lineage of a project: - public feed of software briefs

为AI应用提供MCP服务器、REST API和行级安全的后端服务平台。
u/bob__io · Reddit
What we learned from trying to turn vibe-coded prototypes into production SaaS applications Founder here. While developing MCPBackend, we noticed a major difference between generating a convincing application demo and building a maintainable SaaS product. AI coding tools are increasingly capable of generating interfaces, routes and even initial application logic. But a production application still needs: a reliable data model authentication and authorization backend validation

为 AI 代理构建数据库、看板和笔记以进行协作。
@emir_ogz · X
Just shipped - AI-native workspace for solo devs Agent reads/writes your project notes automaticly

由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