
Numerasync | Email Automation Platform
连接您的 Gmail 账户,自动化发送电子邮件并跟踪打开率和点击率。
@KenziChenBuilds · X
Hey! Developer behind Always looking for feedback to make it better.
完整作品展
技术栈
33 projects

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

托管 JSON 数据库,用于存储 agent 内存,具有 REST 和 MCP 连接能力
@StuSim · X
hey Adam, I run , lightweight agent memory


为Claude Code和Codex设计的开源遥控器,支持iOS、Android和网页。
@Ex3NDR · X
Few days ago Happy had a birthday. Tried to refresh one of the most neglected part of it: our Happy Website: also i built a new harness called “rig”. i started to use at work recently instead of codex/claude code and i liked how it does work. i want to share this with everyone. it is a codex and cause code reimplemented using Pi, but keeping native prompts and expanded a little for uniformity (like added workflows to codex yay!). when something new released that is worthy of porting - i ask Sol to mim for prompts or read sources directly and i can have a feature within an hour. why this is needed? i was constantly blocked by the needing of integrating a lot of models together, which each has their own harness or many doesn’t have any, but i didn’t want to go too far from native and don’t like the idea of extensions - i want experience to be the same everywhere. i think configuration > extensions. more soon


RequestHarbor 安全客户门户,用于共享文件、答案和批准,实时可见状态。
@danielkleach · X
is a branded client portal for files, answers, sign-offs, and signatures. No more scattered email threads, docs in Google Drive, or confusion about who is waiting for whom. Business and client both see what is done and what is in progress on both sides, in


Narranta 是团队编辑工作流平台,支持内容规划、撰写、审核和发布。
@duke_can_c_u · X
Hi I’m the founder of a content collaboration platform for teams and creators, with focus on editorial workflows. Always looking to connect with people passionate about content, SaaS, and building great products.



估计加拿大和美国各地的税后收入。
@takehomeTax · X
US and Canada income tax calculator that takes RSU into account

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