1. There's Ghost import tool at - all metadata is kept, there will be proper dates. 2. There's no custom routing right now, we're adding static pages but that's a bit different. Your posts should have the same hashtags they had in Ghost after import, and npub.pro will have a page per hashtag at /tag/<hashtag> - just like default routing in Ghost. Please send me your Ghost site url and I can check and provide more input if it's possible to keep the similar site structure. 3. No, there's no paywall or recurring subscription at the moment. I don't think any nostr app built a proper paywall or recurring subs yet, although many are looking into that, us included. 4. You can send delete requests to relays to delete your content, it's a widely supported feature. It's not much different from the current internet - after site is taken down there will probably be copies in caches/archives here and there for a while, but eventually it will go away - nobody has any incentives to keep your stuff online forever. Thanks for great questions! You don't really have to ditch your current setup, just try cross-posting to nostr and get a sense of what's working. That also helps us build out the tools.

Replies (4)

The ability to talk to developers in #nostr is unmatched. I have a simple a personal website, that I care about, not much traffic or fancy things, but I want to think trough every possible improvement I do to make it better. The fact that @brugeman tool the time to clarify this questions is awesome. View quoted note →
GM, question. As there is no data base, all content is technically static? or because it draws from relays is still considered dynamic. just asking because thought that git pages just hosted static. If I self host, can I connected my nostr site as a subdomain on, lets say nstr.javierfeliu com ? I think this will be a super fun sandbox. and a great way to drop the mark a difference between all internet www. and new nstr. 😅. Alternatively, same question if I host the code with your team. (which is always an option. but I wamt to learn and this sounds like a good project to give it a try) My personal site is javierfeliu.com . the only dynamic routing is the collection of /blog/ that host the index template and the / host a static page. I am still not sure what I will do with the site at the end, have some ideas but kids have taken all the free time this year.
Hi, great questions! 1. Git pages allow hosting dynamic sites if the code works in the browser - most nostr apps are like that. Our engine can work on the server and in the browser, it connects directly to relays and converts events to html pages. Our hosting runs the code both on the server (to pre-render for search engines) and in the browser after the first page is loaded (to save our resources and to enable offline work). The self-hosted option we're offering is currently limited to browser-side rendering - so it can be hosted on Git pages, but can't be crawled by search engines properly. Server side engine coming later (won't work with Git pages as it will require nodejs). 2. Yes you can attach a custom (sub)domain with our hosting, and you definitely can add it if self-hosting. 3. Our alternative to your /blog/ collection would just be /posts/ (for long-form articles), and with static pages coming soon you'd be able to override the homepage and make other static pages like About me. I suggest you just try npub.pro, and try importing a couple posts from your Ghost site and try playing with it. It should take 10 minutes to do all that and have something usable. You can always attach custom domain or self-host later, there's no "migration" - it's nostr, all the data is out there.