
完整作品展
技术栈
21 projects


使用HSB滑块调整来猜测卡通角色的准确颜色。
Toon Tone — 浏览器里的动画角色颜色猜测游戏,玩家使用 HSB 滑块还原目标颜色,每轮显示色相、饱和度、亮度偏差得分,支持手机微调、种子分享和排行榜

古兰经解读平台,包含智能搜索、音频和数字资源。
@Tfsir_ai · X

用阿拉伯语、乌尔都语和英语探索《古兰经》中的每个词汇及其频率和出处。
@opismutiny_ · X
been vibe coding this quranic word explorer a small tool to explore every word of the holy quran with arabic, urdu & english meanings, roots, lemmas, frequency, ayah references, recitation, bookmarks, memorization, notes & progress tracking.

在浏览器中使用 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

上传植物或花卉的照片获得即时识别和详细信息
@MiteshSing34029 · X
I have published my first app in ai studio,your valuable feedback is much appreciated.

在浏览器中私密编辑、调整大小、裁剪和转换图像,无需上传。
@its_ajseven · X

在3D图书馆中漫步浏览精选语录。
jac08h · HN
I turned my quote collection into a walkable 3D library (desktop-only)

通过调整 HSB 滑块来猜测匹配动漫颜色的在线游戏。
ToonTone — 在线动漫猜颜色小游戏

@UK_Daniel_Card I made something similar https://t.co/HCVGlFb8hF. Its completely vibe coded but it is supposed to be a vibe project. Been making it for about 6 months now. Feel fre
@slacksarenice · X
I made something similar Its completely vibe coded but it is supposed to be a vibe project. Been making it for about 6 months now. Feel free to take inspiration from it 😅

用Beardstyle AI虚拟试戴各种胡须风格和颜色。
Beardstyle AI — 虚拟试戴胡子

浏览在黑客新闻上提交的 Substacks。
cartucho1 · HN
I made an HN clone that lists only Substacks posted here. - Why? Over the years, I've discovered some great blogs here, so I thought it would be nice to have a filter for them. - Why only Substacks then and not blogs more generally? Because it's easy to query for "substack.com" in the public HN Algolia API (see below). Plus, hnblogs was already taken :) - What about substacks on custom domains then? At the bottom of the page there is a form to submit a custom domain. The site attempts to auto-validate that it is a Substack. If that fails, it is marked for manual review (which I'll do every once in a while). Approved ones will be included in the results. - How? I use HN's Algolia API to fetch substack stories by searching for "substack.com" in the url. I do this via a CloudFlare worker that has 3 separate cron triggers: (1) fetches new stories every 10 minutes and saves them in a KV store. (2) runs 2 minutes after the first, computes hot stories from new ones by simulating HN's scor