Encrypted-Decentralized Note Taking App (built with GunDB + Svelte). Free to use at https://pen.vercel.app
- Offline-First
DeNOTE can work offline. Your data will be synced accross browsers/devices when you are online. DeNOTE is also a PWA so you can install it on your phone or computer. - Encrypted
Your data is stored with an end-to-end encryption by default, which means nobody but you can read your data. - Decentralized
Your data is not controlled by a centralized server. There are a server which is just another peer in the network to keep your latest changes always available to sync. - Share-able
There is an option to turn off the encryption so that you can publish/share your notes. - Backup/Restore
You can backup/restore your encrypted data to/from a JSON file
npm install
npm run dev