
WixelQ — Free QR Code Generator, Beautiful & Unlimited
快速生成美观的二维码,支持自定义颜色、渐变和商标。
@TheSarimQureshi · X
完整作品展
技术栈
22 projects

快速生成美观的二维码,支持自定义颜色、渐变和商标。
@TheSarimQureshi · X

创建品牌二维码,实时追踪扫描数据、设备和位置分析。
@codewithnovel · X
glad to know how much relevant my SaaS currently !

用Pyor原生应用审查GitHub的PR,无需打开github.com。
othmanosx · HN
I still don't like the fact that AI is adding more stuff for us to read, it's accelerating the code production but slowing down the code review. I built my own code reviewer as well ( https://pyor.review/ ), surfacing the important stuff first is the right track, but adding more stuff to read is daunting, but asking AI to just point you to what you need to focus on and skim the noise is what I'm leaning more towards.

为转销商生成QR码追踪库存,无需条形码管理数千件商品。
@eXtrek · X
inventorty app

在浏览器中完成60个Python编码挑战。
u/Funny-Temporary7465 · Reddit
Built a Python learning platform because I was bored of the existing options Hey everyone, I built PyTutor, a web app to learn Python by actually writing code from the first minute instead of watching videos. 60 challenges across 6 modules, a real Python editor in the browser (runs via Skulpt, no backend needed), a live variable inspector so you can see what your code is doing as it runs, and a certificate at the end. Built it with AI-assisted coding tools, which let me focus more on the

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

为餐厅创建数字二维码菜单,通过WhatsApp接单,节省佣金。
@muazmaki · X
Just luanching it

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

免费在线生成器和决策工具,包含 Yes/No 生成器、随机选择器和转盘游戏。
@qt_nest · X

对版本控制系统和编码代理进行性能基准测试。
videlov · HN
I was interested in answering this question so I built a benchmark comparing git, jj and gitbutler in agentic context https://vcbench.dev/ Disclaimer - I am a co-founder of GitButler

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

由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