SEER
Bring your own text

Import scripture

Upload a JSON file matching SEER’s scripture shape and we’ll add it to your library — searchable, bookmarkable, readable alongside the bundled corpora. Stored privately in your browser (IndexedDB); nothing is ever uploaded.

Expected JSON shape
{
  "name": "My Custom Journal",
  "abbr": "JRN",
  "color": "#7A9C7A",
  "subtitle": "Personal reflections",
  "books": [
    {
      "book": "Volume 1",
      "chapters": [
        {
          "chapter": 1,
          "verses": [
            { "verse": 1, "text": "In the beginning..." },
            { "verse": 2, "text": "And it came to pass..." }
          ]
        }
      ]
    }
  ]
}

Stored only on this device. Browse at /my-library.

ABEL