Boond 🌊
Boond is a water harvesting assistance app that helps users plan, estimate, and set up sustainable water harvesting systems. It also alerts users about risks of waterborne diseases (common in northeastern states) and connects them with contractors directly — offering a complete solution in one app.
🚀 Features
📊 Cost Estimation – Get an idea of expenses for different water harvesting setups
🏗️ Method Suggestions – Recommendations for suitable harvesting methods
🏢 Drought-Water Dept. Checker – Cross-check water status with official data
🔗 Contractor Connect – Contact contractors directly via the app
💻 Full-stack App – Backend + frontend integrated
📂 Project Structure . ├── agents/ # Agents for automation / AI logic ├── frontend sih/ # Frontend app (UI) ├── routers/ # API route definitions ├── waterdata/ # Water-related data and utilities ├── pycache/ # Compiled Python files (ignore) ├── create_tables.py # DB table creation script ├── database.py # Database connection setup ├── main.py # Application entry point ├── models.py # Database models ├── requirements.txt # Python dependencies ├── schemas.py # Data schemas (Pydantic) └── utils.py # Helper functions
🛠️ Tech Stack
Backend: Python (FastAPI)
Frontend: ( React/HTML/CSS from frontend sih/)
Database: PostgreSQL
Other Tools: disease risk alerts