Join Nostr
2025-11-12 19:28:32 UTC

arthurfranca on Nostr: Could it be possible to improve user retention by making Nostr web apps work ...

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.