AI-powered weather intelligence for the developing world — real-time forecasts and locally-relevant insights for farming, mining, travel, and daily life. Built in Zimbabwe, scaling globally.
# mukoko weather
AI-powered global weather intelligence — real-time forecasts and locally-relevant insights for farming, mining, travel, and daily life. Built in Zimbabwe, serving the world.
**Live:** weather.mukoko.com
## Features
- **Instant location detection** — three-stage onboarding pipeline: Vercel IP geo (server-side, no prompt) → user-triggered browser GPS → manual search. Returning users redirect via `lastLocation` cookie at the edge for zero-JS location landing
- **Real-time weather** — current conditions from Tomorrow.io (primary) with Open-Meteo fallback
- **7-day forecasts** — daily highs, lows, precipitation probability, and weather conditions
- **24-hour hourly forecasts** — hour-by-hour temperature and rain predictions
- **Aviation weather (METAR/TAF)** — `/aviation` page with pre-flight briefings, departure/destination/alternate airport selection, VFR/MVFR/IFR/LIFR flight category badges, and full **PDF briefing export** (`@react-pdf/renderer`). Data from NOAA Aviation Weather Center; 70+ ICAO airports mapped (verified coordinates) with haversine nearest-airport lookup and a selectable list of the nearest stations for community locations
- **AI weather intelligence** — Claude-powered markdown-formatted summaries with farming, mining, and travel advice, plus inline follow-up chat (up to 5 messages before seamless handoff to Shamwari)
- **AI-powered explore search** — natural-language location discovery ("farming areas with low frost risk") using Claude with tool use
- **AI history analysis** — button-triggered analysis of historical weather trends, patterns, and anomalies with server-side aggregation
- **Personalised activity insights** — 50+ activities across 6 categories (farming, mining, travel, tourism, sports, casual) with mineral-colored cards showing a database-rule suitability rating, a 24-hour feasibility trend chart, and deterministic weather-driven tips per activity (storm safety, rain windows, spraying wind, UV, frost, heat)
- **User …