Documentation Index
Fetch the complete documentation index at: https://docs.ducky.wiki/llms.txt
Use this file to discover all available pages before exploring further.
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
Navigate to the Spoofify Dashboard
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. 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
Navigate to the Spoofify Dashboard
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.
Import Settings
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
}