A modern, responsive web interface for exploring and searching Android bloatware packages across different device manufacturers.
- Real-time Search: Instantly search packages by name or description
- Brand Filtering: Filter packages by device manufacturer
- Risk Level Filtering: Filter by risk level (safe, caution, dangerous, unknown)
- Responsive Design: Works seamlessly on desktop, tablet, and mobile
- Modern UI: Clean, intuitive interface with smooth animations
- Node.js 16+ and npm
-
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Open your browser to the URL shown (typically
http://localhost:5173)
npm run buildThe built files will be in the dist/ directory.
npm run preview- React 18: Modern React with hooks
- Vite: Fast build tool and dev server
- CSS3: Modern styling with CSS variables
- GitHub Pages: Automated deployment
The web interface loads data from public/data.json, which is automatically generated from the main packages_registry.json file during the GitHub Actions build process.
