Logo Lanfrica

Lwando6/AgriFlow

Domain:

agriculture

Record type:

software
Creator:
Lwa
Host:
AI-powered water management for South African agriculture # AgriFlow Intelligence A production-ready agricultural temperature monitoring dashboard for South African farmers. Real-time IoT sensor data visualization with intelligent heat alerts and crop protection insights. ## 🎯 Project Overview AgriFlow Intelligence is an AI-powered temperature monitoring platform designed for commercial farmers in Free State and Western Cape provinces. This MVP focuses on: - **Real-time temperature monitoring** from farm sensors - **Automated heat alerts** with configurable thresholds - **Rule-based field intelligence** for irrigation decisions - **Historical data analysis** with interactive charts - **Built-in sensor simulator** for testing and demos ## πŸš€ Features ### Core Features - βœ… **Live Temperature Dashboard** - Hero display with color-coded states (safe/warning/critical) - βœ… **Interactive Line Chart** - Recharts visualization with threshold reference lines - βœ… **Smart Alert System** - Automatic warning and critical alerts - βœ… **Field Intelligence Panel** - Rule-based insights for crop management - βœ… **Sensor Simulator** - Generate test readings with configurable frequency - βœ… **CSV Export** - Download temperature data for analysis - βœ… **Time Range Filtering** - View live, today, or 7-day historical data ### Technical Features - βœ… **Backend-Ready API Layer** - All endpoints configured and documented - βœ… **Mock Data Fallback** - Works without backend for demos - βœ… **Real-time Polling** - Auto-refresh with configurable intervals - βœ… **LocalStorage Persistence** - Save threshold settings - βœ… **Responsive Design** - Dark theme optimized for data density - βœ… **South African Context** - SAST timezone, regional crop references ## πŸ“ Project Structure ``` /src β”œβ”€β”€ app/ β”‚ β”œβ”€β”€ components/ β”‚ β”‚ β”œβ”€β”€ Navbar.tsx # Top navigation with status indicators β”‚ β”‚ β”œβ”€β”€ TemperatureHero.tsx # Large current temp display β”‚ β”‚ β”œβ”€β”€ DailyStats.tsx # Min/Max/Avg cards β”‚ β”‚ β”œβ”€β”€ LiveChart.tsx # Recharts line …