
Vyspero — Let AI Handle Your X
AI 自动发现热门话题、撰写推文、评分并按计划发布。
@bakardev · X
Hi i am building
完整作品展
技术栈
20 projects

AI 自动发现热门话题、撰写推文、评分并按计划发布。
@bakardev · X
Hi i am building

FeedLog是开源AI反馈工具,免费收集和管理用户需求。
@kngkng182542 · X
If you're paying for Canny, give FeedLog a look. Same workflow for collecting feedback and managing feature requests, but free during launch.

按精确词语和时间戳搜索播客内容、保存片段并跟踪品牌提及。
lawnmaster18 · HN
Vuci – make the spoken word searchable

监控 Reddit 子版块中的关键词,当潜在客户提及您的产品时获取提醒。
@tarasshyn · X
With the help of RedReplier 😉

Voidocs 为初创团队创建专业文档,无需代码配置。
@hannah24_app · X

查询 IPv4 和 IPv6 地址的地理位置、ASN、注册信息和信誉评分。
@fatwang2ai · X
做了一个 IP 检测工具: 开源。一次查询汇总 13 个数据源的风险评分、代理/机房类型和网络归属。不同平台的判断经常不一样,有些数据库甚至提供付费修正机制。与其只信某一家,不如把共识和差异放在一起看,更全面地了解你的 IP

在统一仪表板中计划、发布和分析所有社媒内容。
@usamaejaz · X
SocialBu schedules, publishes and analyzes your content across every platform while you focus on actually growing your business.

可嵌入的可视化工作流编辑器,支持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