Join Nostr
2026-06-21 16:20:00 UTC

someone on Nostr: working on decentralized llm sharing. my current solution is an html page that ...

working on decentralized llm sharing.

my current solution is an html page that fetches the listings and torrents from nostr network:
https://nostr.download/b24dc6337fd1823be4aae1eb4b9e9dc0dedc25eb7fc656d60b8cf6f30afe81f6.html

the python script running on a vps seedbox or dedicated box are making the torrents:
https://gist.github.com/etemiz/c5d3e3c9b3a108b2d507714ff8ad2eed

the html is the ultimate decentralization but i may ditch that and do regular website to be more functional and have more control over curation (effective blocking of spam). i will need to calculate web of trust and it is too heavy for an html.

the html upgrades itself! checks nostr network for a newer version, downloads from blossom and verifies the hash. presents the new version to the user.

has anyone done such html apps with nostr?