WariCheck is a high-performance mobile platform designed to centralize and compare e-commerce offers in real-time. Built with a focus on speed, data integrity, and a premium user experience, it allows users to navigate the market through a single, optimized interface.
The architecture is built on a robust, decoupled stack to ensure scalability and ease of maintenance.
| Layer | Technologies |
|---|---|
| Frontend | React Native (Expo), TypeScript, Uniwind (Tailwind CSS) |
| Backend | Flask (Python), REST API |
| Database | MariaDB (Persistence), Redis (Caching & Rate Limiting) |
| Data Engine | WariBot (Custom scraping engine via BeautifulSoup & Python) |
- Real-Time Aggregation: Instant price and stock comparison across multiple e-commerce platforms.
- High Performance: Optimized via Redis caching to store frequent queries, drastically reducing server load and response times.
- Security & Stability:
- Rate Limiting: Advanced protection against API abuse through strict IP and User quota management stored in Redis.
- Data Integrity: Automated data normalization to ensure consistency across different source structures.
- Premium UI/UX: A "Clean Editorial" design philosophy following Android Native standards, ensuring a professional and fluid feel.
Note: The source code for this project is currently private for commercialization and monetization purposes.
The WariCheck ecosystem follows a secure data lifecycle:
- WariBot fetches and cleanses raw data from target platforms.
- Data is processed by the Flask API and cached in Redis for optimal retrieval speed.
- The React Native client consumes the secured endpoints, rendering the data through a reactive and modern interface.
Developed by fullyohan - CS Student.
Β© 2026 WariCheck. All rights reserved.


