Botswana Economic Intelligence Hub β SAGEWORKS AI
# π§πΌ Pula Market β Botswana Economic Intelligence Hub
**SAGEWORKS AI** β Real-time Botswana economic data, market intelligence, and SME tracking.
## π Live Site
**
peacebinflow.github.io
## π Features
- **Economic Intelligence Feed** β Curated articles from BITC, IFC, and Botswana sources
- **Market Data Dashboard** β BWP/USD, inflation, GDP growth, business confidence
- **SME Tracker** β Live small business daily logs from field data
- **Supabase Backend** β Real-time PostgreSQL database
- **Offline Fallback** β Works when database is unreachable
## ποΈ Database (Supabase)
### Tables
| Table | Description |
|-------|-------------|
| `articles` | Economic intelligence articles |
| `market_data` | BSE market metrics |
| `sme_daily_log` | Daily SME operations logs |
| `data_sources` | Source registry |
| `companies` | Company directory |
### Schema
See `supabase-schema.sql` for the complete database setup.
## π Project Structure
pula-market/
βββ index.html # Complete application (HTML + CSS + JS)
βββ .gitignore
βββ README.md
βββ supabase-schema.sql # Database setup script
text
## π§ Local Development
```bash
git clone
github.com
cd pula-market
open index.html