
TravelMatch — O match entre viajantes e agências de turismo
Cadastre-se como viajante ou agente e conecte-se por estilo de viagem: Lazer, Cultura, Ecoturismo, Aventura, Gastronomia e mais.
@VagnerC45 · X
Check out what I just built with Lovable!
完整作品展
技术栈
15 projects

Cadastre-se como viajante ou agente e conecte-se por estilo de viagem: Lazer, Cultura, Ecoturismo, Aventura, Gastronomia e mais.
@VagnerC45 · X
Check out what I just built with Lovable!

通过 Gopath 快速生成微课程,分配给团队成员并追踪培训进度。
@GetGoPath · X
Hi Jana, we're building a learning platform that helps employers train their staff. A simple prompt generates a full blown course that easy to understand and can be listened to on the go. Try it for free and give your feedback please

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