auto_awesome Built on Google Gemini 2.0 Flash

Product Concept: The AI Agronomist in Every Farmer's Pocket

A mobile-first, AI-powered diagnostic concept designed to turn a smartphone into a practical crop advisory tool. The MVP will test whether farmers can snap a photo, describe symptoms by voice, and receive useful first-line guidance.

Core Capabilities

Three Pillars of Smart Farming

Each capability is designed around the real constraints of smallholder farmers — low bandwidth, varied literacy, and limited access to experts.

photo_camera

Visual Crop Diagnosis

Snap a photo of an affected leaf, fruit, or stem and receive a structured AI-assisted draft diagnosis for pilot validation.

  • check_circle 240+ target conditions mapped across 4 crop categories — rice, maize, cassava, and sugarcane — pending field validation
  • check_circle Designed for field photos — image preprocessing will be tested in low-light, rainy, and noisy farm conditions
  • check_circle Confidence scores & source citations — planned output format for agronomist review
  • check_circle Fast response target — latency will be measured during MVP testing
mic

Voice-First Interaction

Designed for farmers who prefer speaking over typing. Describe symptoms in your own language and receive spoken guidance in the same dialect.

  • check_circle Voice-first roadmap — starting with Vietnamese farmer language before broader regional dialect testing
  • check_circle Describe symptoms verbally — "My rice leaves have brown spots and are curling" triggers targeted diagnosis
  • check_circle Planned voice response — audio playback with on-screen text for accessibility
  • check_circle Google Cloud Speech-to-Text v2 — planned with agricultural vocabulary tuning during validation
trending_up

Smart Market Intelligence

Go beyond diagnostics with a planned market-data layer that can help farmers reason about when and where to sell their harvest.

  • check_circle Commodity price roadmap — candidate data sources include exchanges, cooperatives, and public sources
  • check_circle Harvest timing guidance — hypothesis to validate with price trends and crop maturity inputs
  • check_circle Nearby input dealer locations — planned Google Maps integration
  • check_circle Weather-integrated recommendations — planned spray timing and planting-window support

App Interface — Design Prototypes

Experience Qidian VP, Screen by Screen

A clean, intuitive interface concept designed for farmers in the field — large tap targets, minimal text, and quick feedback as a design goal.

These are design prototypes, not live app screenshots. Request the concept walkthrough below.

9:41 AM
signal_cellular_alt battery_full

Qidian VP

eco

Crop Health

3 farms • 92% healthy

Good
cloud

Weather

28°C • 70% humidity

Humid

Recent Diagnoses

Leaf Blast — Rice • 2h ago
Healthy — Coffee • 1d ago

Home Screen

Crop health dashboard, weather widget, recent diagnoses & quick-action buttons

9:42 AM
signal_cellular_alt battery_full
arrow_back

Diagnosis

image
AI SCANNING

Detection Results

Rice Blast (Pyricularia oryzae) 94%
Brown Spot 4%
warning Severity: High — Treat within 48h

Diagnosis Screen

Camera view with AI overlay, disease confidence bars & severity indicator

9:43 AM
signal_cellular_alt battery_full
arrow_back

Treatment Plan

Rice Blast (Pyricularia oryzae)

Fungal disease affecting leaves, nodes, and panicles. Spread by wind-borne spores in humid conditions.

💊 Recommended Treatment

Tricyclazole 75% WP

Dosage: 0.6g/L • Spray: 500L/ha

Est. cost: ₫45,000/ha (~$1.80)

🏪 Where to Buy

Vật Tư Nông Nghiệp Minh Phát — 1.2 km

Cửa Hàng Phân Bón Tâm An — 3.4 km

📚 Sources

IRRI Rice Knowledge Bank (2024) • Vietnam MARD Pest Alert DB • FAO Crop Protection Compendium

Treatment Plan

Disease details, treatment dosage, cost estimate, where to buy & source citations

9:44 AM
signal_cellular_alt battery_full
arrow_back

Farm History

Health Trend (6 months)

JanFebMarAprMayJun

↓ Fewer infections since onboarding

UI illustration — not validated metric

Timeline

Rice Blast detected

Field A • Jun 12

Nitrogen deficiency

Field B • May 28

All clear ✓

Field A • May 15

Farm History

Diagnosis timeline, crop health trend graph, seasonal analytics & reports

Full Feature Set

Everything a Modern Farm Needs

Feature roadmap for smallholder agriculture. Items below are planned or proposed and will be prioritised after MVP validation.

wifi_off

Offline-First

Planned offline capture first; on-device AI with Google AI Edge is a later validation step.

thunderstorm

Real-Time Weather Alerts

Push notifications for pest-favorable conditions, frost warnings, and optimal spray windows.

groups

Cooperative Dashboard

Future bulk analysis for co-ops and extension agents after individual farmer workflow validation.

storefront

Input Marketplace

Direct links to nearby dealers for fertilizers, pesticides, and seeds with price comparison.

calendar_month

Seasonal Crop Calendar

Region-specific planting, fertilizing, and harvesting schedules tailored to your crops.

download

Export Reports (PDF/CSV)

