Convert any recipe webpage into a clean, metric-unit PDF or Apple Note with one click. The extension scrapes the recipe from the current tab, converts imperial measurements to metric, and lets you ...
/ ├── backend/ # Python FastAPI Backend │ ├── db/ # Database configuration and SQLAlchemy models │ ├── prompts/ # LangChain prompt templates for Gemini │ ├── routes/ # FastAPI route handlers │ ├── ...