
WebSerial Terminal
基于浏览器的USB串行终端,用于硬件调试和通信。
@thembeddevguy · X
The USB Type-C <-> RS-232 dongle got its well-deserved (and totally vibe-coded) browser-based serial terminal! No ads, no tracking, and the cookies are only there to store the settings.
完整作品展
技术栈
60 projects

基于浏览器的USB串行终端,用于硬件调试和通信。
@thembeddevguy · X
The USB Type-C <-> RS-232 dongle got its well-deserved (and totally vibe-coded) browser-based serial terminal! No ads, no tracking, and the cookies are only there to store the settings.

一个 Markdown 编辑器,Claude agents 可在其中编辑代码,你审查 diff 后再接受。
samuelstros


具有S3兼容API和TypeScript SDK的加密去中心化存储
@Regan_Obsideo · X
Obsideo — the storage layer for privacy-first apps. If your product tells users 'we can't see your stuff,' your storage backend shouldn't be able to either. Ours can't. S3-compatible, pay per terabyte-day.

Voidocs 为初创团队创建专业文档,无需代码配置。
@hannah24_app · X



连接您的 Gmail 账户,自动化发送电子邮件并跟踪打开率和点击率。
@KenziChenBuilds · X
Hey! Developer behind Always looking for feedback to make it better.

在桌面式界面中组织和管理文件和文件夹。
@jenidesignns · X
Day 19 challenge by @IwuezeAmarachi built with Claude AI 🤖 Live link:

@coryalthoff https://t.co/XQ3z4c8iwx it’s a sexy product, I promised.
@Luna_beexy · X
it’s a sexy product, I promised.

用单一API发送WhatsApp、短信、OTP码和事务性邮件。
@amifideles_ · X
Built SendAPI, solving the complexity of managing multiple messaging providers by bringing WhatsApp, SMS, OTPs, and transactional emails into one API. Built for developers and startups.

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