The Thrive ecosystem is built around a simple idea:
Have one central source of truth for sermon and church content, and publish it out to every place people engage.
To make that work, we use a small set of focused components:
Attenders Staff
| |
v v
+----------------+ +-----------------+
| Mobile App | | Admin Tool |
+--------+-------+ +--------+--------+
\ /
\ /
\ HTTPS /
v v
+---------------------+
| Global API |
| (sermons, config) |
+----+-----------+----+
| |
data | | audio
v v
+-----------+ +--------+
| Database | | S3 |
+-----------+ +--------+
|
v
+------------------------+
| AI Processing Pipeline |
| (summary, tags, RSS) |
+------------------------+
|
v
Podcast Platforms
Sermon is recorded
Audio is edited and prepared by the production team.
Staff upload the sermon
Using the Admin Tool, staff upload audio and fill in basic details (title, date, series, speaker, etc.).
The Global API securely stores this information and manages links to the audio file.
This architecture is intentionally:
Here is a typical rhythm for a normal week:
From the team’s perspective, the main manual task is one upload in the Admin Tool. Everything else fans out automatically.
Without going deep into implementation details, the system uses:
The rest of this documentation looks at each part of the system in more detail.