
Oh My Ship - Leaderboard where upvotes get you seen and paid support gets you ah
在社区排行榜上对项目投票,使用付费支持提升可见性。
@gabugando · X
Ship your next project
完整作品展
技术栈
27 projects

在社区排行榜上对项目投票,使用付费支持提升可见性。
@gabugando · X
Ship your next project

追踪 AI 使用情况、应用护栏、维护审计证据。
@Lathithaa_Mdayi · X

扫描GitHub代码库查找安全漏洞,AI提供修复建议。
u/uwais_ish · Reddit
Three weeks to build an AI security scanner. The scanner was the easy part. Shipped RedFlag this month. Breakdown of where the time actually went, because it was nothing like I estimated. Stack: Next.js 16, Auth.js v5, MongoDB, Stripe, OpenAI. Deployed on Vercel. What I thought would be hard: getting an LLM to find real vulnerabilities. What was actually hard: getting it to stop finding fake ones. First working version flagged 200+ issues on a clean repo. Every one plausible, most of th

检查你的 AI 应用的安全性、隐私和治理准备情况。
u/Budget_Lawfulness_33 · Reddit
I made a tool that bridges the gap between vibe coding and actually knowing what you shipped A lot of people are shipping things they don’t fully understand anymore. With the new flagship models such Claude/Codex and people spending hundreds on AI subscriptions to build faster, apps are being shipped quicker than ever. But when you’re constantly throwing prompts at AI, adding features, and moving fast, it’s easy to lose track of what actually made it into your codebase. So I built: https

语音笔记转卡片、AI代理协助完成任务的看板应用。
u/EloWeld · Reddit
I got tired of copy-pasting tickets into Claude Code, so I built a Kanban board that hands cards to a local agent Just a delegate to local agent feature Upfront disclaimer: it's my own project, don't take it as an ad — I genuinely just want feedback. Why yet another kanban board? • First I got tired of sorting through a pile of messages from my boss and bugs the team found by hand -> made a Telegram bot you just forward stuff to, and it writes the task up properly and




检查AI代理输出和操作是否符合策略,获得批准、拒绝、重写或升级决定。
u/danielbaker06072001 · Reddit
Most AI agent SaaS is just bad security with a nice dashboard Give a new employee access to Stripe, GitHub, Slack, and your CRM on day one, and you’d call it reckless. Give the same access to an AI agent, and we call it “autonomous.” That isn’t innovation. It’s skipping basic security because the demo looks cool. Full disclosure: I’m building TrustLoopGuard around this problem, so I’m obviously biased. While testing one MCP connection, I realized I had decided what the agent could a


在ChatGPT、Perplexity和Claude上审计和优化本地业务的可见性。
@Timemindai · X

由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