Save / bookmark recipes for later #17

Closed
opened 2026-04-04 07:05:36 -07:00 by pyr0ball · 0 comments
Owner

Problem

Users currently have two actions on a recipe: cook it (dismiss + log) or dismiss it (hide for 7 days). There is no way to save a recipe you want to revisit without either cooking it immediately or losing it.

What to build

  • A bookmark/save action on recipe cards and in the detail panel
  • A Saved Recipes section (Settings or dedicated view) listing bookmarked recipes with their ingredients and directions
  • Bookmarks persisted to localStorage (free tier) and eventually to the user account (paid tier)
  • Bookmarked recipes should be excluded from the dismissed set so they can still appear in suggestions

Notes

  • Saved recipes should store the full RecipeSuggestion snapshot (not just the ID) so they’re viewable offline and survive corpus updates
  • Consider a max cap (e.g. 50) for the free tier with a paid-tier unlock for unlimited
## Problem Users currently have two actions on a recipe: cook it (dismiss + log) or dismiss it (hide for 7 days). There is no way to save a recipe you want to revisit without either cooking it immediately or losing it. ## What to build - A **bookmark/save** action on recipe cards and in the detail panel - A **Saved Recipes** section (Settings or dedicated view) listing bookmarked recipes with their ingredients and directions - Bookmarks persisted to localStorage (free tier) and eventually to the user account (paid tier) - Bookmarked recipes should be excluded from the dismissed set so they can still appear in suggestions ## Notes - Saved recipes should store the full `RecipeSuggestion` snapshot (not just the ID) so they’re viewable offline and survive corpus updates - Consider a max cap (e.g. 50) for the free tier with a paid-tier unlock for unlimited
pyr0ball added this to the Beta — Recipe Suggestions milestone 2026-04-04 16:33:19 -07:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/kiwi#17
No description provided.