You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Gabriel 3462efda21 typos 2 years ago
Client Minor cosmetic changes 2 years ago
Demo typos 2 years ago
Docs clean docs 2 years ago
LICENSE typos 2 years ago
interverse-example.json update docs & demo video 2 years ago
readme.md wording 2 years ago

readme.md

Interverse

Try it out!

Demo video

A decentralized discovery service that allows you to easily discover like-minded sites.

Interverse aims to enable small-tech.

That means

  • No complicated software to run (beyond an existing website)
  • No Cryptocurrency/NFT
  • Scalable
  • Extensible

Protocol neutrality

Clients should be able to easily be ported to TOR/Gemini/IPFS/ect

Can I join?

You don't need my permission! Simply follow these steps and you're online!

  1. Grab the example file or you can grab the one from the Libre Solutions Network
  2. Check out the docs
  3. Modify it with your data
  4. Serve that file from your.website/.well-known/interverse
  5. Ensure that the webserver also adds the correct header: access-control-allow-origin *
  6. Feel free to test your setup by visiting: https://libresolutions.network/Interverse?url=your.website

How do I run the client myself?

  1. git clone https://codeberg.org/gabe/Interverse.git
  2. cd Interverse/Client
  3. python -m http.server
  4. Hack away!

Can I create my own client?

Please do!

If you need any help getting started feel free to get in touch with me by e-mailing gabriel@libresolutions.network