Question, what's an Nsite?
Started tinkering with a new project that I'm definitively going to need some help with. but the idea is to build a simple static file manager for nsite stuff
The goal is to allow users to easily login with the various keys they use for their nsites and manage relays, blossom servers, and the static files
Really I just want visibility into an nsite, to show the user what it is an how it works

Its deployed here https://npub125vreuyn6fqg6d6fz6dhmskv9u4qz5uf5rhdg3ymagqwz654quks8g8agm.nsite.lol/
I'm going to work on getting the app to a point where its "functional" but it would cool to have more features like detailed stats, drag and drop, or maybe file editing... so if your interested please look over the repo and maybe open a PR
The github repo is here
Discussion
Static websites for every npub
The idea is you upload the html / js / css etc files to blossom servers, then create a bunch of events that map a path to the blob hash
e.g.
/index.html -> 186ea5fd14e88fd1ac49351759e7ab906fa94892002b60bf7f5a428f28ca1c99
Then an nsite host server can look for those events, and serve them as static files under a domain for each pubkey ( for example
NIPs PR here https://github.com/nostr-protocol/nips/pull/1538
Oh, that's fucking cool.