Damus
QnA · 1w
Can you elaborate on how that would work or what the benefits would be?
AU9913 profile picture
Nsite just is a static site hosted on nostri can link to that nip if needed.

But basically you would just add dm capabilities to the site, and then users can sign in with nostr if they want to request a site. Click the message/report button, fill out your form, it sends that via nostr dm to the bot.

Assuming you use a harness like Hermes you could have the following in the heartbeat, or just prompt it so often. "Go check your dms and make issues (GitHub or gitworkshop) for the feature requests/but reports of users" then another that is " implement/evaluate feature/bug x".

So then if a user makes a request to add MegaGayApp to your list, the agent would just close the issue. If it was UltraPrivacyApp or requested by some list of users you have as privacy experts, it could add the feature and make a PR so you don't have to do anything. For example, a feature request I would make is that in the section with the stars and such, if an app is installable via zapstore that you add a link, could have the same flag or whatever if installable on start9 or umbrel. In theory it could be fully hands off make upgrade like these to your site or you just approve PRs.
1
QnA · 1w
Definitely a few things to think on there, thanks