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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I built a tool for writing notes that can be read after your death

4 点作者 ciccionamente将近 3 年前
Hey HN!<p>During my spare time and with own my resources I created WeExpire (<a href="https:&#x2F;&#x2F;weexpire.org" rel="nofollow">https:&#x2F;&#x2F;weexpire.org</a>): an opensource tool that allows users to create emergency notes which can be read in case of the user’s incapacitating injury or death.<p>First of all, I should tell you that technically I am not a programmer but a product designer - so forgive me if the code doesn’t comply with all best practices or satisfy all standards. Plus, this is my very first opensource project.<p>Like most people, death wasn’t on my mind very much when I was young. Now that I&#x27;m in my thirties, however, I can’t deny mulling over my own mortality every once in a while. These days, I’m far more aware of how fragile we all are and how quickly life can change—or end. Death is a much more frequent occurrence than we want to admit and when it happens, the emptiness that friends and loved ones feel is huge and profound. That’s why I decided to develop this tool.<p>Now sure, if a person wants to leave a simple, private message for loved ones to read in the event of that person’s death, a notary or online will and testament service would work fine. But those options can be expensive and&#x2F;or time-consuming. Even worse, online services store this sensitive information in a database that could possibly be breached.<p>Of course, there are even “easier” alternatives: a simple piece of paper (but anyone could read that before death occurs) or storing the message in a password manager (but there are still quite a few people who don’t use password managers).<p>I just wanted something easy that could generate one or more messages on the fly, without too much fuss and by always respecting the user privacy.<p>WeExpire creates a unique and encrypted URL that contains the message and all its settings. To ensure manageability for the average user, the URL is converted into a QR code that can be printed and left for the trusted recipient. The message can be read only if the message creator (after receiving an email alert that message access is being attempted) doesn’t perform a prevention action to maintain locked status.<p>From a security standpoint, the sensitive data contained in the URL can’t be acquired any other way or from any other location. It is retrievable only via the physical QR code and its access code is randomly generated.<p>A couple of important points: there is a message length restriction due to the URL’s limit of around 2000 characters in most browsers. Also, once the URL has been generated, the message cannot be edited - but I mitigated this by adding an optional expiration date, so the user can generate a new emergency note once the previous one has expired.<p>Obviously some of you are thinking: why risk generating my last living message(s) on a platform run by only one person? What if the service gets shut down? What if that person dies before I do?<p>I built WeExpire with endurance in mind. If (or more accurately, when) I die, the platform will “stay alive” for another five years. A message on the website will inform users about my demise and give those users more than enough time to take care of the situation however they see fit.<p>I would really like to hear your opinion, any feedback is welcome.<p>Thank you!

1 comment

groffee将近 3 年前
No matter how well intentioned you are this seems like a fundamentally broken product, for exactly the reasons you highlight in the last couple of paragraphs.<p>A persons last message is too important to be trusted to some rando website.