# Musicians Menu > Musicians Menu turns songs into complete themed recipes and menus. Give it a song and artist, and its AI (Music Magic) analyzes the lyrics to generate a themed daily menu, ten-course tasting menu, or 7-course musical-arc menu, then builds a full cookbook of recipes to match -- each dish tied back to a specific lyric or moment in the song. ## What this site does - **Music Magic**: the core feature. Enter a song + artist + cuisine, get an AI-generated themed menu (5-course daily, 10-course tasting, or a 7-course "musical arc" built around the song's emotional structure), plus AI lyrics analysis and a food-critic-style review of the song. - **Automatic cookbooks**: every Music Magic session generates a full cookbook of real, cookable recipes (ingredients, instructions, timing) for its menu, saved to the user's account and given a public, shareable URL. - **Recipe management**: users can also import recipes from a URL, a photo (AI vision extraction), a YouTube/Pinterest link, or manual entry; organize them into cookbooks; tag and search them. - **Meal planning & shopping lists**: weekly meal plans (including AI-generated plans built from a user's own saved recipes) and auto-generated shopping lists. - **Pantry tracking**: users can list what they have on hand and get matching recipe suggestions ("what can I make?"). - **Recipe sharing**: AI-generated shareable recipe infographic images for social media, with public landing pages. ## Key pages All app pages are served from https://app.musiciansmenu.com (musiciansmenu.com without the "app" subdomain is a separate marketing site, not this application). - https://app.musiciansmenu.com/ -- homepage and marketing overview - https://app.musiciansmenu.com/music-magic -- the Music Magic generator (song -> menu -> cookbook) - https://app.musiciansmenu.com/pricing -- subscription tiers (Acapella free, Symphony, Maestro) - https://app.musiciansmenu.com/sitemap.xml -- machine-readable index of public cookbook pages - https://app.musiciansmenu.com/cookbook/{slug} -- a generated or user cookbook's public page (recipes, and for Music Magic cookbooks, the original menu + lyrics analysis + food critic review) - https://app.musiciansmenu.com/recipe/{id} -- an individual recipe page, includes schema.org/Recipe structured data - https://app.musiciansmenu.com/changelog -- dated log of shipped features - https://app.musiciansmenu.com/feedback -- public feature-request board ## Notes for agents - Recipe pages (/recipe/{id}) embed schema.org/Recipe JSON-LD with ingredients, instructions, and timing. - Public cookbooks (/cookbook/{slug}) are readable without authentication; user-created cookbooks are private by default, Music Magic-generated cookbooks are public by default. - Most write actions (creating recipes, generating menus, editing a cookbook) require a signed-in account.