Bring your own text
Import
Bring your scripture work into SEER — custom corpora as JSON, or your full Gospel Library annotation history as a CSV export. Everything lives privately in your browser; nothing is 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.
