An AI-powered climate resilience platform empowering Zimbabwean farmers and youth through localized agricultural intelligence and creative advocacy.
# Climate Space Zimbabwe
### *Climate Action meets Intelligence*
Product Catalog β’ Development Setup β’ Architecture
---
## π The Mission
**Climate Space Zimbabwe** is a youth-led movement fusing **Artificial Intelligence** with **Creative Arts** to build climate resilience in Zimbabwe. We transform complex environmental data into actionable insights for farmers and compelling narratives for the public.
## π‘ Core Pillars (Hurudzai AI)
Our platform serves as an ecosystem for climate intelligence:
* **πΎ Smart Agriculture**: The *Agri-Search Engine* provides localized planting advice and pest identification tuned for Zimbabwe's agro-ecological zones.
* **π¨ Creative Advocacy**: Our *Creative Space* uses digital art and storytelling to drive environmental awareness and community action.
* **π Knowledge Democracy**: A centralized *Climate Library* providing students and researchers with accessible environmental reports.
## π οΈ Tech Stack
Built for performance and accessibility on local networks:
- **Framework**: Next.js 14 (App Router)
- **Styling**: Tailwind CSS with a custom design system
- **Icons**: Lucide React
- **Components**: Custom-built using Radix UI primitives for accessibility
- **Fonts**: Inter (UI) & Plus Jakarta Sans (Headings)
## π Architecture Overview
```text
βββ docs/ # Detailed strategy, branding, and technical specs
βββ public/ # Optimized brand assets and 3D icons
βββ src/
β βββ app/ # Pages, layouts, and global styles
β βββ components/ # UI library and feature-specific components
β βββ lib/ # Shared logic and utility functions
βββ tailwind.config.ts # Design system tokens (Green, Gold, Cyan palette)
```
## π¦ Quick Start
### 1. Prerequisite
Ensure you have **Node.js 18+** and **npm/pnpm** installed.
### 2. Installation
```bash
git clone
github.com
cd climate-space-zimbabwe-web
npm install
```
### 3. Running Locally β¦