Feature Flags

Enable or disable features instantly without redeployment

Highlights Feature

Enable the Highlights feature for marking and reviewing key journal entries

Enabled

Reminders Feature

Enable reminder cards and notifications for daily devotions

Enabled

Verse Bank

Enable Verse Bank for saving and organizing favourite verses with topics and notes

Enabled

Pray For Feature

Enable Pray for... feature with gentle in-app nudges for following up on prayer requests

Enabled

Sunday Anchor Variant

Enable Sunday Anchor variant devotions with deeper weekly reflection

Enabled
How Feature Flags Work

Purpose: Feature flags let you enable or disable features instantly without redeploying the app. This is useful for:

  • Rolling out new features gradually
  • Quickly disabling problematic features
  • A/B testing different experiences
  • Emergency rollback without code deployment

Impact: When you toggle a flag OFF, the feature immediately becomes hidden/disabled for all users. The app behaves as if that feature never existed.

Reminders Diagnostics (Admin Only)

Feature Flags & Settings

feature_reminders_enabled:
false
user_reminders_enabled (your account):
false

Eligibility State (Your Account)

Highlight count:0
Last reminder shown:Never
Snoozed until:Not snoozed
Last highlight ID:None
Force show once (testing):
Inactive

Admin Actions

Reset clears all reminder state. Force Show bypasses frequency rules once for testing.

Current Flag Values (Diagnostics)
feature_highlights_enabled:true
feature_reminders_enabled:true
feature_verse_bank_enabled:true
feature_pray_for_enabled:true
enableSundayAnchor:true