Where JubileeArtifacts Lives

JubileeArtifacts is not an island. It is the canonical content repository for the entire Jubilee ecosystem. Every sermon, song, book chapter, and Torah insight published across the network originates here, is versioned here, and is consumed by multiple platforms.

This diagram shows the seven major platforms connected to JubileeArtifacts and the direction of data flow:

JubileeArtifacts

Content Repository

JubileeInspire

Persona platform & training

← reads sermons, music

JubileeVerse

Torah study platform

← reads Torah insights

FiveFoldTest

Ministry assessment

← reads teachings

BornAgainDNA

Gamified discipleship

← reads devotionals

JubileeCertifications

Ministry credentials

← reads courses

InspireCortex

Infrastructure platform

↔ hosts, syncs, indexes

JSV Bible Society

Scripture translation

↔ references & commentary

Integration Details

JubileeInspire

Consumes sermon and music artifacts; trains personas

Integration:REST API
Data Direction:outbound
Authentication:SSO token
Status:Live

JubileeVerse

Pulls Torah insight artifacts and ceremony content

Integration:REST API
Data Direction:outbound
Authentication:SSO token
Status:Live

FiveFoldTest

References Kingdom teaching artifacts

Integration:REST API
Data Direction:outbound
Authentication:SSO token
Status:Live

BornAgainDNA

Consumes devotionals and discipleship content

Integration:REST API
Data Direction:outbound
Authentication:SSO token
Status:Live

JubileeCertifications

Pulls course and curriculum artifacts

Integration:REST API
Data Direction:outbound
Authentication:SSO token
Status:Live

InspireCortex

Hosts infrastructure, LLM services, database

Integration:PostgreSQL, internal network
Data Direction:bidirectional
Authentication:Internal network
Status:Live

JSV Bible Society

Provides Torah scrolls; receives Torah insight artifacts

Integration:REST API
Data Direction:bidirectional
Authentication:SSO token
Status:Planning

Data Flow Patterns

Read Pattern (Most Common)

Platform A reads artifacts from JubileeArtifacts via REST API. Example: JubileeInspire queries sermons, renders them in the UI. JubileeArtifacts is the source; the consumer is read-only.

Write Pattern (Rare, Curated)

A consuming platform may write tree overrides or collections back to JubileeArtifacts. Example: JubileeInspire curates a "top 10 sermons" collection; JubileeArtifacts stores this as a tree override. The artifacts themselves remain unmodified.

Bi-Directional Pattern (Future)

JSV Bible Society publishes Torah scrolls and commentary. JubileeArtifacts indexes them. Authors in JubileeArtifacts reference JSV sections in front matter. Both platforms enrich each other's content without compromising source of truth.

The Invariant: One Source of Truth

Across all seven platforms, one principle holds: the artifact in JubileeArtifacts Git is always the source of truth. Consuming platforms may cache, transform, or present differently — but none modify the source. This guarantees:

  • No data drift between platforms
  • All changes are auditable via Git
  • Rollback in one place (Git) rolls back across all consumers
  • New platforms can subscribe to content without fear of stale data

Adding a New Platform to the Ecosystem

When a new Jubilee site is built:

  1. The new site's architect adds an entry to the canonical ecosystem.json.
  2. JubileeArtifacts' ecosystem map auto-updates within 1 hour.
  3. Every other site's ecosystem map auto-updates within 1 hour (they all pull from the canonical source).
  4. The new site's integration point (read-only API, bi-directional sync, etc.) is documented here.

This creates a self-aware network where entry and exit are visible to the whole system.