{% extends "_base.html" %} {% block title %}Discover · Cauldron{% endblock %} {% block content %}
// discover · external recipe corpus

recipe discover

a cross-household library of recipes scraped from the open web — each enriched by hecate so you can filter by cuisine, complexity, primary protein, kid-friendliness, time. one click imports to your mealie household; the same sterilize + enrich pipelines you already trust run on it.

browse

{{ counts.get('enriched', 0) }} enriched · {{ counts.get('raw', 0) }} raw · {{ counts.get('imported', 0) }} imported · {{ counts.get('rejected', 0) }} rejected
+ scrape new recipes (admin)

kick off a background scrape from a curated seed list, or paste your own urls (one per line, max 50). each url goes through scrape → insert → hecate enrich.

{% for s in seeds %} {% endfor %}
{% endblock %}