
完整作品展
技术栈
19 projects


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


浏览经验证的阿联酋房产,获取真实市场洞察和端到端购买支持。
@MhdNihad921793 · X
Here Dubai realesta a new platform from end to end services

@sridharfyi https://t.co/h6rbHXCCon
@MedDispatch_Now · X


在一个地方连接笔记、人脉和财务的统一工具。
u/Wrong_Election189 · Reddit
I built one memory for notes, people and money because none of my apps knew the full story Solo dev here. I built CleverNote because my information kept getting split across three places: notes for what happened, contacts for who was involved, and a finance app for how much it cost. None of them knew the full story. The concrete example I keep using is a plumber receipt. I snap the receipt and CleverNote keeps the original note, identifies the plumber as a person/service, records the amount

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


WhatsApp上的AI个人助手,自动管理提醒和支出追踪。
u/Limp-Upstairs6798 · Reddit
People don't want another productivity app I've been building an AI personal assistant that lives entirely inside WhatsApp. Instead of asking people to download yet another productivity app, create an account and learn a new interface, they can simply send a message like they normally would. For example: - "Remind me to pay rent next Friday." - "I spent $28 on groceries." - "Remember my passport is in the top drawer." - "Add milk and eggs to my shopping list." - "Share this shop

上传漫画图片,一键翻译成多种语言,保留原始艺术。
AIMangaTranslator — 用 AI 翻译漫画 - [更多介绍](https://github.com/1c7/chinese-independent-developer/issues/160#issuecomment-2120097059)

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