Skip to main content

Sermons Overview

Everything related to sermons lives in Sermons in the Church Admin sidebar. The screen has two tabs:

  • Sermons — your library of past sermons (the list)
  • Planner — AI-powered content generator for a selected sermon (outlines, social posts, study notes, etc.)

Sermon sources

Sermons in your library come from two places:

  1. Live stream recordings — Every live stream you run is automatically added as a VOD (video-on-demand) sermon after the stream ends. Tagged as source: live_stream in the list.
  2. Direct uploads — Click Upload Sermon (button on the Sermons tab) to upload a video file you recorded another way.

Upload Sermon

Clicking Upload Sermon opens a dialog with these fields:

FieldRequiredNotes
TitleYesSermon title
DescriptionNoMulti-line text
SpeakerYesDropdown — select from your existing Speakers list
CategoryNoFree-text category tag
Video FileYesAny video format — opens your system file picker

After selecting the file, the app uploads the video directly to your cloud storage, creates the sermon record, and shows it in the list.

Speakers must exist first

If your Speakers list is empty, the dropdown says "No speakers — add one in Speakers tab". Create speakers before your first upload.

The sermon list

Each sermon card shows:

  • Thumbnail (auto-generated from the video)
  • Title
  • Speaker name
  • Duration
  • Published date
  • Source tag — "Live Stream" badge for recordings of past live streams

The first sermon in the list gets the Featured treatment at the top of the screen (larger card). Mark any sermon as featured via the Edit dialog.

Three-dot menu actions

Click the ⋯ icon on any sermon card to open the action sheet. Available actions:

ActionWhat it does
PlayOpens the full-screen sermon player
EditEdit title, description, speaker, category, tags, featured toggle
ShareComing soon
Optimize RecordingCompress the recording to save storage (desktop only, live-stream sermons only, before first optimization)
DeleteRemove the sermon from the library

Edit a sermon

The Edit dialog exposes:

  • Title
  • Description
  • Speaker — dropdown from your Speakers list
  • Category — free text
  • Tags — comma-separated
  • Featured — toggle on/off

Changes save to your sermons API immediately.

Toggling Featured on a sermon makes it show prominently on:

  • Your Sermons tab (featured card at top)
  • The member app home screen
  • Embeddable links shared via social media

Only one sermon is "Featured" at a time — turning on Featured for a new one turns off the previous.

Source field reference

The sermon object has a source field used by the UI:

source valueMeaning
live_streamRecorded from an ended live stream
(other)Direct upload via Upload Sermon

This field controls whether the Optimize Recording option shows (only for live_stream sermons that haven't been optimized yet).

Next steps