Damus
BLUESKY profile picture
BLUESKY
@BLUESKY
What's the easiest way to host a single page site on a domain where the content is a long form post pulled from relays?
361❤️4❤️1🚀1
After Math · 87w
Cloudflare Pages
sudocarlos · 87w
https://npub.pro is pretty easy. Havent tried to self host the domain but that seems simple too.
Logen · 87w
build it locally (hard part) then use caddy to reverse proxy it to a cloudflare tunnel
AVB21 · 87w
Post the content on highlighter dot com then point a domain name towards it with redirect Dot pizza.
BTCrevolutionary · 87w
Npub.pro for sure
BTCrevolutionary · 87w
Here is what my website looks like. https://the-orange-revolution.npub.pro/post/19493e61/
Turiz · 87w
do a cheap web hosting service
utxo the webmaster 🧑‍💻 · 87w
Zap a dev 10,000 sats to write a few lines of Javascript for you
Asara · 87w
I have also been looking for something like this. Kind of the reverse of pluja/blogo which backs up a static site to nostr, and instead something that just reads kind 8s from a relay and displays them.
minestr.app · 87w
node app + caddy
Danny the Cyber Guy · 87w
Simple static site, one page only, content only from nostr, no formatting, you may want to change it a bit if you want it to look nice (you asked for the easiest, so just as a joke I wrote the truly simplest website possible that does that!) ```js const noteId = "fdf3d23250bea5008dc5d361ab195eef819...
teatwo · 87w
problem is the ip routing, so NWS(nostr web service)
ben · 86w
do not accept some slow ass, javascript bloated webapp as a solution to this problem.