
BetterJobsHunt — Stop applying blindly
BetterJobsHunt 是 AI 求职工作区,可评估职位匹配、定制简历、追踪应聘和准备面试。
@jonathan_ttu · X
完整作品展
技术栈
28 projects

BetterJobsHunt 是 AI 求职工作区,可评估职位匹配、定制简历、追踪应聘和准备面试。
@jonathan_ttu · X

为现代团队自动化负载测试,无需复杂设置或手动脚本编写。
@GorodkovVi85373 · X
- load testing made easy even without enginnering team. Faster, cheaper, distributional

设定收入目标以获得匹配的远程工作和个性化行动计划
@abrahamelo_ · X

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

Flowdia 用 AI 团队来规划、设计和部署配备真实数据库和 API 的应用。
@islamtaha · X

自动从Gmail或Outlook跟踪求职申请,智能组织求职过程。
@MrTechPM · X
Built this because I was tired of job hunting feeling like a second full-time job. JobFlow automatically tracks applications from your inbox, organises your job search, and gives AI-powered guidance throughout the process. Still early, feedback helps...

在浏览器中编写和运行代码,具有 AI 代码生成和自动修复功能。
@anish2good · X

通过 AI 辅助写作,从 API 规范和文档生成品牌化的开发者门户
@jitendraballa · X

在工作空间中组织项目、任务和路线图,支持 AI 上下文导出。
@Fluxify_pro · X
everyone who sign up today, get free pro plan, without credit card

连接工作工具,用 AI 分析团队冲刺回顾,发现改进机会。
@akadhanu · X
an ai sprint retrospectives for it teams (

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.

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