🍳 AI Chef Widget

Your Interactive Culinary Assistant

Experience professional-level cooking guidance with our AI-powered chef

🎯 Smart Conversations

Ask questions about recipes, techniques, ingredient substitutions, and get instant expert advice from a certified master chef.

🎤 Voice Interaction

Speak naturally with your AI chef using advanced voice recognition and ElevenLabs voice synthesis for a truly immersive experience.

📱 Easy Integration

Simple embeddable widget that works seamlessly with Webflow, WordPress, or any website. Just add a few lines of code.

🔧 Customizable

Personalize the chef's personality, voice settings, and appearance to match your brand and culinary style.

Try It Now!

Click the chef hat icon in the bottom right corner to start chatting with your AI culinary assistant.

Ask about recipes, cooking techniques, or any culinary questions you have!

Integration Guide

Add the AI Chef Widget to your website with just a few lines of code:

<!-- Add this to your HTML head --> <script src="https://your-domain.com/ai-chef-widget.js"></script> <!-- Add this to your HTML body --> <div id="ai-chef-widget"></div> <!-- Initialize with custom configuration --> <script> window.initAIChefWidget({ apiEndpoint: 'https://your-api-domain.com/api', chefName: 'Chef Rose', voiceEnabled: true, theme: 'light' }); </script>