Export & Import

Your data belongs to you. Export everything anytime, import to restore or migrate.

Export

Go to Settings and click Export Data. This downloads a JSON file containing:

Import

Go to Settings and click Import Data. Select your export file.

Import Behavior

Version Compatibility

DearDiary checks export versions:

Tip: Export regularly as a backup. Store exports in a safe place.

Why Export?

Export Format

{
  "version": "0.1.0",
  "exportedAt": "2026-03-27T12:00:00Z",
  "settings": {
    "aiProvider": "groq",
    "aiApiKey": "gsk_xxx",
    ...
  },
  "events": [
    {
      "id": "evt_xxx",
      "date": "2026-03-27",
      "type": "text",
      "content": "Had coffee with Sarah",
      "latitude": 40.7128,
      "longitude": -74.0060,
      "placeName": "New York, NY",
      "createdAt": "2026-03-27T08:30:00Z"
    }
  ],
  "journals": [...],
  "tasks": [...]
}