Pluxer is a Fluxer proxy bot built from the ground up, with multi-instance support as its primary goal. Whether you're on Fluxer or any other supported instance, you can carry your system data, members, and proxies around with you, without needing to manually recreate or update everything.
We recommend that if you upload images for system or member avatars, you store them elsewhere, as fluxer instances can delete images after a period of time. I do not have the budget to store images separately as of now, so we are not responsible if you lose any avatars
Whether you use it for roleplay, plurality, or another reason entirely, Pluxer does not restrict how you use it.
Pluxer is still in development. Our goal is to reach feature parity with PluralKit, including schema-compatible JSON import and export, but getting there will take time.
Available under the Mozilla Public License, version 2.0, you can use, distribute, or modify Pluxer, so long as you follow the terms of the license.
Pluxer does not use LLMs in the production of code, and will not accept any LLM generated or assisted pull requests.
./database contains the database model.
./backend is an abstraction layer over what's necessary to create a bot.
./frontend contains the bot implementation, built on top of backend abstraction.
In the future, I want Pluxer to be able to support more platforms than just Fluxer. Having an abstraction layer set up makes that goal easier.