TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Dinky Dog – shareable mind-maps with real-time collaboration

4 点作者 katspaugh11 个月前
I&#x27;ve been working on Dinky Dog on and off since March 2024, while using it at work to quickly organize thoughts, share ideas and take structured notes in meetings. It works well for me, although I&#x27;m curious what draws people to more powerful and complex apps like Miro and Excalidraw.<p>Dinky Dog is heavily inspired by Kinopio[1] which I love and simply wanted to make my own.<p>It&#x27;s written in plain TypeScript without any frameworks. I&#x27;ve created a simple component system for it, based on an event emitter. It&#x27;s proven to be OK for this use case albeit a bit of a masochistic experience.<p>I used durable-stream[2] for real-time collaboration. It&#x27;s based on CloudFlare Workers and Durable Objects under the hood. It works really well and was a breeze to deploy.<p>Each user action is broadcast via a Web Socket to all connected peers and is replayed in their browser. All mind-maps are editable by anyone with a link, so there are no accounts and authentication (yet?).<p>Looking for UX feedback along with suggestions on how to market this app and get people onboard. Thanks!<p>---<p>[1] <a href="https:&#x2F;&#x2F;kinopio.club" rel="nofollow">https:&#x2F;&#x2F;kinopio.club</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;voxoco&#x2F;durable-stream">https:&#x2F;&#x2F;github.com&#x2F;voxoco&#x2F;durable-stream</a>

暂无评论

暂无评论