Import from AI
Generate a recipe with any AI and paste it here.
1
Copy this prompt
Open any AI (Claude, ChatGPT, Gemini, etc.), start a new chat, and paste this prompt. Edit the last line to describe your recipe. Ask it to adjust anything before moving to step 2.
Please generate a recipe for me and output it as JSON in exactly this format (no other text, just the JSON):
{
"name": "Recipe Name",
"category": "dinner",
"servings": 4,
"instructions": "Step 1: ...\nStep 2: ...\nStep 3: ...",
"ingredients": [
{"name": "chicken breast", "quantity": 500, "unit": "g"},
{"name": "olive oil", "quantity": 2, "unit": "tbsp"},
{"name": "garlic", "quantity": 3, "unit": "clove"}
]
}
Units should be: g, kg, oz, lb, cup, cups, tbsp, tsp, ml, l, or piece
Recipe request: [DESCRIBE YOUR RECIPE HERE]
2
Paste the response
Once you're happy with the recipe, copy the AI's JSON response and paste it below.