recipes
Application for managing recipes, planning meals, building shopping lists and much much more!
Top Related Projects
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
Quick Overview
TandoorRecipes/recipes is an open-source recipe management system with a focus on simplicity and modern design. It allows users to manage, organize, and share recipes, meal plans, and shopping lists through a web interface or mobile app. The project aims to provide a self-hosted alternative to commercial recipe management solutions.
Pros
- Self-hosted solution, giving users full control over their data
- Modern and intuitive user interface
- Supports multiple languages and units of measurement
- Integrates with various external services for recipe import and nutrition data
Cons
- Requires technical knowledge for setup and maintenance
- May have limited features compared to some commercial alternatives
- Potential for slower development and updates compared to paid solutions
- Relies on community support for troubleshooting and bug fixes
Getting Started
To set up TandoorRecipes/recipes:
-
Clone the repository:
git clone https://github.com/TandoorRecipes/recipes.git
-
Navigate to the project directory:
cd recipes
-
Use Docker Compose to build and run the application:
docker-compose up -d
-
Access the application at
http://localhost:8080
and follow the setup wizard to create an admin account and configure your instance.
For more detailed instructions, including configuration options and deployment methods, refer to the project's documentation on GitHub.
Competitor Comparisons
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
Pros of Mealie
- Modern, responsive UI with a cleaner design
- Built with Vue.js, offering a more interactive user experience
- Supports multi-user environments with role-based access control
Cons of Mealie
- Smaller community and fewer contributors compared to Recipes
- Less mature project with potentially fewer features
- May have a steeper learning curve for developers new to Vue.js
Code Comparison
Mealie (Vue.js component):
<template>
<div class="recipe-card">
<h2>{{ recipe.name }}</h2>
<img :src="recipe.image" :alt="recipe.name">
<p>{{ recipe.description }}</p>
</div>
</template>
Recipes (Django template):
<div class="recipe-card">
<h2>{{ recipe.name }}</h2>
<img src="{{ recipe.image.url }}" alt="{{ recipe.name }}">
<p>{{ recipe.description }}</p>
</div>
Both projects aim to provide recipe management solutions, but they differ in their tech stacks and approach. Mealie offers a more modern frontend experience with Vue.js, while Recipes uses Django's traditional server-side rendering. Mealie's UI is generally considered more polished, but Recipes has a larger community and may be more suitable for those familiar with Django. The code comparison shows the difference in templating syntax between Vue.js and Django templates.
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual CopilotREADME
Tandoor Recipes
The recipe manager that allows you to manage your ever growing collection of digital recipes.
Website ⢠Installation ⢠Docs ⢠Demo ⢠Discord
Core Features
- ð¥ Manage your recipes - Manage your ever growing recipe collection
- ð Plan - multiple meals for each day
- ð Shopping lists - via the meal plan or straight from recipes
- ð Cookbooks - collect recipes into books
- ðª Share and collaborate on recipes with friends and family
Made by and for power users
- ð Powerful & customizable search with fulltext support and TrigramSimilarity
- ð·ï¸ Create and search for tags, assign them in batch to all files matching certain filters
- âï¸ Quickly merge and rename ingredients, tags and units
- ð¥ï¸ Import recipes from thousands of websites supporting ld+json or microdata
- â Support for fractions or decimals
- ð³ Easy setup with Docker and included examples for Kubernetes, Unraid and Synology
- ð¨ Customize your interface with themes
- ð¦ Sync files with Dropbox and Nextcloud
All the must haves
- ð±Optimized for use on mobile devices
- ð localized in many languages thanks to the awesome community
- ð¥ï¸ Import your collection from many other recipe managers
- â Many more like recipe scaling, image compression, printing views and supermarkets
This application is meant for people with a collection of recipes they want to share with family and friends or simply store them in a nicely organized way. A basic permission system exists but this application is not meant to be run as a public page.
Docs
Documentation can be found here.
Support our work
Tandoor is developed by volunteers in their free time just because its fun. That said earning some money with the project allows us to spend more time on it and thus make improvements we otherwise couldn't. Because of that there are several ways you can support us
- GitHub Sponsors You can sponsor contributors of this project on GitHub: vabene1111
- Host at Hetzner We have been very happy customers of Hetzner for multiple years for all of our projects. If you want to get into self-hosting or are tired of the expensive big providers, their cloud servers are a great place to get started. When you sign up via our referral link you will get 20⬠worth of cloud credits and we get a small kickback too.
- Let us host for you We are offering a hosted version where all profits support us and the development of tandoor (currently only available in germany).
Contributing
Contributions are welcome but please read this BEFORE contributing anything!
Your Feedback
Share some information on how you use Tandoor to help me improve the application Google Survey
Get in touch
Discord | We have a public Discord server that anyone can join. This is where all our developers and contributors hang out and where we make announcements |
You can follow our Twitter account to get updates on new features or releases |
License
Beginning with version 0.10.0 the code in this repository is licensed under the GNU AGPL v3 license with a common clause selling exception. See LICENSE.md for details.
NOTE: There appears to be a whole range of legal issues with licensing anything other than the standard completely open licenses. I am in the process of getting some professional legal advice to sort out these issues. Please also see Issue 238 for some discussion and reasoning regarding the topic.
Reasoning This software and all its features are and will always be free for everyone to use and enjoy.
The reason for the selling exception is that a significant amount of time was spend over multiple years to develop this software. A paid hosted version which will be identical in features and code base to the software offered in this repository will likely be released in the future (including all features needed to sell a hosted version as they might also be useful for personal use). This will not only benefit me personally but also everyone who self-hosts this software as any profits made through selling the hosted option allow me to spend more time developing and improving the software for everyone. Selling exceptions are approved by Richard Stallman and the common clause license is very permissive (see the FAQ).
Top Related Projects
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual Copilot