What is the interverse?
Interverse is a web0 search engine powered by trust and relationships.
What are the Benefits?
- No databases / cryptocurrency required
- Super scalable!
- Inspired by Web0 / Fediverse
Can I get started?
You don't need my permission!
Simply follow the steps and you're online!
- Grab the example file
- Modify it with your data
- Serve that file from your.website/.well-known/interverse
- Ensure that the webserver also adds the correct header:
access-control-allow-origin * - Feel free to test your setup by visiting:
https://libresolutions.network/Interverse?url=your.website - If you need any help feel free to contact us below.
Widget
Work in progress. Simply a demonstration of what is possible.
Interverse v0.l
The interverse file is the gateway to creating an interconnected trust-based web.
The file is json formatted but is simply at /.well-known/interverse on your domain/subdomain.
Example file
Structure
Interverse is designed to be extensible, other clients may impliment other features on top.
Fields
name
The name of your website (it can be your name, your brand or group)...ect
Mandatory | Type | Can be empty |
---|---|---|
Yes | String | Not enforced |
location
This is the location of your website.
Mandatory | Type | Can be empty |
---|---|---|
Yes | String (url) | Yes |
image
Whatever image you want to use to represent your website
Mandatory | Type | Can be empty |
---|---|---|
Yes | String (url) | Not enforced |
connections
Mandatory | Type | Can be empty |
---|---|---|
Yes | list (of urls) | Yes |
resources
This is intended to be for content on your website you speifically want to feature.
Mandatory | Type | Can be empty |
---|---|---|
Yes | List (resource objects) | Yes |
Object fields:
label
Title of the resource
icon
Absolute link to a icon for the resource
location
the location of the resource (url)
description
Describe the resource
contact
Mandatory | Type | Can be empty |
---|---|---|
No | List (contact) | Yes |
version
Mandatory | Type | Can be empty |
---|---|---|
No | Not enforced | Yes |