Logo Lanfrica

JohnApollos/hustler-os-web

Domaine:

socioeconomic

Type de record:

software
Créateur:
Joh
Hôte:
Official landing page for Hustler OS – The Zero-Effort Financial Agent for Kenya's informal economy. Automates M-Pesa tracking, invoicing, and receipt scanning. # Hustler OS - Official Website 🚀 > **The Zero-Effort Financial Agent for Africa's Informal Economy.** This repository hosts the official marketing site and download portal for **Hustler OS**, a fintech mobile application that automates M-Pesa tracking, receipt scanning, and smart invoicing for Kenyan entrepreneurs. 🔗 **Live Site:** hustler-os-web.vercel.app 🟢 **Status:** Public Beta (v2.0) --- ## 🛠 Tech Stack This website was built with a **"Zero-Build"** philosophy for maximum performance and ease of deployment. * **Core:** Semantic HTML5 * **Styling:** Tailwind CSS (via CDN) * **Icons:** FontAwesome * **Typography:** Google Fonts (Roboto & Montserrat) * **Hosting:** Vercel (Auto-deployed from GitHub) --- ## 📂 Project Structure This repo hosts both the landing page code and the Android binary for direct distribution. ```bash hustler-os-web/ ├── assets/ │ ├── app-release.apk # The Android Installer (v2.0) │ ├── dashboard.png # Hero screenshot │ └── favicon.png # Browser tab icon ├── index.html # The single-page application └── README.md # You are here ``` --- ## 🚀 How to Run Locally Because this project uses the Tailwind CDN, you don't need `npm` or `node_modules`. 1. **Clone the repository:** ```bash git clone github.com ``` 2. **Open `index.html`** in any browser. * *Tip:* For the best experience, use the "Live Server" extension in VS Code. --- ## 📲 App Download Flow The primary goal of this landing page is to distribute the Android APK. 1. The **"Download Beta"** button in `index.html` is linked directly to our **GitHub Releases**. 2. This allows for "Guerrilla Distribution" without needing the Google Play Store immediately. 3. The site includes instructions for users to bypass Google Play Protect ("Install Anyway") during the beta phase. --- ## 🎨 Design System * **Theme:** Dark Mode / Fintech Professional * **Background:** Charcoal (`#121212`) * **Pri …