AgriSync is an offline-first mobile app that empowers Indian farmers with AI-powered crop advisory, disease diagnosis, soil management, and weather insights — all in their local language.
| Feature | Description |
|---|---|
| 🏠 Smart Dashboard | Weather, crop alerts, market prices, and quick actions |
| 🌱 Crop Tracker | Track sowing-to-harvest timeline for your crops |
| 🔬 Plant Clinic | Diagnose crop diseases by selecting symptoms |
| 🌍 Soil Info | Detailed soil analysis, treatments, and fertilizer plans |
| 🤖 AI Assistant | Ask farming questions (online via Gemini AI + offline fallback) |
| 🌐 Multilingual | English, Hindi, and Marathi support |
| 📶 Offline-First | Works without internet — all core features run locally |
Download the latest APK from GitHub Releases.
- Framework: React Native (Expo SDK 54)
- Navigation: React Navigation
- State: Zustand + AsyncStorage
- AI: Google Gemini 1.5 Flash (with offline fallback)
- i18n: i18next
- Database: Expo SQLite
# Install dependencies
npm install
# Start the development server
npx expo start
# Run on Android
npx expo start --android# Login to your Expo account
npx eas-cli login
# Build Android APK
npx eas-cli build -p android --profile previewMIT License — built with ❤️ for farmers.