
BEHAVR — Video to Action Compiler
将教程视频转换为Playwright测试、操作图和n8n工作流。
@bhavin_Confuse · X
BEHAVR ( @Behavr_AI ) — chat with any video instead of scrubbing through it. Ask "where does he fix the CORS bug?" → get the answer with the exact timestamp.
完整作品展
技术栈
14 projects

将教程视频转换为Playwright测试、操作图和n8n工作流。
@bhavin_Confuse · X
BEHAVR ( @Behavr_AI ) — chat with any video instead of scrubbing through it. Ask "where does he fix the CORS bug?" → get the answer with the exact timestamp.


在浏览器中直接使用WebAssembly编译并预览Typst文档。
will-bradshaw · HN
Typst-WASM – Compile Typst in browsers, Node, and serverless runtimes


实时可视化硬件在运行LLM推理时的性能指标
dev_dan_2 · HN
WatchMachineGo – A visualizer to show hardware performing LLM inference

将菜单PDF转换为专业数字菜单,包含图片和5种语言翻译。
@juancastillamar · X
Hi Esther, I’m a frontend developer working in seo for let’s connect and keep growing!

一站式生活管理平台,整合习惯、任务、健康、财务和日历于加密工作区。
@nisthabee · X

用 Veo3 AI 技术生成 ASMR 视频。
AI ASMR视频生成器 — AI ASMR视频生成器(采用先进 Veo3 技术)

用NVIDIA TensorRT-LLM在消费级GPU上进行高性能大语言模型推理。
brianhabana123 · HN
TensorRT-LLM running natively on Windows (no WSL)

具有CRM、开票和项目管理功能的业务管理工具
@buildrunkitUS · X
BuildRunKit: A complete system for founders, with (CRM/Invoices/Projects) BuildRunKit 7-part Startup foundations book series. Book 1 is live! The Startup Self Check Frenzied Founder Podcast.

在一个工作区中规划、制作、审查和发布创作者内容。
@DaiwikShashi · X
Building Scribur — the operating system for in-house UGC teams. We help in-house teams manage campaigns, content ideas, scripts, submissions, revisions, approvals, creator communication, and performance tracking all in one place.

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