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

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

上传图表或提问交易问题,获取AI分析和关键交易水位。
u/famelebg29 · Reddit
i built an ai that reads chart screenshots and tells you what it actually sees, looking for honest feedback so for the past few months i've been building an ai trading copilot. the idea came from watching people (me included) screenshot charts and send them to friends asking "what do you think?". i figured that exact motion, screenshot in, opinion out, was the whole product. you upload any chart screenshot, stocks crypto forex whatever, and it gives you a structured read. where support and

将 OpenAPI 规范和数据库转换为 MCP 工具,无需编码。
mhmt_dmr · HN
MCP Gateway – Turn existing APIs and databases into MCP servers

AI 驱动的 SVG 编辑器,在浏览器中生成和编辑矢量图形。
u/Every-Comment5473 · Reddit
I think I may have finally found a fully free alternative to BoxySVG. I came across this browser-based free SVG editor from svgmaker , and it feels pretty close to Apple Freeform in the way the canvas, grids, snapping, and alignment work. It also lets you edit paths, points, text, colors, shapes etc. Most of the things I used to open BoxySVG for, I can now do in this one—and it’s completely free. Honestly, I wasn’t expecting it to be this capable, especially since most AI image generation

由AI驱动的代码审查工具,在microVM中运行代码来捕获更多错误。
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db