A self-hosted photo and file backup app for Android built around one job: background upload that actually survives Doze and OEM battery killers
Nextcloud and Immich users keep reporting that auto-upload silently stops on modern Android, so photos they assumed were safely backed up never actually leave the phone. The opportunity is a backend-agnostic backup app (WebDAV/S3/Immich/Nextcloud) whose entire value proposition is bulletproof background upload plus a 'prove every file landed' audit, not another gallery UI. The audience is the large self-hosted / de-Googled crowd that refuses Google Photos but cannot trust any current client to run unattended.
The product is not another file picker, it is the background-execution engine — and on Android 15+, persistent foreground services are capped at 6 hours/24h and cannot start from background, so design around WorkManager intermittent jobs with exponential backoff, not a permanently-running service. Per-OEM dontkillmyapp onboarding and the 'prove every file landed' audit screen are the differentiators users in these threads keep begging for. Stay backend-agnostic (WebDAV/S3/Immich/Nextcloud) so you are not betting on one server.
landscape (4 existing solutions)
The gap persists because reliable unattended upload on modern Android is a hard OS-level problem (Doze, App Standby, and aggressive OEM battery management on Samsung/Xiaomi/OnePlus silently terminate sync jobs), not a missing feature. Every self-hosted backup client fights the same battle, and users still discover months later that photos they assumed were backed up never uploaded.