Open-source Catholic prayer app with daily prayers, rosary, readings, saints, and offline support for Swahili and English communities.
# Sala Katoliki / Catholic Prayer
An open-source, offline-first Catholic prayer app for mobile. Built with Flutter for Catholic faithful worldwide who want free, ad-free, privacy-respecting prayer resources.
## What It Does
- Daily prayers, Rosary, and novenas in English and Kiswahili
- Works completely offline - no internet required
- Favorites, search, and daily reminders
- No accounts, no ads, no tracking, no data collection
## Why It Exists
- Free and open-source under GPL-3.0
- Privacy-first: all data stays on your device
- Community-driven: contributions welcome from developers and content creators
## Project Status
**Live on Google Play Store** - Download App
- 6 releases shipped
- Android production ready
- iOS support planned
- See Implementation Plan for detailed status
## Source of Truth
The SRS PDF is the product source of truth:
docs/srs/Sala_Katoliki_MVP_SRS_Busara_Digital.md
When project code, UI, or docs conflict with that SRS, the SRS wins unless Busara Digital approves a new written requirement.
## Features
### Core Features
- First-launch language selection for English and Kiswahili.
- Today screen with quick access to prayer actions.
- Common Catholic prayer library loaded from bundled JSON.
- Interactive Rosary with mystery selection by day and step-by-step progress.
- Novenas with 9-day progress tracking.
- Favorites, offline search, and local reminder notifications.
- Settings for language, reminders, font size, theme, About, and content sources.
- Local bundled content architecture that allows adding prayers without creating new screens.
- Android release, with iOS planned.
### Not Included (By Design)
- Authentication, registration, profiles, cloud sync, or social sign-in.
- Backend CMS, admin dashboard, real-time content management, or remote database dependency.
- Payments, donations, subscriptions, ads, or monetization.
- Audio, video, podcasts, guided meditation library, full Bible, full Catechism, Mass booking, pa …