Save favorites & collect cravings
Import tested recipes from any cooking website with 1-click JSON-LD scraping. Keep family favorites organized and let everyone submit what they'd love to eat.
FamilyPlates brings recipes, weekly scheduling, aisle-organized grocery lists, and your family calendar together—without turning breakfast, lunch, or dinner into another stressful chore.
A Calmer Weekly Rhythm
Three connected steps that turn meal planning from a daily headache into an effortless, collaborative household routine.
Import tested recipes from any cooking website with 1-click JSON-LD scraping. Keep family favorites organized and let everyone submit what they'd love to eat.
Assign meals across breakfast, lunch, and dinner. Distribute cooking responsibilities so everyone knows who's on duty, and turn leftovers into smart tomorrow plans.
Walk through the supermarket with an aisle-sorted checklist, stick a clean 1-sheet calendar on the fridge, and push meal times straight to shared Google Calendars.
Interactive Product Tour
Explore the core features designed to keep your kitchen organized, your grocery trips quick, and your entire household on the same page.
Plan breakfast, lunch, and dinner effortlessly across 7 days. Assign family cooks, add notes, and turn tonight's dinner into tomorrow's lunch.
Import recipes from any food blog or cooking site with 1-click JSON-LD parsing. Browse by meal type, dietary tags, cook times, and ratings.
No screens required in the kitchen. Print a clean, high-contrast 1-page letter-landscape calendar designed specifically for hanging on the refrigerator.
Ingredients from your planned meals are combined, quantified, and categorized by grocery aisle for frictionless in-store shopping on your phone.
Keep track of staple pantry items like oils, flour, and spices. Items marked on hand are automatically deducted from your shopping list so you never buy duplicates.
Engineered for Everyday Family Life
No streaks, feeds, advertisements, or meal-planning theater. Just practical features that save time and reduce stress.
FamilyPlates writes scheduled meals, assigned cooks, preparation times, and ingredients straight to your shared family Google Calendar via Google Service Account in the background.
Paste any link from NYT Cooking, AllRecipes, Serious Eats, or your favorite food blogs. FamilyPlates extracts title, yield, cook time, and ingredients without life story fluff.
Give every household member their own avatar and select from 12 warm kitchen accent color palettes (Terracotta, Sage, Slate, Berry, Tuscan Sun, and more).
Kids can browse recipes and submit cravings freely on tablets, while meal schedule edits, roster changes, and system settings require a secure 4-digit PIN.
Responsive mobile interface designed for grocery aisles. Strike off items with one tap, see ingredient quantities, and stay organized without cell reception issues.
No tracking pixels, third-party analytics, or vendor lock-in. Your family recipes, meal histories, and schedules remain safely stored on your local hardware.
Your Kitchen · Your Hardware · Your Data
Deploy FamilyPlates on any Docker-compatible system: Home Assistant, Synology NAS, Unraid, TrueNAS, Raspberry Pi, or any Linux server.
# docker-compose.yml
services:
familyplates:
image: ghcr.io/elevate08/familyplates:latest
container_name: familyplates
restart: unless-stopped
ports:
- "3000:80"
environment:
- RAILS_ENV=production
- SECRET_KEY_BASE=replace_with_a_secure_random_hex_string
- RAILS_SERVE_STATIC_FILES=true
- RAILS_LOG_TO_STDOUT=true
volumes:
- familyplates_data:/rails/storage
volumes:
familyplates_data:
driver: local
# 1. Download official docker-compose.yml from repository
curl -sSL https://raw.githubusercontent.com/Elevate08/familyplates/master/docker-compose.yml -o docker-compose.yml
# 2. Start FamilyPlates in background
docker compose up -d
# Single command docker run
docker run -d \
--name familyplates \
--restart unless-stopped \
-p 3000:80 \
-e RAILS_ENV=production \
-e SECRET_KEY_BASE=$(openssl rand -hex 64) \
-e RAILS_SERVE_STATIC_FILES=true \
-v familyplates_data:/rails/storage \
ghcr.io/elevate08/familyplates:latest
Breakfast to Dinner, Handled
Bring the plan, the recipes, the grocery list, and your family together with FamilyPlates.