Logo Lanfrica

PEACEBINFLOW/pula-market

Domain:

socioeconomic

Record type:

software
Creator:
Pea
Host:
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