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
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.
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.
Make sure to install the dependencies:
pnpm i
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview
Check out the deployment documentation for more information.