
MotionFlow – Scroll Animations, Parallax, Text Effects, Counters & Tickers
MotionFlow是一个免费的JavaScript库,用HTML属性为网站添加滚动、视差和文本动画。
@iamdeepak89 · X
完整作品展
主题
已知属性
是透镜不是过滤器——只显示我们能确认的项目。
技术栈
473 projects

MotionFlow是一个免费的JavaScript库,用HTML属性为网站添加滚动、视差和文本动画。
@iamdeepak89 · X

免费前端开发工具,包括CSS生成器、图像压缩等功能。
@iamdeepak89 · X

使用 XRP 创建支付链接、打赏页面和 API 集成。
@DropPayXRP · X

部署400+开源工具到9个云提供商中任意一个。
@Dil_Lynn · X

Mailthentic 验证邮件地址和检查域名,改善投递率。
@mailthentic · X

搜索索引化的开源代码和软件包,包含版本、依赖和漏洞信息。
@Jack_Timonen · X

在自己的域名上获取免费商业邮箱账户,包含网页邮件和邮件API。
@collinsjimu404 · X
Ready to ditch gmail and yahoo emails for something professional? Claim up to 15 FREE business email accounts on your own domain ([email protected]). No card needed. Quick setup. Professional, secure, and built to grow your brand. Start now.


为开发者提供比Claude更快、更便宜的AI API平台。
@WebWrightAI · X

在GitHub pull requests上自动生成代码文档。
Aldasams · HN
Show HN: DocFlow – AI documentation updates for GitHub pull requests

让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驱动或纯逻辑设计。
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t