MISErecipe index
Local only

Add a recipe

One row in Recipes, plus its ingredients and steps. Default cooking size is 2 servings.

Cloud sync

Paste your Apps Script web app URL (ends in /exec) and the sync key you set in the script, then Connect. Your recipes sync to the Google Sheet and stay in step across devices — every change saves automatically.

Set up the sheet side

One-time setup so the app and your sheet speak the same format.

  1. Open your recipe Google Sheet → Extensions ▸ Apps Script.
  2. Delete anything in Code.gs, paste the script below, and save.
  3. Set KEY (line 2) to any phrase, and type that same phrase into the Sync key field above.
  4. Set SHEET_ID to your sheet's ID — the part of the sheet's web address between /d/ and /edit. This is what makes the connection reliable.
  5. Deploy ▸ New deployment ▸ Web app. Execute as Me, access Anyone. Authorise when prompted.
  6. Copy the /exec URL, paste it above, press Test, then Connect. (After any later script edit, redeploy via Manage deployments ▸ Edit ▸ New version.)
Show Code.gs

          

Local data

This app keeps a copy in your browser so it works offline. Export a JSON backup any time.