
完整作品展
技术栈
42 projects


在本地录制和编辑屏幕视频,无云存储和上传。
@MarkZofMarkZ · X
Screen Recorder that doesn't share your recordings to the cloud:

免费的本地优先 API 客户端,支持 HTTP、WebSocket、GraphQL、gRPC、MQTT 等。无需账户或云端。
@HalxDocs · X
Reqit—a fast, local-first API client for developers.

Tovo - 本地AI应用,提供转录和会议协助,完全在设备上运行。
Tovo - AI 会议/面试助手 — 在会议中,Tovo 是一款注重隐私的 AI 助手,完全在您的设备上运行,为会议和对话提供实时转录和智能协助,无需向外部服务器发送任何数据。

与客户分享文件、收集文件并讨论,无需注册。
@droplana_com · X

将 OpenAPI 规范和数据库转换为 MCP 工具,无需编码。
mhmt_dmr · HN
MCP Gateway – Turn existing APIs and databases into MCP servers

在浏览器中跨设备(Mac、PC、iOS、Android、Smart TV)即时分享文件和文本,无需注册。
@WackyCrocoGator · X
This one doesn’t require any signup or payment. Just load and multiple device by opening the site on them and connect them for an easy way to drop text and file to each other.

分享链接即可进行视频聊天,无需注册。
u/abcde12399 · Reddit
I always begged engineers to fix even a typo. Now I've built my own video call app. I come from business and design. I was always the one begging engineers to fix even a typo. Then I found vibecoding and started building things myself!!! TinyRoom is my first real project. You share a link, people click it, you're in a video call. No accounts, no downloads. Up to 8 people (4 for mobile). Basically Zoom without everything annoying about Zoom. I use it for my own community's weekly sessions

无需登录的可视化CSV匹配工具。
ngarner · HN
ZeroGate – Fast, account-free visual CSV matching without AI

具有家长控制功能的YouTube播放器,支持安全频道白名单,移除Shorts和推荐视频。
@AmblingLife · X

无代码应用构建器,支持AI工作流,专为非技术创始人设计。
@sanchoyai · X
2/ Meet Momen - the no-code builder for production-ready Apps Go to → Got a big app idea but can’t code? The no-code builder that lets non-technical founders create apps go from idea → millions of users. UI, database, workflow, AI — all in one. Not vibe coding, but something you can control, grow, and scale.

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