Generate professional reports for lenders, cooperatives, or government extension programs.

landscape

Multi-Farm Management

Manage multiple plots, fields, and crop types with individual health tracking and analytics.

notifications_active

Push Reminders

Automated reminders for spray schedules, follow-up checks, and harvest windows.

photo_library

Photo History & Comparison

Side-by-side comparison of crop photos over time to track treatment effectiveness visually.

forum

Community Knowledge Base

Future knowledge base for regional best practices and reviewed treatment outcomes.

Pricing Hypothesis

Affordable Access Model to Validate

Qidian VP is currently pre-revenue. These tiers are working assumptions for pilot conversations, not active paid plans.

Nông dân

Free

For individual smallholder farmers

  • check 10 diagnoses/month
  • check Basic disease identification
  • check Treatment recommendations
  • check 1 farm profile
  • check Community support
Join Pilot Waitlist
Hypothesis

Nông dân Chuyên nghiệp

$1–2/month target

For professional & commercial farmers

  • check Unlimited diagnoses
  • check Advanced analytics & trends
  • check Seasonal crop calendar
  • check Market price alerts
  • check Multi-farm management (up to 5)
  • check Priority support
  • check Export reports (PDF/CSV)
Validate Interest

Đối tác

Custom

For cooperatives, NGOs & enterprises

  • check Bulk diagnosis API concept
  • check Cooperative dashboard
  • check Custom model fine-tuning
  • check Data analytics feed
  • check Partner support model
  • check Future service-level targets
  • check White-label option
Discuss Partnership

For Future B2B Partners

Partner API Concept

A future API could let cooperative management systems, marketplaces, extension portals, or agri-fintech apps call the diagnostic workflow after MVP validation.

  • bolt Planned image pre-processing
  • security Planned OAuth 2.0 authentication & API key management
  • code SDKs after partner validation
  • monitoring Usage dashboard concept

Illustrative API shape for discussion; production API documentation is not available yet.

Request

POST /api/v1/diagnose

Authorization: Bearer <API_KEY>

Content-Type: application/json

{
  "image": "data:image/jpeg;base64,/9j/4AAQ...",
  "location": {
    "lat": 10.762622,
    "lng": 106.660172
  },
  "crop_type": "rice",
  "language": "vi"
}

Response 200 OK

{
  "diagnosis": {
    "disease": "Rice Blast (Pyricularia oryzae)",
    "confidence": 0.94,
    "severity": "high"
  },
  "treatment": {
    "product": "Tricyclazole 75% WP",
    "dosage": "0.6g/L, spray 500L/ha",
    "est_cost_usd": 1.80
  },
  "sources": [
    "IRRI Rice Knowledge Bank (2024)",
    "FAO Crop Protection Compendium"
  ]
}

Integrations

Built on World-Class Infrastructure

Planned integrations for the MVP and later pilot. These are architecture targets and candidate data sources, not completed production integrations.

cloud

Google Cloud

  • • Gemini 2.0 Flash — planned multimodal AI engine
  • • Vertex AI — planned model monitoring
  • • Speech-to-Text v2 — planned voice transcription
  • • Google Maps Platform — planned dealer locator
local_fire_department

Firebase

  • • Firebase Auth — planned farmer accounts
  • • Cloud Firestore — planned data sync
  • • Cloud Messaging — planned notifications
  • • Firebase Analytics — planned usage insights
chat

Messaging Platforms

  • • LINE Messenger — future Thailand channel
  • • Zalo — future Vietnam channel
  • • WhatsApp Business API — future global channel
  • • SMS fallback — future feature-phone channel
agriculture

Commodity Exchanges

  • • Vietnam Commodity Exchange (VNX) — candidate source
  • • Agricultural Futures Exchange of Thailand — candidate source
  • • Local cooperative price feeds — pilot target
  • • FAO food price index — candidate source
account_balance

Extension Services

  • • Vietnam MARD pest alert database — candidate reference
  • • Thai Dept. of Agriculture advisory — candidate reference
  • • IRRI Rice Knowledge Bank — candidate reference
  • • FAO Crop Protection Compendium — candidate reference
psychology

AI & Edge Computing

  • • Google AI Edge — future on-device inference
  • • TensorFlow Lite — future optimized models
  • • MediaPipe — possible image pipeline
  • • ONNX Runtime — possible cross-platform support

Current Stage & Roadmap

Qidian VP is not a live app yet. This roadmap separates what exists today from what needs to be built and validated.

Now

  • Landing page and product concept
  • Design prototype screens
  • Google Cloud architecture draft
  • Pilot validation plan
🔄

Next MVP

  • Crop photo upload and symptom text/voice input
  • Gemini-powered draft diagnosis
  • Source-grounded response format
  • Basic user feedback loop
📋

After Validation

  • Cooperative dashboards
  • API for partners
  • Thai & Indonesian languages
  • Yield prediction models
rocket_launch

Ready to See Qidian VP in Action?

Join our pilot program and experience how AI-powered diagnostics can transform crop health management for your farm or organization.

Partnership inquiries: founder@qidian-vp.com