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

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

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



Voidocs 为初创团队创建专业文档,无需代码配置。
@hannah24_app · X

用 AI 快速构建应用和网站,无需编码技能。
@cecond_thoughts · X
Don't know about vercel but a website can have and only have its frontend vibe-coded, and backend not vibe coded but hosted on railway.


为你的AI生成网站应用设计系统和字体。
@Hamzadevio · X
just shipped. my goal is to help founders add taste to their vibe coded ugly looking apps. (especially the purple gradient, can't see it no more..)

使用开源浏览器工具分析象棋游戏,获得自然语言解释,无需登录。
u/ICARUS_2X · Reddit
Spent 7 months building a FOSS platform for natural-language chess analytics (No LLM) Hey guys, I've released CHONSE2, an open-source game review platform that offers unlimited analysis and move explanations without using hallucination-prone LLMs, running entirely in your browser. chonse2.com But Lichess is free, so why use this? Some have asked. It expands on Lichess's feature set a few different ways: Full analysis (accuracy/elo estimations/eval graphs, etc) requir

将教程视频转换为Playwright测试、操作图和n8n工作流。
@bhavin_Confuse · X
BEHAVR ( @Behavr_AI ) — chat with any video instead of scrubbing through it. Ask "where does he fix the CORS bug?" → get the answer with the exact timestamp.

Flowdia 用 AI 团队来规划、设计和部署配备真实数据库和 API 的应用。
@islamtaha · X

在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared