展示HN:WaFlow – 本地沙盒,用于原型设计WhatsApp风格的机器人
我创建了WAFlow,以便在本地使用简单的Webhook原型WhatsApp风格的聊天机器人。
代码库:<a href="https://github.com/leandrobon/WaFlow" rel="nofollow">https://github.com/leandrobon/WaFlow</a>
启动Docker → 在浏览器中聊天 → 模拟器向你的机器人发送Webhook → 机器人通过API回复 → 导出/导入对话记录。
技术栈:.NET 8 + Blazor。
最小可行产品(MVP):轮询用户界面,单用户,仅支持文本。希望能收到关于你工作流程中缺失功能的反馈。
查看原文
I built WAFlow to prototype WhatsApp-style chatbots locally with plain webhooks.
Repo: <a href="https://github.com/leandrobon/WaFlow" rel="nofollow">https://github.com/leandrobon/WaFlow</a>
Docker up → chat in browser → simulator posts a webhook to your bot → bot replies via API → export/import transcripts.
Stack: .NET 8 + Blazor.
MVP: Polling UI, single user, text-only. Would love feedback on what’s missing for your workflow.