Flash CardsSettings
All sets

Settings

Backup & import

Everything is stored on this device. Export a JSON file to back up or move to another device, or import cards from a file.

Import file format

A set needs a name and a cards array; each card needs a front and back. hint and notes are optional. Exported files use this same shape.

{
  "version": 1,
  "sets": [
    {
      "name": "French — Numbers",
      "cards": [
        { "front": "one", "back": "un" },
        { "front": "two", "back": "deux", "hint": "rhymes with 'duh'" }
      ]
    }
  ]
}

Danger zone