Canopy — Project Story
Inspiration
Our project, Canopy, was inspired by the urgent need to protect Kenya’s forests and the legacy of Prof. Wangari Maathai, who championed community-led environmental action. We wanted to empower ordinary citizens to contribute meaningfully by reporting threats anonymously and turning these observations into actionable insights for conservation.
What We Learned
Through this ideathon, we learned the power of data-driven conservation and community engagement. Even with a simple tech stack (React, Tailwind, MongoDB), we can conceptualize a platform that visualizes forest threats in real-time, enabling faster response and collective action. We also explored how AI could be integrated in the future to predict high-risk areas, for example, by calculating a conceptual risk score:
[ R = \frac{w_1 \cdot n_\text{reports} + w_2 \cdot n_\text{verified} + w_3 \cdot \text{proximity factor}}{w_1 + w_2 + w_3} ]
Where:
- (n_\text{reports}) = number of reports in a region
- (n_\text{verified}) = number of verified incidents
- (w_1, w_2, w_3) = weighting factors for prioritization
This illustrates how AI could help prioritize areas for intervention.
🛠️ How We Built It (Conceptually)
We focused on designing user flows and key features rather than coding:
- Anonymous reporting: description, location, optional images
- Interactive map & dashboard: visualize reports with filters
- Impact tracking: verified cases, trends, hotspots
- Future AI module (“EcoLens”): predictive insights
Challenges
Even conceptually, we navigated challenges like:
- Balancing simplicity with functionality
- Ensuring user privacy for anonymous reports
- Scope management within the ideathon timeframe
- Integrating AI conceptually without advanced technical tools
Reflection
Canopy taught us that even ideation can be impactful: thoughtful planning, clear user flows, and meaningful design communicate a solution effectively. Our vision is to empower communities, protect forests, and carry forward Wangari Maathai’s legacy in the digital age.
Log in or sign up for Devpost to join the conversation.