Skip to main content
For Home Cooks

Kitchen

Your recipes live across screenshots, bookmarks, and a couple of cookbooks, so planning the week and writing a grocery list means starting over every Sunday.

Launch Kitchen

What it does

Keep your recipes in one place, plan the week from them, and turn that plan into a shopping list.

Currently

Live and browser-only at /tools/kitchen. Save recipes with ingredients and instructions, tag them by cookbook, cuisine, and meal type, plan the current week, and the shopping list is derived automatically from the recipes you planned. Everything saves to your browser with no account. Entry is manual: the paste-and-structure mode from the original needed a backend, so it was dropped for this public version.

Recently shipped

  • Jun 16, 2026Shipped the recipe box, cookbook and cuisine tagging, weekly meal plan, and auto-derived shopping list.

How I know it's working

instrumented ยท awaiting traffic
โ€”
Launched
โ€”
Saved a recipe
โ€”
Planned a meal
โ€”
Exported groceries

The events are wired into a privacy-first store. Counts populate here as people use it. This is the honest part of the work: instrument first, claim later.

Wired events:kitchen_launchedkitchen_recipe_savedkitchen_meal_plannedkitchen_grocery_exported

How it's built

Browser-onlySolo

How I built it

I built this by carving the genuinely useful part out of our private couples app and shipping it as a standalone toy anyone can use. Kitchen is a recipe box plus a weekly planner, and the shopping list builds itself from whatever you put on the plan. The decision I am proudest of is keeping the scope tight: I deliberately left out pantry inventory, freshness scoring, and dietary preferences because those are household-ops features that do not fit a single-user public tool. The honest gap is that the paste-a-recipe-and-let-it-structure-itself mode did not make the cut here, so entry is manual.