-

@ TheLegendaryMan
2025-06-08 19:16:11
Thank you for taking the time to answer my questions. Here is what I am hoping to accomplish.
I want to integrate nostr into my application. It is an offline focused progressive web app written in html, css, and javascript. Hopefully not requiring any external libraries. So that it can run with, or without an internet connection much like a static website in any web browser.
At this point in time the application for 1.0 will have just a few basic features. The primary feature I am hoping for in regards to nostr integration is generating npub keys, creating and editing profile information, then publishing the nostr profile.
Is it possible to generate the npub keys offline and then just import them into a browser extension signer, bunker, and/or directly into a nostr app?
Must it generate the npub keys with the profile data and publish it to relays first before it is recognized by any nostr application during importing their private key?
My goal is to have a section of my application dedicated to onboarding people onto nostr is as gracefully as possible.
Ive never built an application with any nostr integration whatsoever. I barely understand how everything works.
Any videos, educational materials, coding examples, and anything that will help me design my offline focused progressive web app. So that I can accomplish my goals. Would be very greatly appreciated.
Thank you for your time, consideration, and awesomeness.