Skip to content

ReelLock Logo

Welcome to ReelLock

ReelLock is an open-source Android digital wellbeing application engineered to detect and block Instagram Reels in real time, helping users eliminate infinite scrolling and reclaim focus.


Key Features

  • 🎯 Precision Real-Time Detection: Powered by an Android Accessibility Service targeting package com.instagram.android.
  • 3 Blocking Modes:
  • Auto Back: Instantly triggers the Android system back button when a Reel opens.
  • Go Home: Instantly returns you to your launcher home screen.
  • Full-Screen Overlay: Displays an unbypassable blocking alert window over the Reels view.
  • 📊 Block Statistics: Local tracking of how many times ReelLock intercepted Reels.
  • 🔒 Zero Data Collection & Offline Security: No Internet permission required (INTERNET). All node tree analysis occurs 100% locally on your device.

How It Works

flowchart LR
    A[User opens Instagram] --> B[ReelLock Accessibility Service]
    B --> C{Reel Detected?}
    C -- Yes --> D[Execute Action Mode]
    C -- No --> E[Allow Feed / Chat]
    D --> F[Auto Back / Go Home / Show Overlay]

Quick Navigation