Rush users on mobile and tablet describe a specific failure mode: the app crashes mid-edit or during save, and they lose their entire project state. Unlike desktop Premiere Pro where a project file is at least recoverable sometimes, Rush's architecture on iOS and Android makes project state opaque — there's no accessible project file to restore from, no version history, and no cloud sync that captures intermediate states rather than just the last successful save.

This gap persists for a structural reason: Rush is positioned as a simple, fast tool for content creators who aren't expected to care about recovery workflows. Adobe's engineering investment in Rush goes toward feature parity with desktop, not resilience infrastructure. The buyer is often a solo creator or small social media team, not an IT department that files support tickets loudly enough to move the roadmap.

What users need is an independent backup layer — something that runs alongside Rush on the device, detects when Rush writes to its local project storage, copies the project state to a versioned local or cloud backup every few minutes, and provides a simple restore UI when Rush crashes or when a save corrupts the project. This is structurally different from Adobe's own cloud backup because it captures multiple recent states, not just the last sync point — which is exactly what fails when the bug is in the save process itself.

Content creators who post daily to multiple platforms can't afford to rebuild a 10-minute edited video from raw clips. The recurrence is built into the workflow: every editing session is another export risk. The cost of losing a finished video the night before a scheduled post — in rescheduling, rebooking talent, or just the raw hours — is quantifiable and happens regularly enough that paying a few dollars a month to eliminate it is an easy decision.

What to build

Build an iOS and Android background service that monitors Rush's local app storage directory for project file changes, snapshots the project state to versioned local backups every 3 minutes and after each significant edit event, syncs those snapshots to cloud storage, and provides a standalone restore UI that lets users roll back to any snapshot from the past 7 days — independent of whether Rush itself launches successfully.

Where to start

Android users have more permissive storage access, so launch there first targeting creators who already use cloud storage for their raw footage — they already understand the value of backup workflows and the barrier to adoption is lower.

The hard part

iOS sandboxing prevents third-party apps from directly reading another app's local storage without explicit file sharing from Rush, which means the backup mechanism may require routing through Rush's own share/export flow — adding friction that undercuts the seamless 'it just works' value proposition the product needs to justify the subscription.

How it makes money

Freemium with free tier covering last 3 snapshots locally, paid tier at $5–8/month for full version history and cloud sync.

See the evidence. The complaints behind this idea, the products they came from, and similar ideas in Video Editing.

More ideas in Video Editing