Personal Settings Backup
We have implemented a feature to backup personal settings stored in local storage. This allows you to easily migrate your personal settings when clearing browser data or changing devices.
Covered Personal Settings
The following settings are subject to backup:
- User prompt templates
- System prompt templates
- Favorited use cases
Export Procedure
- Log in to AI-Starter
- Select "Personal Settings" from "Account" at the bottom of the sidebar
- Navigate to the "Settings Export/Import" section on the personal settings screen
- Click the "Export" button
- Settings will be downloaded as a JSON file
- Filename:
ai-starter-settings-[date].json
Import Procedure
- Log in to AI-Starter
- Select "Personal Settings" from "Account" at the bottom of the sidebar
- Navigate to the "Settings Export/Import" section on the personal settings screen
- Click the "Select File" button in "Import Settings"
- Select the saved JSON file
- Click the "Import" button
- If successful, the message "Settings imported successfully" will be displayed
Specifications
Import behavior:
- Existing data is retained
- New data is added
- When the same title/ID exists, existing data is retained
Future Plans
Currently, personal settings are stored in local storage, but we plan to implement a feature to save them to a server-side database in the future. This will allow you to use the same settings when accessing from any device.