idea for z, allow author app to be a pwa so it can

idea for z, allow author app to be a pwa so it can capture ideas when offline, and write to the db file when it gets back online - this is where couchdb was really useful. - local storage is sufficient for this. - the app should just be offline first and sync on demand. - a local queue of messages that can be applied is a good idea, the messages will likely just end up being http calls - this means we can have a section for pending posts on the author page.

Pwa,dev,microblog,offline,p2p