Join Nostr
2025-11-13 11:16:26 UTC

fiatjaf on Nostr: This is a very good idea: ...

This is a very good idea:
Could it be possible to improve user retention by making Nostr web apps work **without** a browser extension?

Help me test this vision by uploading your static (nostr) websites at https://44billion.net. Sign in/up then click on the (n)app icon with a big "N" (a Napp store) where you can upload them.

Hint: Before uploading, you could add some code to your napps to support auto-login. You just need to get the logged-in user's pubkey on load by calling `const userPk = await window.nostr.peekPublicKey()`, which returns the pubkey without prompting the user.

Not because of the way frames it, but because it fixes the problem of web clients being what the user wants them to be and truly representing the user and not some new malware everyday loaded from a URL controlled by someone else.