AI News Hub Logo

AI News Hub

We Open Sourced the Djowda Platform — Here Are 6 Challenges for the Community

DEV Community
Djowda

The WFP just released Hunger Map Live — a real-time global food insecurity dashboard. The timing felt right to contribute back. Today we're open sourcing the Djowda platform architecture: a miniature reference implementation of one food ecosystem component, built on top of the DIFP protocol concept. šŸ‘‰ github.com/Moses-Code-Dev/FoodSecurity-DIFP-Android-Playground The production codebase is going through a sanitization process — a single production component sits at ~250k lines of code. This release is intentionally simplified so that developers and AI tools can ingest the core architecture without noise. The full codebase will be released gradually at github.com/Djowda over the coming months, component by component. šŸŒ Next-gen food coordination infrastructure DIFP protocol is designed for internationally interoperable food coordination. The repo is a working starting point. A Tunisian cooperative and an Indian marketplace speaking the same protocol, with zero custom integration — that's what this is pointing toward. šŸ“ Geo-targeted food discovery on live maps šŸŽ® Interactive map engine for games These are genuine open problems. If you work on any of them, open an issue or share what you find. Challenge 1 — Web version across 6 components Challenge 2 — Jetpack Compose port Challenge 3 — Android Gemini fused response renderer Challenge 4 — MinMax99 map overlay Challenge 5 — Stress test at scale Challenge 6 — AI coding benchmark Test it. Take the DIFP v0.2 specification, give it to Claude, Gemini, Copilot, or whatever tool you use, and ask it to build a conformant node component. Document what it gets right, what it misses, and where the spec needs to be clearer. This is useful both as a benchmark and as protocol feedback. License: AGPL-3.0 Protocol: DIFP v0.2 (message envelope + spatial grid) Platform: Android (Java) Status: Miniature reference — full releases at github.com/Djowda āš ļø Before publishing any derivative app: rename the package identifier to avoid Play Store conflicts. The Djowda name and logo are trademarks — see the README for full notices. šŸ“¦ Playground repo: github.com/Moses-Code-Dev/FoodSecurity-DIFP-Android-Playground šŸ“„ DIFP Protocol Spec: djowda.com/difp šŸ— Full platform (coming): github.com/Djowda šŸŒ WFP Hunger Map: hungermap.wfp.org We built this in the open because the food coordination problem is bigger than any one team. The repo is yours — fork it, break it, build on it, and tell us what you find.