This is what the AI chat suggested to me.
What free option is suitable for the school?
🔹 Hosting on Vercel / Netlify – free, children can access it through the browser
🔹 Google Sheets / Firebase – data storage is free (up to a certain volume)
🔹 Registration for students (can be with a school e-mail or without a login, just with codes)
🔹 Tracking 5 meals + water + food photos
🔹 Food reminders (sound alerts / push notifications)
🔹 Viewing food history (the student sees their diary, and the nurse sees the overall report)
What can be done for free?
✅ Create a web application (accessible from any device)
✅ Use Google Sheets for information storage (students enter data, and you see reports)
✅ Set up reminders (through browser notifications)
✅ Make basic analytics (which meals were missed, how much water was consumed)
How can this be organized?
1️⃣ Web form (where the student enters data, uploads food photos)
2️⃣ Automatic recording in a table (Google Sheets)
3️⃣ You – as the nurse – can view the statistics
4️⃣ Add motivation (badges, ratings, rewards)
📌 Important: If you want a full service with logins and a database, at least free Firebase will be needed.
Which option is more convenient for you?
1️⃣ Simple web form + Google Sheets (minimal code, quick, free)
2️⃣ Full-fledged web application with Firebase (a bit more complex, but convenient for all students)