Quarantine is a professional-grade network security and privacy application designed for Android devices. It provides granular control over internet access on a per-application basis, operating entirely through a local VPN interface to ensure data remains on the device.
The project aims to solve three primary mobile security challenges:
- Data Sovereignty: Giving users absolute control over which applications can transmit data.
- Privacy Enforcement: Blocking trackers, telemetry, and advertisements at the network level.
- Resource Management: Reducing background data consumption and preserving battery life.
- App-Level Blocking: Toggle Wi-Fi or Mobile Data access for individual applications with a single interaction.
- Local VPN Tunnel: Utilizes the Android VpnService to intercept and filter packets locally. No external servers are involved in the filtering process.
- Smart Rules Engine: Automation capabilities to block apps based on connection type or schedule.
- Traffic Analytics: Real-time monitoring of data consumption and historical usage trends.
- Privacy First: Zero data collection policy. No third-party tracking SDKs are integrated into the application.
This repository contains the landing page for the Quarantine project.
- Framework: Next.js (App Router)
- Styling: Consolidated global CSS with a design system focused on high-contrast, premium aesthetics.
- Typography: Funnel Sans for interface elements and Drunken Hour for branding.
- SEO: Optimized metadata and semantic HTML structure for discoverability.
- /app: Contains page routes and the global design system.
- /app/components: Reusable UI components including the Hero section, Features grid, and How It Works flow.
- /public: Asset storage for brand identity and technical icons.
To run the landing page locally:
-
Install dependencies: npm install
-
Start the development server: npm run dev
-
Build for production: npm run build
Quarantine is developed by the Qubase Team as an open-source project. We believe in total transparency. The code is available for public audit, and our Privacy Policy ensures that no user data ever leaves the device through our service.
License: MIT / GPL (Refer to core application repository for specific license details).