{% extends "base.html" %} {% block title %}Recipe Assistant — Menu Planner{% endblock %} {% block content %}

Recipe Assistant

Paste any recipe — I'll parse it, adapt it for low-carb, and add it to the library.

{% if not has_api_key %}
API key not configured. Set ANTHROPIC_API_KEY in the Docker environment to enable the recipe assistant.
{% else %}

👋 Hi! I can add recipes to the planner for you. Just paste a recipe — from a website, cookbook, or your own notes — and I'll handle the rest.

I'll parse ingredients, estimate nutrition, categorize it, and adapt for low-carb if needed.

Shift+Enter for new line · Enter to send
{% endif %}
{% endblock %} {% block scripts %} {% if has_api_key %} {% endif %} {% endblock %}