Export & Import
Back up your LinkDen data as JSON or migrate from LinkStack with the built-in export and import tools.
Export & Import
LinkDen provides full data portability through JSON export and import. Back up your configuration, migrate between instances, or import from LinkStack.
Exporting Data
Navigate to /admin/settings and scroll to the Export section.
What is Exported
The export file includes all of your LinkDen data:
- Links -- All links and blocks with their order, visibility, and settings.
- Appearance -- Theme selection, colors, fonts, button styles, and custom CSS.
- Profile -- Display name, bio, and profile image reference.
- vCard -- All vCard fields and configuration.
- Wallet -- Apple Wallet pass configuration (not certificates).
- Pages -- Custom pages (privacy policy, terms, etc.).
- Settings -- General settings including whitelabel toggle.
How to Export
- Go to
/admin/settings. - Click Export Data.
- A JSON file downloads to your device.
- Store the file securely as a backup.
The exported file does not include:
- Analytics data (page views, clicks).
- Uploaded images (profile photo, favicon, background).
- Environment variables or secrets.
Importing Data
LinkDen Format
To import a LinkDen export:
- Go to
/admin/settings. - Click Import Data.
- Select your JSON export file.
- Review the import summary showing what will be created or updated.
- Click Confirm Import.
Importing overwrites existing data for matching records. New records are created for items that do not exist.
LinkStack Migration
LinkDen supports importing from LinkStack, making it easy to migrate:
- Export your data from LinkStack (JSON format).
- Go to
/admin/settingsin LinkDen. - Click Import Data and select the LinkStack export file.
- LinkDen automatically detects the LinkStack format and maps the fields.
- Review the import summary and click Confirm Import.
The LinkStack importer maps:
| LinkStack Field | LinkDen Field |
|---|---|
| Links | Links (standard type) |
| Title | Display name |
| Bio | Bio |
| Theme | Closest matching theme |
Some LinkStack features may not have direct equivalents. The import summary highlights any fields that could not be mapped.
Best Practices
- Export before updating -- Always create a backup before pulling new versions.
- Export before importing -- Create a backup of your current data before importing.
- Store exports securely -- Export files contain your complete link configuration.
- Regular backups -- Schedule periodic exports for disaster recovery.