Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-berman/hush-docs
Offline-first, private Google Docs alternative.
https://github.com/j-berman/hush-docs
Last synced: 20 days ago
JSON representation
Offline-first, private Google Docs alternative.
- Host: GitHub
- URL: https://github.com/j-berman/hush-docs
- Owner: j-berman
- License: mit
- Created: 2021-02-06T10:45:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T06:35:42.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T19:15:12.991Z (7 months ago)
- Language: JavaScript
- Homepage: https://hushdocs.com
- Size: 805 KB
- Stars: 47
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hush Docs
Private Google Docs alternative that works without internet.## How does it work?
Docs are stored in the browser using IndexedDB ([Dexie.js](https://dexie.org/)), so you can create and edit docs whenever you want, no internet or account needed. If you decide you want to sync across devices, or collaborate with others on a doc, you can create an account at any time. Docs are then end-to-end encrypted using [Userbase](https://userbase.com/), and remain in sync using CRDTs ([Automerge](https://github.com/automerge/automerge)). No server ever has access to the docs!
Visit the site and turn off your internet to give it a try!
## License
This project is released under the [MIT License](LICENSE).
## Credits
The awesome shushing emoji was designed by [OpenMoji](https://openmoji.org/) – the open-source emoji and icon project. License: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/#)