TouchPal — once a popular Android swipe keyboard — went dormant, and a Russian hobbyist forum is the only source of patched builds for Android 15/16. Users want it back because Gboard/SwiftKey are increasingly Google/Microsoft data pipelines, but installing a Russian-modded keyboard with full input-method privileges is the worst possible threat model. Real demand for a maintained, privacy-respecting alternative swipe keyboard.
builder note Honest take: this is a hard problem. State-of-the-art swipe accuracy needs trained models on lots of typing data, and that data is exactly what users are refusing to share. Your wedge is on-device-only training (per-user) plus a respectable bootstrap model — pitch to NLnet or Mozilla's grants to fund the initial corpus. Don't ship until swipe accuracy is within 90% of Gboard or you'll get torched in reviews.
landscape (3 existing solutions)
FOSS keyboards solve the privacy half but lose on swipe accuracy. TouchPal mods solve the typing half but the privacy model is hostile. Nobody has shipped both.
Gboard Default but ties typing data to your Google identity; users who left Google specifically don't want this. sources (2)
keyboardprivacyswipe-typingandroidime
Snap's official memories export is brutally slow (up to 7 days), strips capture-time and location metadata from the media files (only HTML manifest has it), and arrives via emailed download links — exactly the surface area phishing actors love. Users hunt for third-party tools but those typically ask for Snapchat credentials, which is its own privacy nightmare. Real opening for an export tool that uses only Snap's own export ZIP and stitches metadata back on-device.
builder note Don't touch Snap's auth — touch the official ZIP. Parse the HTML manifest, match it to the media files, write out properly EXIF-tagged outputs to the camera roll. App lives entirely on device. Charge $5 once. Snap can't kill it because it doesn't talk to Snap's servers.
landscape (3 existing solutions)
Snap deliberately makes the official export annoying and lossy. Third-party tools fill the gap but require credentials. There's a clean opening for a local-first iOS/Android app that takes the official export ZIP as input and rebuilds proper photo-roll-compatible files with timestamps and geotags.
Snapchat official data export Slow (up to 7-day wait), strips EXIF time/location from media files, dumps a giant ZIP with HTML manifest the user has to parse manually. sources (2)
snapchatdata-portabilityprivacyiosmetadata
A school-project pitch — 'scan your grocery receipt, get expiry notifications' — drew thoughtful pushback that revealed real demand alongside the obvious technical problems (receipts and barcodes don't carry expiry data). The actual unmet need: a phone-friendly pantry tracker that estimates shelf life from purchase date + product class, without requiring users to self-host Grocy on a homelab. Reduces household food waste, which is the actual customer-felt pain.
builder note Don't promise OCR-from-receipt accuracy you can't deliver. Lead with barcode-scan + a 'when did you buy this' tap. The shelf-life database is the real IP — start with USDA's FoodKeeper and improve from there. And solve the 'how do I tell the app I used the milk up' input friction... that's where every previous attempt died.
landscape (3 existing solutions)
Reddit threads about 'why does my food waste money' show real pain. The receipt-scan idea has technical limits (no expiry data on receipts), but a barcode + product-class lookup ('milk, opened, refrigerated') with a realistic shelf-life database closes most of the gap. The bar is way lower than people assume.
Grocy Excellent kitchen-management software, but self-hosted PHP — requires a server, requires manual entry. Wrong distribution channel for the demand. sources (1)
pantryfood-wastehouseholdocrconsumer
App Cloner — the de-facto Android cloner — re-tiered its packages in 2025, breaking what longtime users believed were lifetime entitlements. Reddit users now actively warn each other not to pay for it. The remaining options are MT Manager (Chinese-language, opaque) or apktool (CLI-only, technical). There's a clean opening for a modern, scoped-storage-aware app cloner with a credible pricing commitment.
builder note The technical challenge is keeping up with Play Integrity / signature attestation — many cloned apps now refuse to launch. Write the cloner once, then maintain a 'compatibility map' of which apps still work post-clone. That map is the actual product moat.
landscape (3 existing solutions)
Niche but durable demand (multi-account WhatsApp, work/personal Slack, dual TikTok). The category had one trusted vendor and they alienated their base. A FOSS or transparent-pricing reentry could capture the mindshare cheaply.
App Cloner Burned its trust capital with the 3.0 retiering. Users in r/androidapps explicitly steer newcomers away. Reputation damage is sticky. MT Manager Powerful but Chinese-only documentation and UI; trust profile is 'unknown' for English-speaking users. apktool + manual signing CLI workflow, requires Java, requires understanding APK signing. Real answer for devs, useless for normal users who just want two WhatsApps. sources (2)
androidutilityopen-sourceanti-rugpull
Android's scoped-storage migration since Android 11 broke most legacy 'cleaner' apps, leaving SD Maid SE (paid, single-dev) as the de-facto-only credible recommendation. The Play Store's free 'cleaners' are ad-laden permission-grabbers that frequently include malware. Users on r/androidapps actively ask for a FOSS deep cleaner and the recommendation list is one item long.
builder note The hard part isn't the UI, it's the heuristics — 'is this APK leftover safe to delete' is a knowledge-base problem. SD Maid's exclusion lists are years of curated work. Either fork sdmse and re-license/re-distribute properly, or partner with Darken (the dev) to commercialize a managed version. Don't underestimate the support burden of 'I deleted X and now my app crashed.'
landscape (3 existing solutions)
The FOSS junk-cleaner category is essentially monopolized by one developer's side project. Scoped storage made it harder to write, so nobody wrote one. That's the gap.
SD Maid 2/SE Excellent and FOSS-adjacent (source-available), but most features are paid, and it's a single-developer project — bus-factor of one for the entire trustworthy-cleaner category. Files by Google Surface-level cleaner suggestions only, no deep duplicate scanning or app-residue detection. Plus it's Google. CCleaner / 1Tap Cleaner / AppMgr Privacy-hostile, ad-supported, frequently flagged for malware. Several have been pulled from Play Store after the fact. Recommending these to a normal user is borderline reckless. sources (1)
fossandroidstorageprivacyutility
The recurring privacy-vs-convenience trap in 2FA apps: Aegis is offline-only and recovery is painful, Ente Auth is E2EE but still syncs through Ente's servers, Authy is widely distrusted post-Twilio, and Bitwarden Auth gates sync behind a paid plan. Multiple users want a TOTP app that syncs only between *their* devices — over LAN, Tailscale, or BLE — without trusting any third-party cloud.
builder note The marketing line writes itself: 'Your seeds never leave your network.' Use the pairing flow Signal/Wire popularized — QR-code device pairing over LAN. Skip the 'social' features (sharing codes) — that's a different product and adds threat surface.
landscape (4 existing solutions)
There's a clean unfilled slot: TOTP app that syncs E2EE between your own devices via mDNS/LAN or Tailscale-style overlay, with optional encrypted-blob upload to your own WebDAV/S3. The Syncthing workaround proves the demand and validates the technical pattern.
Aegis Authenticator FOSS, encrypted vault, no cloud. But Android-only, no native sync — recovery means manually re-enrolling every TOTP if you lose the phone. Ente Auth FOSS and E2EE cross-platform sync, but the data still rides Ente's infrastructure. Cannot self-host. Some users explicitly don't want their seeds on anyone else's server. Bitwarden Authenticator Multi-device sync exists but is paywalled to paid Bitwarden plans. Free users get a single-device island. Syncthing-as-workaround Real workaround being recommended for Aegis users — but it's a CLI-class hack, not user-friendly, and breaks if a non-tech spouse needs to set it up. sources (2)
2fatotpprivacyself-hostedp2p
Users escaping smartphone overload want the specific UX of Minimalist Phone — text-only home screen, app drawer organized into named folders, no icon grid — but without the gamified 'detox challenges,' nag screens, and subscription. Niagara and Olauncher (the most-recommended FOSS minimalist launchers) don't have the named-folder app drawer that's the actual reason people stick with Minimalist Phone.
builder note Fork Olauncher, add named app-drawer folders, ship on F-Droid. Hard rule: zero usage tracking, zero 'streak' UI, zero 'time blocker' modes. The audience defected from those features... don't reintroduce them. The whole moat is restraint.
landscape (4 existing solutions)
The minimalist-launcher market splits into 'Niagara aesthetic without folders' and 'Minimalist Phone folders with detox guilt baked in.' Nobody has shipped the actually-minimalist combo — folders + zero behavioral nagging — as FOSS.
Minimalist Phone Has the folder-based app drawer the OP wants, but bundles forced 'detox' features, blocks, reminders, and a subscription. Punishes the user it's trying to help. Niagara Launcher Closest viable swap, but the alphabetical-edge-scroll app list lacks proper named folders... OP had to cram all apps into 'pop-up folders' as a workaround. Olauncher (FOSS) Great minimalist starter, but no app-drawer folders at all — flat list only. Minimo Launcher (FOSS) New entrant, the dev plugged it in the same thread — folders are basic and the dev is solo, so longevity is unclear. sources (1)
launcherminimalismfossandroiddigital-wellbeing
There's recurring frustration on r/androidapps from people who literally just want 'enter a name, enter a time, get a notification' and instead get apps demanding calendar access, accounts, premium upsells, and broken stock-calendar notifications that fail silently. The asker's stock Google Calendar reminder didn't even fire — a reliability problem on top of the bloat problem.
builder note Whole app is one screen: title, time picker, optional 'repeat yearly' toggle. Use AlarmManager.setExactAndAllowWhileIdle so notifications actually fire. No accounts, no analytics, no premium tier... charge $3 once on Play and Google will literally do the rest because the SEO graveyard is so bad.
landscape (3 existing solutions)
Android reminder apps optimize for power users (calendar integration, recurrence rules, location triggers) when most people just want a notification at 3pm Tuesday. The dependable options bundle complexity; the simple ones are ad-laden or abandoned.
Google Calendar Notifications fail silently for many users (battery optimization, sync delays, exact-alarm permission since Android 12). The OP set a fake event and got nothing. Fossify Calendar (FOSS) Closer to what the user wants but still calendar-shaped (date pickers, agenda views), not a 'notification-first' UX. Simple Reminder / Tasks-class apps Most are ad-laden, premium-gated, or die after one update. The Play Store is a graveyard of 'simple reminder' apps that sold to ad networks. sources (1)
remindersminimalismandroidanti-bloataccessibility
Android users actively want a full-featured mobile video editor that isn't owned by ByteDance (CapCut), doesn't slap watermarks, and isn't a $30/year subscription. Top FOSS options (Bunny, Open Video Editor) are too barebones for normal editing; LumaFusion is the recommended paid one but is iPad-tier expensive. The opening exists for a one-time-purchase, privacy-respecting editor between those two extremes.
builder note The trap is competing with CapCut on AI features... don't. Win on: clear data policy, lifetime license under $30, native scoped-storage handling, and the 12 things 90% of casual editors actually use (cut, splice, music, captions, basic transitions, export presets). Bunny's codebase + a paid 'pro' fork is a viable shortcut.
landscape (5 existing solutions)
Android has either (a) ByteDance/Chinese-owned full-featured editors or (b) FOSS editors that are missing 80% of the basic feature set most YouTubers/parents/teachers want. There is no privacy-respecting one-time-pay option in between.
CapCut ByteDance-owned, surveillance/privacy concerns repeatedly raised, downvoted in the thread. Larry Ellison's Oracle stake doesn't fix the data flow. Bunny Media Editor (FOSS) Early-stage FOSS — supports crop, speed, mute, stabilize, trim. No multi-track timeline, no real titles/transitions. Not a CapCut replacement yet. LumaFusion Pro-grade and works on Android, but $29.99/yr subscription model and aimed at videographers, not casual creators. InShot Free tier full of ads and feature gates; data practices are murky for an app that touches your photo roll. VN Video Editor Owned by Ubiquiti6 (Chinese-based), opaque telemetry, no source available — same privacy class as CapCut without the brand recognition. sources (2)
video-editingprivacyanti-subscriptionandroidfoss