FeedCount is a lightweight mobile-first SvelteKit app that helps parents estimate how much formula may remain for the day.
Live app: https://feedcount.veronika.pt
The MVP is intentionally narrow. It focuses on one practical question: based on the baby’s setup, estimated daily formula target, and today’s consumed formula, how much formula is left today?
FeedCount is not medical advice.
Parents who use formula often need a simple way to understand whether they are roughly on track for the day.
FeedCount turns a few setup values into a calm daily estimate. It is not designed to replace medical guidance, detailed baby tracking, or professional feeding advice.
The current MVP includes:
localStorageAll calculations in FeedCount are estimates.
The app uses simplified inputs to provide a practical daily reference, not a precise feeding plan. Babies’ needs vary, and feeding decisions should always consider the child’s behaviour, medical context, and advice from qualified healthcare professionals.
FeedCount is not medical advice.
FeedCount uses reference energy requirement values from the Food and Agriculture Organization of the United Nations (FAO) report:
Human energy requirements: Report of a Joint FAO/WHO/UNU Expert Consultation
These values are used as a reference for estimating daily energy needs by age, sex, and weight. The app then converts the estimated energy need into formula volume using the formula’s kcal per 100 ml value.
The MVP stores data locally in the browser using localStorage.
There is no backend, no account system, and no data sync between devices. Clearing browser data may remove saved setup and daily input values.
FeedCount is not a full baby tracker.
The MVP does not include:
These are intentionally excluded to keep the MVP focused, understandable, and easy to test.
FeedCount is built with:
The app is deployed on Netlify with a custom subdomain:
FeedCount is currently an MVP.
The core calculation flow, setup flow, local storage, validation, and mobile-first interface are implemented. Larger UX hierarchy improvements are planned post-MVP.