
Create Stunning ASMR Video with Veo3 | ASMRVideo.ai
用 Veo3 AI 技术生成 ASMR 视频。
AI ASMR视频生成器 — AI ASMR视频生成器(采用先进 Veo3 技术)
完整作品展
技术栈
22 projects

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

查看 Microsoft 365 功能、配置和采用指标,获得即时健康评分。
@M365Clarity · X

编写人类和AI都能理解的功能规范的开源工具。
@spec_tacul_ar · X
Specifications for humans and AI.

让AI模型通过3D动画展现香蕉植物的完整生命周期来比较性能。
fran-mora · HN
I gave 5 AI coding agents one prompt: grow a banana plant through its whole life in three.js: sprout, leaves, flower, fruit, rot, then pups that restart the loop. It's deceptively simple and yet very hard to get right from procedural code: you have to write working three.js and understand how the plant is actually built; how it hangs, ages and decays. Get the biology wrong and the code renders something weird. These are agents, not bare models (Claude Code and Codex for now). They can use tools, including playwright to check their work and improve it.


用AI模型将照片转化为电影级视频,支持Sora、Kling等。
novavideo.ai — 使用领先的图片转视频 AI 模型和热门视频特效模板,将照片转化为视频

用AI协助管理产品开发、路线图、任务和反馈投票。
@jimmy_harika · X
TLDR: Notion shipped my exact app that I have using in my daily workflow from last 2 years. Try here: It got a mcp that wires to your claude code and codex. Git integration is almost complete and will ship in coming days

使用 Seedream 5.0 Pro 创建和编辑 AI 生成的图像,支持 2K 输出和多语言文本。
imaginevid-ai · GitHub
Awesome-seedream-5-pro-prompts-and-skills About World's largest Seedream 5.0 Pro prompt library — 10,000+ curated prompts with preview images, 16 languages. Dreamina Seeream AI image generation. Free & open source.
搜索50000+免费SVG图标,自定义颜色和线宽,下载SVG/PNG/XML,无需登录。
@thedeepflux · X
i'm shipping for designers who need a massive library of high-quality icons without the subscription. it solves the 'i need it now' problem. for other builders, how do you handle feature creep vs. sticking to the core problem?

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