Show HN: s@: decentralized social networking over static sites

s@: social networking over static sites simple * static * social networking self-reliant * Quick start Fork this repo (see below if you need a different name from satellite) Enable GitHub Pages on your fork (deploy from the main branch). Visit the GitHub Pages URL (e.g. https://username.github.io/satellite/) While this sample implementation uses GitHub, the protocol is agnostic to the hosting service. Using a custom repo name: by default, the client looks for data at https://{domain}/satellite/. If you already have a satellite/ path for something else, add a satproto_root.json file to the root of your main site (e.g. the username.github.io repo) pointing to the actual repo: { “sat_root”: “my-custom-repo” } sAT Protocol sAT Protocol (s@) is a decentralized social networking protocol…

Read more on Hacker News