↓Skip to main content
  1. Projects/
  2. Projects/

Glutinary

Since May 2026 I have been working on the development of Glutinary, a mobile app for people living with celiac disease, gluten intolerance or dairy intolerance. It offers curated recipes, pre-built weekly menus, smart shopping lists and an integrated cooking course, and it is available on both iOS and Android.

The app is built with React Native and Expo (managed workflow, with EAS Build for releases), using Redux for state management. The backend is deliberately lean: Firebase Authentication, Firestore as a read-only content database, and Cloud Functions that verify iOS and Android subscription purchases, with push notifications handled through Firebase Cloud Messaging.

Day to day this means shipping features from a written specification (each one described as Gherkin scenarios before any code is written), working through the subscription and paywall flows, and keeping the architecture documentation aligned with the code.