Regional food database support for FOSS Android calorie trackers
FOSS Android calorie trackers (OpenNutriTracker, Waistline, FoodYou) rely almost entirely on Open Food Facts and USDA FoodData Central, leaving German, Indian, Brazilian, and other non-Western users with sparse food coverage and inaccurate portion data. Multiple open GitHub issues on these projects explicitly request regional databases (German BLS, Indian INDB, Brazilian TACO/TBCA), all confirmed still unimplemented as of May 2026 by a core contributor.
Don't build another tracker front-end—build the regional food database as a standalone Kotlin library or REST API that OpenNutriTracker and Waistline can plug into, and you become shared infrastructure for the whole FOSS ecosystem without competing with anyone.
landscape (3 existing solutions)
The entire FOSS calorie tracker ecosystem has standardized on the same two databases (Open Food Facts + USDA), creating identical blind spots across all apps. Regional databases (BLS, INDB, TACO) are openly licensed—the gap is a standalone library or API layer that any FOSS app can integrate.