
HardwareHub Kenya | Regional Enterprise Hardware Marketplace
Browse and purchase enterprise hardware from regional distribution centers across Kenya.
@KennedyOre2202 · X
Check out what I just built with Lovable!
The full gallery
Tech stack
60 projects

Browse and purchase enterprise hardware from regional distribution centers across Kenya.
@KennedyOre2202 · X
Check out what I just built with Lovable!

Check which LLMs run on your GPU given your hardware specs and budget.
jaeseok614 · HN
Open-source calculator for "will my GPU run this LLM?"

The compatibility engine for local AI. Tell us what you want to run — we'll tell you exactly which models fit your machine, with verified benchmarks.
@Carl0sFelipe · X
Just shipped — a tool that helps you discover which local AI models actually run on your hardware, with community benchmarks, quantization support, and estimated speed. Building in public from here. #BuildingPublic #AIDevelopment #rust #benchmaks #aimodel

Real Android device hardware database — sensors, SoC, GPU, memory, display, and fingerprints from thousands of real devices.
@DevCheckAI · X
Building DevCheck AI — spot fake/refurbished Android phones & sketchy IPs & hardware self-test. 80,000+ real device specs at 📲

Practice hardware engineering through interactive digital logic and Verilog coding problems.
@Aimenbuilds · X
- leetcode for hardware engineers! We map job postings of hardware roles 1-1 to course requirements!

Simulate, fork, and share circuit designs for Arduino, ESP32, Raspberry Pi, and other microcontrollers.
@locatornation · X

Detect your PC hardware and find which open-source AI models you can run locally.
aamir_zahran · Product Hunt
Ai Can Run Check which AI models your PC can actually run — no installs

Design and send custom images to ESP32-C3 e-ink displays via USB connection.
@SeimoDev · X
在 @adventurex_plan 拿到了一块由 @dot_mindreset 提供的 Quote/0 设备,感觉官方固件和 APP 不是很好用,Vibe Coding 做了一个自定义显示内容的固件和对应工具: Github: 在线使用: 注意事项: 1. 刷写固件前请备份原厂固件 2. 如果没有备份可以在 刷回官方固件 3. 该产品 NFC 采用云端链接动态跳转方案,如需修改目标链接,请使用原厂固件,通过“图片API”配置目标地址后并应用再刷写修改版固件 4. 如有 Bug 请发 Issuses

Banana Board turns a plain-English idea into validated Arduino/ESP32 firmware, a wiring diagram, a pin-by-pin map, and a parts list, with every connection checked against your boar
@Rudra_127 · X

AI tool that matches your track's EQ curve to reference songs in the browser.
@pcclubb · X
Check out "SONICSYNC EQ "match engine · v1.0 I just built with Lovable!

Yantra — https://t.co/0WhB8hBfSb 🚀 We’re building Yantra as an all-in-one platform for connecting, building, and automating software. • 1,000+ connectors, built without relying on
@Yantrapp · X
Yantra — 🚀 We’re building Yantra as an all-in-one platform for connecting, building, and automating software. • 1,000+ connectors, built without relying on third-party automation platforms • Built-in Canvas for creating and working with apps/ideas • Cloud code generation • CRM & HRM • Workflow automation, similar to n8n • A marketplace where people can publish their own services, while others can discover, buy, and use them plug-and-play It’s still in beta and there’s a lot more we’re building. Would love to hear your thoughts on what we’re building 👀

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
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