
OpenQr - Dynamic QR code generator that adapts to you.
创建带有自定义徽标、颜色和使用情况跟踪的动态 QR 码
@IfeanyiArinze10 · X
What does What makes it unique?
完整作品展
技术栈
33 projects

创建带有自定义徽标、颜色和使用情况跟踪的动态 QR 码
@IfeanyiArinze10 · X
What does What makes it unique?

AltosTools 提供 12 个免费在线生成器,无需注册,直接在浏览器中使用。
@Oriam216 · X
Just launched AltosTools 🧰 — 12 free online generators in one place. QR codes, passwords, business names, price quotes & more. No sign-up, works on mobile, runs 100% in your browser. Try it 👉 #buildinpublic #freetools #indiehackers


@suni_code https://t.co/OajI3lOKKW - Traffic Orchestration Platform
@KsaAZaks · X
- Traffic Orchestration Platform

聚合所有链接到一个页面,含二维码和实时统计
@interchained · X
one handle, every surface


具有家长控制功能的YouTube播放器,支持安全频道白名单,移除Shorts和推荐视频。
@AmblingLife · X


查询英国邮编,获取AI生成的犯罪、健康、洪水风险、空气质量和房价等信息。
u/Apprehensive_Lock260 · Reddit
Made a simple UK postcode lookup app with AI insights - free to use Thought I'd try to build something for my portfolio and dabble with some AI integration too. Using deepseek, it analyses publicly available data from multiple government/free-to-use APIs. Data is available to browse separately of AI too. https://postcodecooker.com Things im still working on: - The calculation for the area score, sometimes feels to generous/harsh, hard to find a balance - The area circle on the map is

面向创作者的Telegram和OnlyFans运营平台,内置AI自动聊天回复。
@KMA_KVIQA · X

通过共享链接或二维码在活动中收集嘉宾照片。
@aaronbatilo · X
Shout out I made it. Shout out to me. Pre-vibe coding

在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared