WorldShop β Amazon for Africa. AI-powered marketplace for 50+ African countries.
# π WorldShop β Amazon for Africa
Built by Lovelead | Fresh Finish Cleaning LLC
## π What It Is
Full marketplace platform for Africa with:
- 16+ products from 10+ African countries
- AI shopping assistant powered by Claude
- Flutterwave payment integration
- Seller dashboard with AI product descriptions
- Order tracking system
- Wishlist & product comparison
- Business analytics dashboard
## π Deploy To Netlify
### Step 1 β Upload to GitHub
```bash
git init
git add .
git commit -m "WorldShop v1.0"
git remote add origin
github.com
git push -u origin main
```
### Step 2 β Connect to Netlify
1. Go to netlify.com
2. Click "Add new site" β "Import from Git"
3. Select your GitHub repo
4. Build command: `npm run build`
5. Publish directory: `dist`
6. Click "Deploy"
### Step 3 β Add Environment Variables
In Netlify β Site Settings β Environment Variables:
```
ANTHROPIC_API_KEY = your_key_here
FLUTTERWAVE_SECRET_KEY = your_flutterwave_key_here
SITE_URL =
worldshop-africa.netlify.app
```
## π³ Connect Real Payments (Flutterwave)
1. Sign up at flutterwave.com
2. Complete KYC verification
3. Connect your bank account or mobile money
4. Get your Secret Key from Dashboard β API Keys
5. Add to Netlify environment variables
## π€ AI Shopping Assistant
Uses Claude Haiku via secure Netlify function.
API calls are hidden server-side β users never see your API key.
## π± Build Android APK
```bash
bubblewrap init --manifest
your-site.netlify.app
bubblewrap build
```
## π° Revenue Model
Take 5-10% commission on every sale:
- Integrate Flutterwave Split Payments
- Auto-send seller their share minus commission
## π Support
Email: freshfinishcleaningllc@gmail.com
Phone: (708) 689-7416