2022-01-26 05:24:59 -05:00
# Interverse
2022-10-10 10:13:22 -04:00
[Try it out! ](https://libresolutions.network/interverse )
2022-01-31 10:23:47 -05:00
2022-10-10 10:13:22 -04:00
[Demo video ](https://libresolutions.network/videos/interverse-demo-1/ )
2022-03-10 02:39:23 -05:00
## A decentralized discovery service that allows you to easily discover like-minded sites.
2022-01-30 12:45:36 -05:00
2022-10-09 11:48:31 -04:00
2022-01-26 05:24:59 -05:00
* No complicated software to run (beyond an existing website)
2022-01-26 05:31:14 -05:00
* No Cryptocurrency/NFT
2022-01-26 05:24:59 -05:00
* Scalable
* Extensible
### Protocol neutrality
Clients should be able to easily be ported to TOR/Gemini/IPFS/ect
2022-01-26 05:27:47 -05:00
### Can I join?
You don't need my permission!
2022-01-30 12:45:36 -05:00
Simply follow these steps and you're online!
1) Grab the [example file ](https://codeberg.org/gabe/Interverse/src/branch/main/interverse-example.json ) or you can grab the one from [the Libre Solutions Network ](https://libresolutions.network/.well-known/interverse )
2) [Check out the docs ](Docs/readme.md )
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:
2022-01-26 05:27:47 -05:00
https://libresolutions.network/Interverse?url=your.website
2022-01-26 05:28:51 -05:00
2022-01-26 06:50:04 -05:00
### 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!
2022-01-26 05:28:51 -05:00
2022-10-09 11:48:31 -04:00
If you need any help getting started feel free to get in touch with me by e-mailing gabriel@libresolutions.network
2022-01-26 05:27:47 -05:00
2022-10-09 11:48:31 -04:00
---
2022-01-26 05:27:47 -05:00
2022-10-09 11:48:31 -04:00
Compatible with [Discover ](https://codeberg.org/onasaft/Discover )
2022-01-26 05:24:59 -05:00
2022-01-25 23:28:06 -05:00