ApiFlux – 一个可视化平台,用于构建和调试 API 工作流

1作者: Shubham_APIFLUX2 天前原帖
嗨,HN 我刚刚推出了 ApiFlux,这是一个可视化工具,旨在帮助后端开发者像在流程图中一样构建、连接和测试 API,而无需为每个集成编写胶水代码。 <p>我为什么要构建它:作为一名后端开发者,我经常手动将多个 API、数据转换和错误处理拼接在一起。我希望有一个像 Postman 这样的工具,但更具可组合性、可视化,并且更适合多步骤工作流。所以我就构建了它。 <p>GitHub 链接:https://github.com/complex1/webflow-app <p>在线演示:https://apiflux.in <p>它的功能:将 API 和逻辑添加为节点。 <p><pre><code> 使用变量在步骤之间连接 API。 在线添加自定义数据转换。 通过历史记录可视化调试输入/输出。 使用真实 API 调用实时测试流程。 也可以在本地浏览器中运行。</code></pre> 底层技术:使用 Node.js、Nginx 和 Vue 构建 零配置设置(无需登录) <p><pre><code> 完全开源(MIT)— 可自托管 我正在积极开发: 认证流程 团队工作区 CLI 和部署支持</code></pre> 希望能收到来自其他开发者和创作者的反馈。特别想听听你们对以下几点的看法: - 你在 API 调试或链式调用中遇到的痛点是什么? - 这样的工具是否适合你的工作流程? - 在将其用于生产之前,你需要什么? 感谢阅读 — 欢迎在这里或 GitHub 上提问! https://github.com/complex1/webflow-app
查看原文
Hi HN I just launched ApiFlux, a visual tool to help backend developers build, connect, and test APIs like nodes in a flowchart – without writing glue code for every integration.<p>Why I built it: As a backend developer, I often stitched together multiple APIs, transformations, and error handling manually. I wanted something like Postman, but more composable, visual, and better for multi-step workflows. So I built it.<p>Github Link: https:&#x2F;&#x2F;github.com&#x2F;complex1&#x2F;webflow-app<p>Live: https;&#x2F;&#x2F;apiflux.in<p>What it does: Add APIs and logic as nodes.<p><pre><code> Connect APIs using variables across steps. Add custom data transforms inline. Debug inputs&#x2F;outputs visually with history. Test flows live with real API calls. Works locally in browser also.</code></pre> Under the hood: Built with Node.js, Nginx, and Vue Zero config setup (no login needed)<p><pre><code> Entirely open-source (MIT) — self-hostable I&#x27;m actively working on: Authentication flows Team workspaces CLI and deployment support</code></pre> Would love feedback from fellow developers and builders here. Especially interested in your thoughts on: What API debugging or chaining pain points you have<p>Whether a tool like this fits into your workflow<p>What you&#x27;d need before using it in production<p>Thanks for reading — happy to answer anything here or on GitHub! https:&#x2F;&#x2F;github.com&#x2F;complex1&#x2F;webflow-app