Hamstr (https://github.com/styppo/hamstr) is a twitter-style Nostr client developed in Quasar. Nostr uses the same signatures (Schnorr) as Hashed Network. Instead of signing a transaction, users sign an event.
It would be super cool to integrate Hamstr into the Portal using the same authentication. We can run our own Nostr relay (we already do at wss://r1.hashed.systems)
I think the first step would be to see if we can use the same polkadot.js signature library to sign and submit events to a nostr relay. If that works, then it should just be a matter of connecting the dots and implementing a Polkadot signing experience within a fork of Hamstr.