Show HN: Encrypted, synced, offline first todo list(encrypted-todos.com) |
Show HN: Encrypted, synced, offline first todo list(encrypted-todos.com) |
In general I'd love to have an ecosystem of apps (calendars, notifications, etc) built on this type of platform, I've done a lot of the ground wrt. encrypting/decrypting/signing/verifying general operations.
Tech wise it's deployed on Netlify (the backend is just a Netlify function) with:
- Frontend: React, Grommet, web.crypto.subtle
- Backend: Node.js, Mongo, native crypto module
(Also, you have a few UI issues: login exists across browser sessions, stuff like that. Feel free to ping me to talk more.)
2. Logins across browsers. Securing private keys is definitely still part of V1, this is easy locally, just need to make it part of the UI. UI/UX is definitely our weak point
I'm currently working on adding a kanban/trello board type page to this using the same backend. Maybe after that and cleaning up the code I can consider open sourcing it