Hyperspace Innovation Hackathon 2026 — Problem Statement #4
Orbital Nexus fuses multi-satellite data (weather, soil, NDVI, crop patterns) into a single, AI-driven dashboard that lets farmers, researchers, and policymakers ask natural-language questions and get actionable, location-specific insights — completely offline.
| Layer | Tech |
|---|---|
| Frontend | React 19, TypeScript, TailwindCSS, Leaflet |
| Backend | Python 3.12, FastAPI |
| AI/UI | Tembo AI SDK (generative dashboards) |
| Data | Offline CSV/JSON (Kaggle + public datasets) |
cd backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8000cd frontend
npm install
npm run devOpen http://localhost:5173 — backend runs at http://localhost:8000.
orbital-nexus/
├── backend/ # FastAPI backend + AI logic
├── frontend/ # React SPA + map + dashboard
├── data/ # Offline datasets (raw + processed)
├── scripts/ # Data preprocessing & fusion helpers
├── docs/ # Architecture, demo script, dataset docs
├── deployment/ # Deployment notes (Vercel, Hostinger)
└── README.md # You are here
Orbital Nexus — Hyperspace 2026
MIT