# MealPlan > A household meal planner that reduces the cognitive load of "what should we eat?" MealPlan helps households organize their known recipes into collections called cookbooks and plan meals for the week. The core problem it solves is decision fatigue at mealtime — not lack of cooking skill. Users bring their own recipes; the app provides the organization and planning layer. ## Key Concepts - **Cookbook**: A named collection of recipes owned by a user. Can be private or shared with household members. Organized however the user thinks about food — by season, cuisine, theme, or anything else. - **Recipe**: A saved dish with an optional source URL, prep and cook times, notes, and an ingredient list. Imported from a URL or entered manually. - **Meal Plan**: A weekly grid of meal slots (breakfast, lunch, dinner, or custom slots) with recipes assigned to specific dates. - **Meal Status**: Each planned meal entry can be marked as planned, cooked, or skipped. - **Sharing**: Cookbooks can be shared with other users as viewers (read-only) or editors (can add and modify recipes). Sharing is per-cookbook, not per-recipe. Group management is handled server-side. ## Features - Import recipes from URLs or enter them manually - Organize recipes into themed cookbooks - Plan the week using a walk-through flow (say yes/no to each recipe) or ingredient-based filtering - Share cookbooks with household members at viewer or editor access levels - Track which meals were cooked, skipped, or remain planned - Optional Web Push notifications for daily meal reminders - Installable as a Progressive Web App (PWA) on mobile and desktop ## What This App Does Not Do No calorie counting. No nutrition or macro tracking. No external recipe discovery database. No cooking streaks or gamification. No grocery list generation (planned for a future version). No anonymous browsing — an account is required to use the app. ## Who It Is For Households that already cook regularly and want to reduce the decision fatigue of "what should we eat?" Not targeted at fitness tracking, professional kitchens, or recipe discovery. ## Technical - Web application (Vue 3 SPA); the authenticated app requires JavaScript - Backend: Back4App (Parse Server) with server-enforced access control - Hosting: Cloudflare Pages - Free to use; no paid tiers ## Pages - [Home / Landing](https://mealplankitchen.com/) — Marketing overview, no sign-in required - [Sign In / Sign Up](https://mealplankitchen.com/login) — Account creation and authentication - [About](https://mealplankitchen.com/about) — Product context and origin story - [Terms of Service](https://mealplankitchen.com/terms) - [Privacy Policy](https://mealplankitchen.com/privacy-policy)