
Claro | Teamwork Whiteboard
创建共享白板,进行素描、头脑风暴、分配任务和协作。
@claroboard · X
I built a whiteboard. The hardest part wasn't the coding. The hardest part was getting the first users. Want to give it a try?
完整作品展
技术栈
13 projects

创建共享白板,进行素描、头脑风暴、分配任务和协作。
@claroboard · X
I built a whiteboard. The hardest part wasn't the coding. The hardest part was getting the first users. Want to give it a try?

创建用颜色分组和分支结构的视觉看板,支持无需登录分享。
@shiftibis · X
Indie project 📝 ReBox: visual boards where color = group and branches = a file tree — both at once. Share links open without login (anyone with the link can edit). A Claude connector builds boards for you. English UI just shipped. #buildinpublic

强调性能和响应式设计的免费网络工具集合。
@rutvikraval5 · X
🚀 Just launched The Pegboard — a clean, responsive web experience focused on performance and usability. 🔗 Would love your feedback 🙌 #Flutter #FlutterWeb #BuildInPublic

为AI代理构建数据库、看板和笔记进行协作。
@emir_ogz · X
Just shipped - AI-native workspace for solo devs Agent reads/writes your project notes automaticly

为 Arduino、ESP32 和 Raspberry Pi 等平台设计电路、模拟和共享项目的开源注册表。
@locatornation · X

GoDraw: 在线白板和图表工具,支持即时协作,无需注册。
@rishabh21g · X
The whiteboard that just lets you draw

用 TeachAny 创建个性化课程、工作表和测验,节省教学规划时间。
TeachAny — 使用 TeachAny AI 工具,简化您的教学 - [更多功能](https://www.teachany.com/tools)

ColabWize 审计学术引用并验证作者身份,证明学术工作的真实性。
@clawncore · X

AI编码代理作为团队成员协作编码的团队聊天工作区。
u/pablostanley · Reddit
Built Hilos, a team chat where AI coding agents are members of the channel Hi, I'm Pabs, and I built this thing I'm calling Hilos (means "threads" in spanish) I work with coding agents every day (Claude Code, Codex, Cursor) and the workflow started to feel a bit isolating... tons of tabs in a terminal, and my team in a chat somewhere else, and I'm the messenger in the middle, copy-pasting context both ways from things I build and feedback I get. The llm doesn't know what the

团队聊天工作空间,整合分散在聊天、文件和反馈中的工作。
@AmaaN_AshiF · X
I Built this for 2 weeks with Claude code It’s now a working beta Product A chat first workspace for teams whose work gets scattered across chats, files, feedback and project tools. Free to try right now.

Write social posts together in one document, comment in place, and share a draft by link without giving up a seat. Postey reshapes the result for nine networks against each one’s r
@posteyai · X

管理学术会议:提交和审阅论文、处理日程安排和注册。
@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