Move your plural data between apps.
Most plural apps store data in their own shape. PluralPort reads from one and writes to another. It's free, open source, and runs in your browser with no account needed to use.
Why it exists
The plural community uses a lot of apps. From toolkit apps like Simply Plural, Octocon, and PluralSpace to proxies like PluralKit and Tupperbox. Each one stores data differently. Historically it's meant that apps have to add support to allow certain exports/imports from other apps, that's where OpenPlural comes in. It allows for an easy, expected format for exports and imports.
Supported conversions
Add one
Simply PluralOpenPluralv0.1 (draft)
- Soon
OctoconOpenPluralv0.1 (draft) - Soon
PluralSpaceOpenPluralv0.1 (draft)
Built by PluralSpace
PluralSpace is the app we built to give systems a cozy, safe home. We made PluralPort because we wanted anyone to be able to export their data, and keep it in a standardized format. It's free and open source. PRs are welcome!
Add a converter
A converter is one file in app/lib/converters/ that handles the export and conversion to a new format.
Sources and destinations are listed in app/lib/registry.ts and auto register once added.
Want Octocon, Tupperbox, or something else? Open a PR and contribute!