
openstem — code skills that finally stick
用 flashcards、测验和 AI 辅导学习编程技能,基于记忆科学。
@mkappworks · X
I am building lets connect
完整作品展
技术栈
24 projects

用 flashcards、测验和 AI 辅导学习编程技能,基于记忆科学。
@mkappworks · X
I am building lets connect

托管 JSON 数据库,用于存储 agent 内存,具有 REST 和 MCP 连接能力
@StuSim · X
hey Adam, I run , lightweight agent memory

免费阅读财务电话会议记录,或通过 REST API 和 MCP server 访问
@RobGuerra90 · X
Building : access earnings call transcripts via a cheap API or MCP server. Pull any company's call right into your workflow.

搜索索引化的开源代码和软件包,包含版本、依赖和漏洞信息。
@Jack_Timonen · X

搜索结果 API,作为 SerpApi 的替代方案,具有 CLI 和 agent 集成功能
@javimosch · X

FeedLog是开源AI反馈工具,免费收集和管理用户需求。
@kngkng182542 · X
If you're paying for Canny, give FeedLog a look. Same workflow for collecting feedback and managing feature requests, but free during launch.

通过IPClues快速查询IP地址的国家、ASN和组织信息。
@IPClues · X
Hey, developers and SaaS founders, this is newly hatching Internet Intelligence. is an IP-to-Geolocation service for you head over and test before it is released to public.

创建流程图、程序图、组织架构和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

在GitHub pull requests上自动生成代码文档。
Aldasams · HN
Show HN: DocFlow – AI documentation updates for GitHub pull requests

创建实时链接与团队和客户分享并同步更新数据。
u/Melodic-Living4805 · Reddit
Roast my Agentic Platform Been building this platform on the side for about a year would love to hear if the messaging is clear and what your first impressions are. Are you curious ? confused . impressed etc ? https://pindown.ai/ submitted by /u/Melodic-Living4805 to r/microsaas [link] [comments]

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

在AI助手间共享上下文,让它们记住代码库和任务历史。
@dorikuio · X
AI agents have amnesia — Claude Code figures out the codebase, an hour later Codex starts from zero. So I built a shared memory + task board for every MCP agent — Claude Code, Codex, Cursor, Gemini CLI: Is this just my problem? Help me find out.