
glueRun — Map one process free. We automate it.
描述业务流程,AI 实时生成流程图和自动化方案。
@AlejandroReyys · X
- An COO agent you can hire. Understand your business processes & optimize them
完整作品展
技术栈
60 projects

描述业务流程,AI 实时生成流程图和自动化方案。
@AlejandroReyys · X
- An COO agent you can hire. Understand your business processes & optimize them

编写代码,以交互式图表实时可视化执行流程。
@neon_time · X

AEE 是一个开源控制平面,对 AI 代理的每个操作进行授权、监控和验证。
eli-labz · GitHub
Agent-Execution-Partnership Agent Execution Partnership AEE is an open-source control plane that ensures every AI agent action is authorized before it runs, observable while it runs, and verifiable after it completes.

检查 RAG 块并可视化 AI 代理工作流、内存架构和执行轨迹。
@Higgs0110 · X


用 markdown 笔记组织想法,支持进度追踪,并将其可视化为交互式思维导图
@vasanthadabala · X
Not really a startup. It's just something I built for myself a simple note taking app with a planner, progress tracker, and mind map I'm going to share it publicly @NodesMap check it

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

Founder Flow — 为独立创始人设计的追踪和组织软件。
@zeuscode21 · X
Save time when building with

FieldFlow — 为草坪护理团队提供实时日程、派遣、开票和利润追踪。
@derek_codez · X
The next generation of Home Service based business solutions

查找、复制和分享AI工作流 — 可复用的自动化系统,包含工具、提示和步骤。
@softlaunched_io · X
Hey Jack! We've just recently launched, we're a marketplace for sharing AI workflows. We're also big fans of quick-to-launch vibe coding, our entire build process workflow is public and free to check out and copy!

创建流程图、程序图、组织架构和UML图的免费在线工具。
@N0V4Dev · X
I found a tool called Next AI that links AI capabilities directly with diagrams. It lets you build and edit diagrams using natural language prompts instead of clicking around the canvas manually. It's a handy way to sketch out architecture when you don't want to drag every box yourself. The project is built on TypeScript with React 19 and Next.js. It supports multiple AI providers and even includes an MCP Server. This means you can use it with the Claude Code CLI to generate diagrams from your terminal. Deployment options are flexible too. You can run the tool locally with Docker or push it to Vercel and Cloudflare Workers. It supports multi provider setups so you can pick the backend that fits your workflow. #Nextjs #AI #Diagrams #TypeScript

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