Remix.run Logo
sak5sk 6 days ago

Some nostr apps to demonstrate what it's capable of: https://www.openux.app/ - Mobbin alternative https://kinostr.com/ - movies with chat room https://zap.stream/ - live streaming similar to Twitch https://dtan.xyz/ - torrents https://zapstore.dev/ - permissionless app store https://nostrnests.com/ - audio room chats https://zapmeacoffee.com/ - like buy me a coffee

digitalbase 6 days ago | parent [-]

I've been working on a Quora/StackOverflow alternative (on top of Nostr).

https://asknostr.site/

I hope this demonstrates how a distributed social protocol can solve many use cases and the advantage to the end-user:

- do not get rugpulled by (VC backed) companies that own your data

- receive zaps/money by contributing

- data is truely available to everyone (but signed by author)

BinaryIgor 5 days ago | parent [-]

There are also tradeoffs:

* relays can just go away - you don't have your data then

* there is both user-friendly and secure way of managing your private keys; additionally, once your keys are gone, your identity is gone - there is no "I forgot my password" procedure

agalush 5 days ago | parent [-]

If you're worried about the durability of your contents, you can publish them on multiple relays, even self-hosted ones.

Also, events are just JSON content: you can easily dump them on your local storage and republish on another relay whenever you want.