
WixelQ — Free QR Code Generator, Beautiful & Unlimited
Generate beautiful, customizable QR codes with colors, gradients, and logo support.
@TheSarimQureshi · X
The full gallery
Tech stack
22 projects

Generate beautiful, customizable QR codes with colors, gradients, and logo support.
@TheSarimQureshi · X

Generate branded QR codes with real-time analytics on scans, devices, and locations.
@codewithnovel · X
glad to know how much relevant my SaaS currently !

Review GitHub pull requests in a native app without opening 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 code inventory tracker that lets resellers manage thousands of unique items without barcodes.
@eXtrek · X
inventorty app

Learn Python by solving 60 coding challenges in a browser-based editor.
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

Create production-ready Vibe Coding prompts from raw ideas.
@itskalenai · X
stop writing bad prompts. #ai #claudecode #vibecoding

Create QR code menus for restaurants to receive WhatsApp orders and reduce delivery commission costs.
@muazmaki · X
Just luanching it

Reviews AI-generated code to detect architectural drift and quality issues.
@Sakthi_in · X
- Ship AI written code confidently. Catch drift before it compounds.

Free online generators and decision tools including Yes/No Generator, Random Picker, Spin the Wheel, and Word Counter.
@qt_nest · X

Benchmark version-control systems and coding agents on realistic development tasks.
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

Social network for vibe developers to ask LSP questions and get smart contract code reviews
@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-powered code review that runs code in microVMs to catch more bugs.
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