Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

maybeanerd/activitybridge

Repository files navigation

this project is eepy

due to losing interest on selfhosting matrix and seeing so many security reseachers being unhappy about the state of it, I lost motivation for this project

activitybridge

The bridge from other systems to activitypub.

The goal of activitybridge is to provide a potentially growing list of bridges from other systems to activitypub.

Bridges

Matrix activitybridge

Enable matrix users to interact with users that are on any activitypub powered platform.

Provide a matrix bridge to deploy alongside a matrix server like synapse, which maps its matrix users to activitypub users and federates them by creating an activitypub server next to the matrix server.

The first goal is to get direct messages (DMs) working, as this is the most requested usecase for enabling users to communicate.

Setup

Make sure to install the dependencies:

pnpm i

Development Server

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

About

The bridge from other systems to activitypub.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published