@hodlbod I ran into a Coracle bug. After logging out on Firefox Android the app is now a blank page:
Interesting read! I've been tinkering with web client stuff. You can roll up a web app into a single HTML file. A person can download the HTML file and open it directly on their device, or upload it to a server to self-host. Then the hash of index.html is for the whole app. Browsers thankfully let file:/// loaded HTML files open WebSockets, so Nostr is fully accessible from a static HTML file opened locally on device. I tested this on GNU/Linux & Android in Firefox and Chrome using this HTML page: vite-plugin-singlefile makes it really simple to roll up an app into one HTML file (if you're using vite). Imagine installing an app lol.
Three.js pixel renderer progress