Family Meal Planner

Get your family meals in seconds.Join a community of 10,000+ families saving time.

The Family Meal Planner is a smart assistant that automatically creates a weekly meal plan based on your habits, goals, and the number of family members.It combines nutritional data and artificial intelligence to suggest balanced, tasty, and practical meals.


Enter a few basic details in the form below and, in just a few seconds, you’ll receive your personalized meal plan by email for the next few days.

Bon appétit!

🥗 Meal Planning Agent

// JAVASCRIPT LOGIKA - Koristimo IIFE da se kod izvrši odmah i bude izolovan. (function() { // Čekamo da se dokument učita za svaki slučaj document.addEventListener('DOMContentLoaded', function() { const form = document.getElementById("mealForm"); if (!form) return; // Izlazimo ako forma nije pronađena form.addEventListener("submit", async function(e) { // KLJUČNO: Sprečava podnošenje obrasca i otvaranje nove stranice e.preventDefault(); const button = form.querySelector('button[type="submit"]'); const originalButtonText = button.textContent; const messageBox = document.getElementById("responseMessage"); // UI feedback button.disabled = true; button.textContent = 'Šaljem... Molimo sačekajte.'; messageBox.textContent = ''; try { // Slanje podataka u pozadini const response = await fetch(form.action, { method: form.method, body: new FormData(form) }); // Provera da li je HTTP odgovor uspešan (200-299) if (!response.ok) { throw new Error(`HTTP error! status: ${response.status}`); } const result = await response.json(); // Prikaz poruke koju vraća n8n messageBox.textContent = result.message || "Uspešno poslato. Proverite svoj email."; form.reset(); messageBox.style.color = '#4CAF50'; // Zelena boja za uspeh } catch (error) { // Uhvaćena je greška (npr. n8n je poslao 500 ili fetch nije uspeo) messageBox.textContent = "Greška pri slanju. Proverite da li je n8n workflow aktivan."; messageBox.style.color = '#f44336'; // Crvena boja za grešku } finally { // Vraćanje dugmeta u prvobitno stanje button.disabled = false; button.textContent = originalButtonText; } }); }); })();

Fuel our work with a coffee ☕ ↓

This app is built by a passionate and creative team, and your donation helps Family Meal Planner become a trusted daily companion for families who want healthier, more organized, and smarter eating. 🧡 🥗

paypal.HostedButtons({ hostedButtonId: "MAQ6QLLVHC2FW", }).render("#paypal-container-MAQ6QLLVHC2FW")

Contact us!

Don’t forget to recommend us to your friends and family!

© Meal Planer 2025. All rights reserved.

The Weekly Meal Plan Cookbook

Learn how to utilize common ingredients in new and exciting ways with this how-to guide for conquering the kitchen. The Weekly Meal Plan Cookbook offers three months’ worth of meal plans with 60 tried-and-true dinner recipes for every night of the week. Comprehensive grocery lists take the guesswork out of grocery shopping and include simple, versatile ingredients that can be used multiple times throughout the week (so you’ll never have to worry about that big bunch of basil going bad)