展示HN:Read the Room,一个开源人类生物指标工具

1作者: soudk大约 1 个月前原帖
嘿,HN! Read the Room 是一款匿名社交投票应用,允许任何人根据不同的代际、国家和城市来筛选或比较结果。 举个例子:在 1-5 的评分尺度上评价“远程工作是否被高估?”并查看奥斯汀的 Z 世代是否与柏林的千禧一代达成一致。 隐私优先的架构:响应历史记录存储在您的设备上,只有汇总数据会发送到服务器。我们旨在实现接近“零知识投票”,采用 Passkey 认证(无需密码,无需账户)。每个投票的响应以“城市 X 在桶 Y 中投票 +1”的形式提交,而不将用户与响应关联,也不记录他们最初是否回答了该问题(所有这些都在设备上处理)。该应用使用 Flutter 和 Supabase 开发,遵循 AGPLv3 许可证。 我花了几年的时间慢慢构建这个应用,因为我厌倦了伪装成监控技术的大众社交媒体,我想在开源软件的范式下构建一个“人类生物指示器”的真实样貌。它的设计是非营利性的,类似于维基百科。 目前我们在 50 个国家拥有 500 次安装,约有 100 名每周活跃用户,大多数用户来自美国和加拿大。不过,我们希望能够进一步多样化。目前仅支持英语,但我们正在设计多语言支持,并将在获得更多关注后实施。 非常希望听到您的反馈,也乐意回答任何问题! 了解更多信息: [https://readtheroom.site](https://readtheroom.site) 代码: [https://github.com/readtheroom-knowtheworld/readtheroom-app](https://github.com/readtheroom-knowtheworld/readtheroom-app) iOS 下载: [https://apps.apple.com/app/id6747105473](https://apps.apple.com/app/id6747105473) Android 下载: [https://play.google.com/store/apps/details?id=com.readtheroom.app](https://play.google.com/store/apps/details?id=com.readtheroom.app)
查看原文
Hey HN!<p>Read the Room is an anonymous social polling app that lets anyone filter or compare results between generations, countries and cities.<p>Example: Rate &quot;Is remote work overrated?&quot; on a 1-5 scale and see if Gen Z in Austin agrees with Millennials in Berlin.<p>Privacy-first architecture: Response history stored locally on your device, only aggregates hit the server. Aiming for close to &quot;zero-knowledge polling&quot;, Passkey auth (no passwords, no accounts). Each response to a poll is submitted as &quot;City X votes +1 in bucket Y&quot; without attaching the user to the response, or the fact that they responded to the question in the first place (all that is processed on device). Built with Flutter + Supabase, AGPLv3.<p>I built this slowly over a couple of years because I was tired of mass social media masquerading as surveillance tech, and I wanted to build what a &quot;human bioindicator&quot; might actually look like in an OSS paradigm. It&#x27;s designed as a nonprofit, mirroring Wikipedia.<p>We&#x27;re live at 500 installs across 50 countries with ~100 weekly actives right now, with vast majority of folks in the US&#x2F;Canada. Though, it&#x27;d be cool to diversify that a bit more. English-only for now, but designing the multi-language support and will implement it once there is more traction.<p>Would love your feedback, and happy to answer questions!<p>Read more: <a href="https:&#x2F;&#x2F;readtheroom.site" rel="nofollow">https:&#x2F;&#x2F;readtheroom.site</a><p>Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;readtheroom-knowtheworld&#x2F;readtheroom-app" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;readtheroom-knowtheworld&#x2F;readtheroom-app</a><p>iOS: <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;app&#x2F;id6747105473">https:&#x2F;&#x2F;apps.apple.com&#x2F;app&#x2F;id6747105473</a><p>Android: <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.readtheroom.app">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.readtheroo...</a>