The Spoofify dashboard can be found at https://<you>.spoofify.live/dashboard
If you’re looking for customization beyond these options, reach out to Ducky to further customize your personal Spoofify instance.
Export Themes
Show Steps to Export Themes
Show Steps to Export Themes
1
Navigate to the Spoofify Dashboard
2
Export your Settings
In the button area at the top of the dashboard, click
Backup Settings to save your current theme settings as a JSON file.3
Keep your Export Safe
Store the file in a place where you won’t lose it!If your settings are changed, this export is the only way to fully recover your previous theme.
Import Themes
Show Steps to Import Themes
Show Steps to Import Themes
1
Navigate to the Spoofify Dashboard
2
Select the file to Import
In the button area at the top of the dashboard, click
Select Import File to choose the .json theme file you wish to import.3
Import Settings
Always export your current theme to save your settings before importing.
Show steps, I have exported my current settings or do not mind if I lose them.
Show steps, I have exported my current settings or do not mind if I lose them.
If you’ve successfully chosen a
.json file to import, a new button will appear.Choose
Import Settings to override your current settings with the ones found in the imported file.`JSON Schema
{
"id": string,
"background_mode": "solid" | "gradient",
"animation_style": "slide" | "turn" | "flip",
"stroke_width": number,
"border_radius": number,
"color_1": string,
"color_2": string,
"shadow_color": string,
"text_color": string,
"stroke_color": string,
"show_album": boolean
}

