Skymoth is an open source service which allows you to share the content you post on Mastodon over to Bluesky. This allows you to stay in touch with your followers on both platforms.
For development using Cachix Devenv is strongly advised. After setting up, you can just enter this projects shell.
Before starting the project you need to copy the .env.local
over to .env
:
cp .env.local .env
and modify it to to your needs. Then install all javascript dependencies by executing
pnpm install
Don't worry, if set up correctly the development shell you are in should contain all development tools needed for this project.
devenv up
after starting you may need to run
pnpm migrate
pnpm generate
to apply all migrations.
Yes, I will set up some kind of donation system to help keep this project and the infrastructure alive. But you can use this completely free without paying anything.
Yes, this project can be indeed selfhosted, though this is not designed with selfhosting in mind. Though I would kindly ask you to keep your instances private to avoid confusion with this project and its infrastructure.
I know, social networks are big and complicated and handling content from a federated network is even more so. Since this is a one man show at the moment, please be patient if errors occur or the infrastructure has problems. You can be assured I'll do my best to fix stuff as quickly as I can.