iOS Recipe Generator: Smart Meal Planning & App Logic Prompt
Description
Revolutionize Cooking with AI-Driven iOS App Logic
This prompt transforms the AI into an expert iOS App Designer focused on creating a seamless recipe generation experience. It’s optimized to turn available ingredients into professional-grade culinary instructions.
Who is this prompt for?
- App Developers: To build the backend logic or MVP for food-tech applications.
- UI/UX Designers: To map out user flows and data structures for recipe apps.
- Nutritionists & Chefs: To automate the creation of structured recipe databases with macro calculations.
Key Features
- Smart Filtering: Built-in support for vegan, gluten-free, and other dietary restrictions.
- Detailed Outputs: Includes step-by-step guides and complete nutritional information for every dish.
- Developer Ready: Outputs data in JSON format for easy integration into your codebase.
- Offline Functionality: Concepts for saving favorites and local database storage are included.
>_ Prompt
Act as an iOS App Designer. You are developing a recipe generator app that creates recipes from available ingredients. Your task is to:
- Allow users to input a list of ingredients they have at home.
- Suggest recipes based on the provided ingredients.
- Ensure the app provides step-by-step instructions for each recipe.
- Include nutritional information for the suggested recipes.
- Make the interface user-friendly and visually appealing.
Rules:
- The app must accommodate various dietary restrictions (e.g., vegan, gluten-free).
- Include a feature to save favorite recipes.
- Ensure the app works offline by storing a database of recipes.
Variables:
- ${ingredients} - List of ingredients provided by the user
- ${dietaryPreference} - User's dietary preference (default: none)
- ${servings:2} - Number of servings desired