展示HN:Read the Room,一个开源人类生物指标工具
嘿,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 "Is remote work overrated?" 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 "zero-knowledge polling", Passkey auth (no passwords, no accounts). Each response to a poll is submitted as "City X votes +1 in bucket Y" 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 "human bioindicator" might actually look like in an OSS paradigm. It's designed as a nonprofit, mirroring Wikipedia.<p>We're live at 500 installs across 50 countries with ~100 weekly actives right now, with vast majority of folks in the US/Canada. Though, it'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://readtheroom.site" rel="nofollow">https://readtheroom.site</a><p>Code: <a href="https://github.com/readtheroom-knowtheworld/readtheroom-app" rel="nofollow">https://github.com/readtheroom-knowtheworld/readtheroom-app</a><p>iOS: <a href="https://apps.apple.com/app/id6747105473">https://apps.apple.com/app/id6747105473</a><p>Android: <a href="https://play.google.com/store/apps/details?id=com.readtheroom.app">https://play.google.com/store/apps/details?id=com.readtheroo...</a>