docs: finalize project decisions and AI features vision
- Domain: recipes.paje.ca - Users: Whole Huliganga family (Anne, Elizabeth, Paul, Joseph) - Data migration: Export from CopyMeThat (if free tier allows) - v1 priority: Recipe scraping first - v2+ AI features: Ingredient substitutions, meal planning, shopping lists, nutrition tracking, Fintrove cost integration, voice/OCR input Ready for agent kickoff.
This commit is contained in:
parent
6552640cfa
commit
c86402f0ed
34
PROJECT.md
34
PROJECT.md
|
|
@ -101,12 +101,36 @@ See `AGENT_INSTRUCTIONS.md` for how agents should approach development, testing,
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Questions for Paul
|
## Decisions Made (2026-03-23)
|
||||||
|
|
||||||
1. **Domain/URL:** Should this live at `recipes.paje.ca` or subdirectory?
|
1. **Domain/URL:** `recipes.paje.ca` ✓
|
||||||
2. **Initial users:** Just Anne and Elizabeth, or open to friends/family?
|
2. **Initial users:** Whole family (Anne, Elizabeth, Paul, Joseph) ✓
|
||||||
3. **Data migration:** Export from CopyMeThat, or start fresh?
|
3. **Data migration:** Export from CopyMeThat if possible (free tier may be limited now)
|
||||||
4. **First priority after MVP:** Scraping extension or AI features?
|
4. **First priority after MVP:** Recipe scraping extension (v1.0 milestone)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## AI Features Vision (v2.0+)
|
||||||
|
|
||||||
|
These are the "smart" features planned for future releases:
|
||||||
|
|
||||||
|
### Cooking Intelligence
|
||||||
|
- **Ingredient substitutions** — "Out of buttermilk? Use milk + vinegar"
|
||||||
|
- **Meal planning** — Generate weekly menus from your recipe collection
|
||||||
|
- **Shopping lists** — Aggregate ingredients, de-duplicate, organize by grocery aisle
|
||||||
|
- **Recipe recommendations** — "You haven't made this in 3 months, try it tonight!"
|
||||||
|
|
||||||
|
### Data & Integration
|
||||||
|
- **Nutrition estimates** — Calorie/macro breakdown via USDA database
|
||||||
|
- **Fintrove integration** — Track recipe costs, generate budget-aware meal plans
|
||||||
|
- **Recipe costing** — "This dinner costs $4.50/serving"
|
||||||
|
|
||||||
|
### Advanced Input
|
||||||
|
- **Voice input** — Add ingredients/steps via speech-to-text
|
||||||
|
- **OCR import** — Scan physical recipe cards or cookbooks
|
||||||
|
- **Smart parsing** — AI-enhanced recipe extraction from non-standard sites
|
||||||
|
|
||||||
|
**Why later?** Need MVP data (recipes + usage patterns) to tune AI features effectively. Scraping comes first so Anne & Elizabeth can import their existing collections.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue