import { Classes, Code, H1, H2, H4 } from "@blueprintjs/core"; import * as React from "react"; import nlnetLogo from "../../assets/nlnet.png"; import { Page } from "../atoms/"; const AboutScreen: React.FC = () => (

About

fediverse.space is a tool to visualize networks and communities on the{" "} fediverse . It works by crawling every instance it can find and aggregating statistics on communication between these.

FAQ

Why can't I see details about my instance?

Currently, fediverse.space only supports Mastodon and Pleroma instances. In addition, instances with 10 or fewer users won't be scraped -- it's a tool for understanding communities, not individuals.

When is $OTHER_ACTIVITYPUB_SERVER going to be added?

Check out{" "} this GitLab issue .

How do I add my personal instance?

Click on the Administration link in the top right to opt-in.

How do you calculate the strength of relationships between instances?

fediverse.space looks at statuses from within the last month on the public timeline of each instance. It calculates at the ratio of mentions of an instance / total statuses. It uses a ratio rather than an absolute number of mentions to reflect that smaller instances can play a large role in a community.

Credits

NLnet logo

This project is proudly supported by{" "} NLnet .

Inspiration for this site comes from several places:

The source code for fediverse.space is available on{" "} GitLab ; issues and pull requests are welcome!

); export default AboutScreen;