TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: We built an end-to-end encrypted alternative to Notion

7 pointsby monicaincogabout 2 years ago
Hello HN, Over the last year we&#x27;ve been building snote.app, a Privacy focused, End-to-End Encrypted alternative to Notion. You can write, plan, collaborate and get organized - it allows you to take notes, store files, add tasks, manage projects &amp; more. Whether you&#x27;re working solo or in a team.<p>We are hoping to use this post as an opportunity to collect feedback from fellow hackers.<p>If there&#x27;s anything we can do better, please let us know

4 comments

KomoDabout 2 years ago
Yes, there is something you can do better, remove the dumb pixelation effect, you&#x27;re seriously making us sit and wait for 7 seconds to see the videos
评论 #35884989 未加载
评论 #35876090 未加载
评论 #35876539 未加载
评论 #35888885 未加载
FreeCodeFreakabout 2 years ago
Stuff like this should of course be open source, with the optional possibility of self-hosting. E.g. Nextcloud style.<p>But, the bigger question is, for something shared here on hacker news where an abundance of developers dwell: why would we not create our own ~500 lines note taking synchronization function with built-in end-to-end encryption?<p>I mean use your favorite scripting language, even on your laptop, and you could theoretically make something that is very easy to audit and maintain. There is no need for extreme complexity with thousands of lines of code (or untrusted closed source software for that matter). Just something simple to keep your notes encrypted.<p>Oh wait, we got KeepassXC already (although that is a very complex program and hard to review for us outsiders that do not know the code. Etc. Etc.) I personally do not have time to review such code, and so, it remains a matter of trust for me. I still prefer it because it is open source.
评论 #35876637 未加载
imuliabout 2 years ago
I mean, one of the most important things you can do is write up exactly how you use the various pieces of cryptography - so people who know enough can easily evaluate your theoretical ideal.<p>Then when someone takes a look and notices that you&#x27;re storing the users&#x27; RSA private keys on the server, they can check whether you actually meant to do that.<p>Also: Don&#x27;t store (or ever even have) your users&#x27; RSA private keys server side!
评论 #35884953 未加载
monicaincogabout 2 years ago
quick update, we posted the source code of our secure enclave<p><a href="https:&#x2F;&#x2F;github.com&#x2F;snoteapp&#x2F;senclave">https:&#x2F;&#x2F;github.com&#x2F;snoteapp&#x2F;senclave</a>