โšก ABUZ8

AI RECIPE GENERATOR

Cook Something Amazing Tonight

Tell the AI what ingredients you have, your dietary needs, and time available โ€” get a complete restaurant-quality recipe.

Any / No Restrictions Vegetarian Vegan Gluten-Free Dairy-Free Keto Paleo Low-Carb
๐Ÿ›’ Ingredients (click to check off) ๐Ÿ‘จโ€๐Ÿณ Instructions
    ๐Ÿ“Š Nutrition (per serving)
    ๐Ÿฝ You Might Also Like

    ๐Ÿณ Personalized Meal Planning

    Join for weekly recipe recommendations based on your pantry, dietary goals, and taste history.

    โœ“ You're on the list!
    `); w.print(); } function joinWaitlist() { const email = document.getElementById('wlEmail').value.trim(); if(!email||!email.includes('@')) { alert('Please enter a valid email.'); return; } fetch('/api/waitlist',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({email,product:'ai-recipe-generator',ts:Date.now()})}).catch(()=>{}); document.getElementById('wlEmail').value=''; document.querySelector('.wl-form').style.display='none'; document.getElementById('wlSuccess').style.display='block'; }