Skip to main content
  1. Posts/

Nowhere: An Entire Website Encoded in a URL

··269 words·2 mins·

🔗 A Website That Lives on No Server?

Nowhere is a fascinating project: it encodes an entire website inside a URL fragment (the part after #). And by design, URL fragments are never sent to the server.

🏗️ How does it work?

The URL fragment contains the entire site, compressed and encoded. There is no server hosting it. There is no company that can take it down. The link is the site.

nowhr.xyz/s#bYxNC4JAEEDRX7LbpcsirR9F1MW0jRDLPsEOMZaHin...
             ↑ The entire store lives here

🛡️ Key advantages:

  • 🔒 Real privacy: the server never knows what content you’re viewing
  • 🚫 Impossible to censor: it’s not on a server, it can’t be removed
  • 📵 Works offline: print the link as a QR code and it works with no internet via the app
  • 🗳️ No permissions needed: forums, stores, petitions, events — no account, no approval

For communication, it uses Nostr relays with encrypted data that relays can’t read.

💡 Explanation in a nutshell
#

When you visit a normal website, your browser requests data from a server. With Nowhere, all the site’s information is stored inside the link itself, specifically in the part after the # symbol. Browsers never send that part to the server — it’s part of the HTTP specification. It’s like if the document traveled inside the envelope rather than being stored in a post office.

More information at the link 👇

Also published on LinkedIn.
Juan Pedro Bretti Mandarano
Author
Juan Pedro Bretti Mandarano