One row in Recipes, plus its ingredients and steps. Default cooking size is 2 servings.
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.
One-time setup so the app and your sheet speak the same format.
Extensions ▸ Apps Script.Code.gs, paste the script below, and save.KEY (line 2) to any phrase, and type that same phrase into the Sync key field above.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.Deploy ▸ New deployment ▸ Web app. Execute as Me, access Anyone. Authorise when prompted./exec URL, paste it above, press Test, then Connect. (After any later script edit, redeploy via Manage deployments ▸ Edit ▸ New version.)This app keeps a copy in your browser so it works offline. Export a JSON backup any time.