Show HN: 团队时区墙 (100% 离线,单文件)

1作者: jharohit10 个月前
我为我的全球团队制作了一个自托管的、单 HTML 文件的时区墙,用于跟踪时区(工作时间)。 你可以在这里获取该文件:[https://github.com/jharohit/team-timezone-wall#](https://github.com/jharohit/team-timezone-wall#) 我厌倦了不断地谷歌搜索“ [城市] 现在几点?”来安排与我的远程团队的会议。我想要一个简单的一览视图,可以快速查看每个人的当地时间,但我又不想为了这么简单的事情再使用一个云服务或笨重的应用程序。 所以,我用 Cursor 构建了 Team Timezone Wall。老实说,它并不是什么工程壮举或超级复杂的东西,但它解决了一个特定的问题,并且已经成为我几个月来的日常使用工具。非常实用! 对于注重自托管和隐私的人来说,最好的部分是它的简单性: - 它是一个单独的 index.html 文件。没有依赖项,没有构建步骤,没有外部脚本。 - 零跟踪,完全无服务器。它完全在你的浏览器中运行。什么都不会被发送到任何地方。 - 无限可移植。你可以在任何静态 Web 服务器上自行托管它,使用 file:///,或者直接传递文件。 这是一个小工具,但它解决了我的一个真正的问题,而且没有损害隐私或简单性。
查看原文
I made a self-hosted, single-HTML-file timezone wall for tracking timezone (working hours) for my global team.<p>You can grab the file here: <a href="https:&#x2F;&#x2F;github.com&#x2F;jharohit&#x2F;team-timezone-wall#">https:&#x2F;&#x2F;github.com&#x2F;jharohit&#x2F;team-timezone-wall#</a><p>I got tired of constantly googling &quot;what time is it in [city]?&quot; to schedule meetings with my remote team. I wanted a simple, at-a-glance view of everyone&#x27;s local time, but I didn&#x27;t want yet another cloud service or a heavy app for something so simple.<p>So, I built Team Timezone Wall with Cursor. Honestly its no feat of engineering or super complicated but solves once specific problem and has been my daily use tool for months now. Quite sticky!<p>For the self-hosting and privacy-minded folks here, the best part is its simplicity:<p>- It&#x27;s a single index.html file. No dependencies, no build steps, no external scripts.<p>- Zero tracking and completely server-less. It runs entirely in your browser. Nothing is sent anywhere.<p>- Infinitely portable. You can host it yourself on any static web server, use it with file:&#x2F;&#x2F;&#x2F;, or just pass the file around.<p>It&#x27;s a small tool, but it solves a real headache for me without compromising on privacy or simplicity.