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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Offline-first note-taking web application

1 点作者 thanhnguyen218711 个月前
Hi HN!<p>Cryptaa is an offline-first note taking web application that focuses on speed and security. I&#x27;ve been working on it for a few months, and decided to show it as I think it is good enough for daily usage (I&#x27;ve been dogfooding it).<p>I had a few &quot;simple&quot; requirements for my application:<p>- Manual data encryption &amp; decryption: I&#x27;m not overly paranoid about data security&#x2F;data breaching, but sometimes, I do want my data to be stored securely (login credentials or credit card numbers). If I really need the functionality, I can encrypt the text on another website, then paste it to the application. It is not the best UX, however.<p>- Speed: it should feel fast&#x2F;snappy enough (if you definitely want a number, maybe it is less than 100ms).<p>- Many devices (at least mobile&#x2F;Android and desktop&#x2F;Linux) data synchronization: I have an Android phone, and two Linux desktops, and want to have the same data between them.<p>- Web version: I don&#x27;t like installing new applications whether it&#x27;s on my phone nor my computer.<p>It surprised me as I found nothing that ticks all the boxes, so I decided to build Cryptaa. The technical stack is Svelte&#x2F;SvelteKit, XState, and Triplit. The source code is available at <a href="https:&#x2F;&#x2F;github.com&#x2F;thanhnguyen2187&#x2F;cryptaa">https:&#x2F;&#x2F;github.com&#x2F;thanhnguyen2187&#x2F;cryptaa</a>.<p>Please let me know if you find the application useful or have any question&#x2F;suggestion!<p>Thanks!

1 comment

simssousa1511 个月前
Hey, Just gave it a try and here are two questions: 1. Why can we search for the document tittle but not for the TAGs? 2. What is the purpose of the lock icon when the document is already locked? -I tried putting the password for the document, but nothing seemed to happen.
评论 #40788544 未加载