
MuseCanto - 写好每一章
在多个平台创建和发布内容的一体化平台。
@wztlink1013 · X
自己写了一个工具,专为内容创作者多平台发布, 富文本编辑体验,同时支持多个平台的格式平替兼容。
完整作品展
技术栈
20 projects

在多个平台创建和发布内容的一体化平台。
@wztlink1013 · X
自己写了一个工具,专为内容创作者多平台发布, 富文本编辑体验,同时支持多个平台的格式平替兼容。

MindNote:AI笔记应用,支持自动转录、OCR和Zoom/Google Meet/Teams会议纪要。
@tomyamateo · X
MindNote - Multimodal AI Notetaker

在一个地方捕捉会议、用AI写笔记、在共享画布上创建图表。
@rubs_murga · X

说话30秒即可生成专业商业文档
@torgimaOS · X
Voice to any document in 30 seconds


用专注的界面捕捉想法,保持心流。
@VanshSura · X
Just shipped a fresh UI update for MindDock ✨ Redesigned the experience to feel cleaner, faster, and more focused—making it easier to capture ideas and stay in flow. Still a lot more to build, but I'm happy with how it's evolving. 🚀 #buildinpublic


离线写作应用,支持WYSIWYG Markdown,分享私密链接供客户免费评论。
@sathishn · X

AI辅助的押韵笔记本,为音乐人和诗人提供逐小节创作功能。
@lostsignal8_ · X
for writers. ✍️ It can be used for any direct/intent form of writing such poems and song lyrics. A beautiful place to organize, brainstorm, and store it all.🧬📖

互动故事创作平台,孩子们可以创建和分享故事,同时学习。
@feifei_qiu · X
A place kids can create, share, learn and grow, starting with stories and soon a walkable book

ValuePair 是一个基于共同价值观的友谊匹配应用,通过问卷帮你找到志同道合的朋友。
zloy88 · HN
ValuePair – a friendship app that cares about values first

管理学术会议:提交和审阅论文、处理日程安排和注册。
@harryjwang · X
I've used many of the major conference systems. Plenty still have docs as an unsearchable static site — or worse, as PDFs that stopped tracking the product three versions ago. Somehow, still true in 2026. We took an AI-first path with instead. Our docs are generated from the codebase itself. A custom Claude Code skill writes each page and retakes the screenshots whenever a feature changes — so the docs don't drift from the product. Every page still gets reviewed by a human before it ships. Now you can talk to them, too. We just shipped "Ask AI" over our docs: This feature also turned out to be a nice teaching case for agentic RAG vs. classic RAG: • Classic RAG: chunk → embed → vector DB → retrieve once, by fixed rules • Agentic RAG: hand the model a search tool and let it drive — write a query, read the results, rewrite, retry At more than 100 pages, still no vector database needed. And every answer cites the exact page it came from. #Age