Besides “Twitter”, what other kinds of apps would be well suited for being built on #nostr? #asknostr

Reply to this note

Please Login to reply.

Discussion

Any software service that works on the web can be implemented on nostr.

Could it be used for something like like a decentralized GitHub, where hosted projects cannot be censored/removed?

The github UI can be replicated. Features like copilot cannot be decentralized. Also git is its own protocol. I'd recommend abandoning git in favor of something simpler. CI and autodeploy would be nice.

That being said, I don't think you can gather enough interest.

Git can be configured to push to various protocols:

- local filesystem

- HTTPS

- SSH

Couldn’t NOSTR be one of those protocols?

No, because Nostr sits on top of websocket

It could be possible, but it's gonna be tricky.

Better question is: what code gets removed by githib?