
Cryptee
CherryTree
Trilium Notes
Zim Wiki
Joplin
Notesnook
Milanote
Standard Notes
Webpack
rollup.js
Babel
Parcel
Vite
esbuild
React
npm
Cryptee is a safety and privacy focused, encrypted and cross-platform personal data storage service. You can write personal documents, notes, journals, store photos and all sorts of other files.
It works on all your devices and provides a zero-knowledge place to keep all your sensitive digital belongings. cryptee has all the features you'd expect from a modern document editor, like live sync with unlimited devices, rich document editing, to-dos, markdown, hotkeys, code highlighting, latex math, embeds, attachments, support for tables, ability to attach pdf files, read EPUB ebooks, listen to audio-memos, as well as open and link other various file formats.
Cryptee is based in Europe, in Tallinn, Estonia. A country named "the most advanced digital society in the world" by Wired, and a country where the government runs on blockchain.
Cryptee
WebpackIndividuals or organizations that require secure storage and privacy for their documents and photos, particularly those concerned about data tracking, surveillance, or needing a privacy-first cloud service alternative.
Based on our record, Webpack should be more popular than Cryptee. It has been mentiond 253 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
> The only major hurdle to this is Apple continuing to treat web apps as second class citizens on iOS If you add a site to iOS' homescreen it automatically becomes a PWA. The best example I found of a site fully leveraging this feature is Cryptee[0]. They talk about the PWA thing here: https://crypt.ee/download [0] https://crypt.ee/. - Source: Hacker News / over 2 years ago
Well, then - if self hosting is not your thing - something like crypt.ee might be your thing? Clearly a different pricing model, data is fully encrypted, open source, across platforms. Source: over 2 years ago
Https://crypt.ee now. I used to mostly use local markdown editors like Ulysses and Zettlr. Source: about 3 years ago
Crypt.ee Ticks 1/2/3/5 of your requirements However free tier only has 100MB storage which might be enough for a journal, it also has the best rich text editor of them all, would highly recommend. Source: about 3 years ago
I've only used it for editing docs but have found crypt.ee very easy to use. Source: about 3 years ago
In 2012, Webpack was released as an open-source JavaScript module bundler. It takes dependencies as input and builds a dependency graph, enabling developers to take a modular approach to web application development. This allowed them to import almost anything to client-side code and, over time, became the foundation of the build process for React, Angular, Vue, and many other frameworks. - Source: dev.to / 5 days ago
From a developer experience perspective, it's worth noting that Next.js was built using webpack for bundling, which has struggled to maintain performance. Therefore, when changing something in the code, reload times can be very slow. For this reason, the Next.js team has been working on getting full compatibility on its own bundler, Turbopack. As of Next.js 14, Turbopack is still considered beta but is much faster... - Source: dev.to / 2 months ago
The reality is simple: minification was never security. It's a size optimization that bundlers like esbuild, Webpack, and Rollup do by default. Variable renaming slows down human readers but LLMs read minified code like you read formatted code. - Source: dev.to / 3 months ago
There are also no-framework approaches. These rely directly on React-provided packages and low-level integrations with bundlers like Webpack or experimental support in tools like Bun. While technically possible, these setups are fragile. React explicitly does not guarantee stability of these internal APIs. Any team choosing this route must accept ongoing maintenance risk. - Source: dev.to / 5 months ago
Before addressing the solution, it's useful to contextualize the role of the bundler. In a modern frontend architecture, the bundler (such as webpack, rollup, or vite) has the task of traversing the application's dependency graph, resolving each import statement, to combine modules and assets into static files optimized for browser execution. - Source: dev.to / 7 months ago
CherryTree - A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
rollup.js - Rollup is a module bundler for JavaScript which compiles small pieces of code into a larger piece such as application.
Trilium Notes - Trilium Notes is a hierarchical note taking application.
Babel - Babel is a compiler for writing next generation JavaScript.
Zim Wiki - Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images.
Parcel - Blazing fast, zero configuration web application bundler