Loading study plan...
Theme: Loading...
Genesis...
Observe covenants, structural shadows, and patterns of the promised Redeemer.
Luke...
Observe how Jesus Christ and the apostles fulfill these Old Testament patterns.
Historical & Cultural Milieu
Historical context...
The 90-Day Christocentric Path
Select any cell block to review or launch that day's readings.
Scholastic Community
Streaks and milestones compared with fellow covenant students.
Scholar Settings
Scripture Scholar
Status: Local scholar syncing offline storage
Gemini 3.5 Flash API Configuration
Enter your Gemini API key to trigger deep typological studies. The key is saved locally in your browser and never sent to outside servers.
Admin Control Panel
Switch the active study plan, export the current schema as a JSON template for external AIs, or import a new plan.
Paste the exact plan JSON layout template (e.g. exported from a plan). It must contain daily reading objects matching the schema.
PostgreSQL Schema Emulation
ReadyThis application is built with a decoupled database layer. Below is the active schema query representation. All profile edits and study checkmarks write mock transactions in your browser console, ready for database integrations.
CREATE TABLE profiles ( uid VARCHAR(255) PRIMARY KEY, display_name VARCHAR(100), avatar_emoji VARCHAR(10), streak INT DEFAULT 0, completed_days INT[], last_read_date DATE, joined_at TIMESTAMP );