Oddbean new post about | logout
 I have not used Lit much, but its a good framework for this since it does not require a compiler or bundler, which is perfect for static files
Also haven't used tailwind much, but I'm learning 😀 

If your interested in experimenting. then the "landing page" app still needs a few more features and I don't have time to build all of them
 - Blob details page that shows info and a preview (if its an image / video / audio)
 - Mobile friendly list page (with filtering by type / size / date)
 - Mirror button/page so you can easily send a blob to another server from the web UI
 - Integration with https://github.com/fiatjaf/window.nostr.js for other signers

These are all pretty easy Web2 features to build since your just talking to a single server 😀