Show HN:AI 赋能的内部工具
2 分•作者: DeonRob•6 个月前
大家好!
我一直在开发 Sashi——一个开发者工具,它可以读取你现有的代码库,并让你基于你的后端函数创建由 AI 驱动的工作流程。
想象一下,给你的运维/产品/开发团队一个自然语言界面,可以:
* 从你的数据库中搜索用户
* 过滤和图表化使用数据
* 发送电子邮件或 Slack 消息
* …所有这些只需描述他们想做什么
它适用于 TypeScript + Zod 函数,自动生成 UI,并连接到你的 GitHub,以便保持同步。
长远目标是帮助团队更快地行动,而无需在每次有人需要新的仪表板或按钮时都重建内部工具。
目前它支持:
* 动态函数注册
* AI 工作流程规划
* 自动 UI 生成(表格、图表、表单)
* GitHub 函数摄取
* 通过集中式枢纽进行安全执行
通过一个 cli 命令自动安装到任何 node.js/next.js 代码库中。
如果你有兴趣或想试用,我很乐意听取你的反馈,我们正在寻找 beta 用户:
[https://www.usesashi.com](https://www.usesashi.com)
另外,我有一个问题想问问你是否愿意帮忙:
在你的代码库中,你最想把哪个任务变成一个“说出来就运行”的流程?
比如,我知道更改用户角色,特别是如果它与你代码库中的一堆副作用相关联,是我经常处理的事情。
查看原文
Hey folks<p>I’ve been building Sashi — a developer tool that reads your existing codebase and lets you create AI-driven workflows out of your backend functions.<p>Imagine giving your ops/product/dev team a natural-language interface to:
• Search users from your DB
• Filter and chart usage data
• Send emails or Slack messages
• …all by just describing what they want to do<p>It works with TypeScript + Zod functions, generates UIs automatically, and connects to your GitHub so it stays in sync.<p>The long-term goal is to help teams move faster without rebuilding internal tools every time someone needs a new dashboard or button.<p>Right now it supports:
Dynamic function registration
AI workflow planning
Automatic UI generation (tables, charts, forms)
GitHub function ingestion
Secure execution via a centralized hub<p>Automatically installs into any node.js/next.js codebase with a cli command<p>If you’re curious or want to try it out, I’d love your feedback we are looking for beta users:
<a href="https://www.usesashi.com" rel="nofollow">https://www.usesashi.com</a><p>Also I had a question if you wanted to be help:<p>What’s one task in your codebase you’d love to turn into a “just say it and run it” flow?<p>Like i know changing a users roles especially if its tied to a bunch of side effects in you code base is something i deal with a lot