CodeBlinks
RecipeJar.app
JustTheRecipe
Copy Me That
ManageMeals
Paprika Recipe Manager
Recipe Jar is a free, local-first recipe keeper. Paste a recipe link and get a clean card with just the ingredients and steps, then save unlimited recipes on your own device. No account, no ads, and it works offline. Your recipes live in your browser, not on a server, so nothing leaves your device. It is open source under the MIT license, and it stays free because there is no backend holding your data. Extras include a merged shopping list, cook mode, one-file backup, recipe sharing by link, and photo import with on-device OCR.
CodeBlinks
RecipeJar.appNo CodeBlinks videos yet. You could help us improve this page by suggesting one.
RecipeJar.app's answer:
Recipe Jar is a Svelte 5 and TypeScript single-page app built with Vite and shipped as an offline PWA using Workbox. Recipes are stored locally in the browser's IndexedDB through Dexie. The only backend is a small Cloudflare Pages Function that proxies recipe-page fetches, so there is no database or app server. Photo import runs on-device with Tesseract.js OCR, and the whole thing deploys to Cloudflare Pages.
RecipeJar.app's answer:
Recipe Jar keeps every recipe on your own device instead of on a server. That one choice is what makes it different: there is no account to create, nothing to upload, and no bill that grows with users, so it stays free and private by design rather than by promise. You paste a recipe link and get a clean card with only the ingredients and steps, then save as many as you want. It works offline, and it is open source under the MIT license.
RecipeJar.app's answer:
Most recipe keepers either put unlimited saving behind a subscription or require an account and store your data on their servers. Recipe Jar does neither. It is free with no limits, needs no sign up, and keeps your recipes in your browser so nothing leaves your device. You can back everything up to a single file and take it with you, so you are never locked in. The shopping list and cook mode that other apps charge for are here too, free and offline.
RecipeJar.app's answer:
Home cooks who collect recipes from across the web and want them in one tidy place, without a subscription or an account. It suits people who care about privacy and owning their own data, and people who cook offline in the kitchen where signal is poor. Because it is a lightweight offline app, it also runs well on cheap phones and slow connections, which matters for reaching cooks beyond the usual well-connected markets.
RecipeJar.app's answer:
I built Recipe Jar after getting tired of recipe apps that hid saving behind a subscription or made me create an account just to keep a link. I wanted something free, private, and mine. So I made a local-first keeper where the recipes live on your own device, and the app costs nothing to run because there is no server holding your data. It is built and maintained solo from Kathmandu, and it is open source, so anyone can see exactly how it works.