<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Cookbooks on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/cookbooks/</link>
        <description>Recent content in Cookbooks on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Wed, 22 Oct 2025 15:28:52 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/cookbooks/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>claude-cookbooks</title>
        <link>https://producthunt.programnotes.cn/en/p/claude-cookbooks/</link>
        <pubDate>Wed, 22 Oct 2025 15:28:52 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/claude-cookbooks/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1705412155482-4edcc784c19b?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NjExMTgwNzZ8&amp;ixlib=rb-4.1.0" alt="Featured image of post claude-cookbooks" /&gt;&lt;h1 id=&#34;anthropicsclaude-cookbooks&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/claude-cookbooks&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;anthropics/claude-cookbooks&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;claude-cookbooks&#34;&gt;Claude Cookbooks
&lt;/h1&gt;&lt;p&gt;The Claude Cookbooks provide code and guides designed to help developers build with Claude, offering copy-able code snippets that you can easily integrate into your own projects.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites
&lt;/h2&gt;&lt;p&gt;To make the most of the examples in this cookbook, you&amp;rsquo;ll need an Claude API key (sign up for free &lt;a class=&#34;link&#34; href=&#34;https://www.anthropic.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;While the code examples are primarily written in Python, the concepts can be adapted to any programming language that supports interaction with the Claude API.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re new to working with the Claude API, we recommend starting with our &lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/courses/tree/master/anthropic_api_fundamentals&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Claude API Fundamentals course&lt;/a&gt; to get a solid foundation.&lt;/p&gt;
&lt;h2 id=&#34;explore-further&#34;&gt;Explore Further
&lt;/h2&gt;&lt;p&gt;Looking for more resources to enhance your experience with Claude and AI assistants? Check out these helpful links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.claude.com/claude/docs/guide-to-anthropics-prompt-engineering-resources&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anthropic developer documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://support.anthropic.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anthropic support docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.anthropic.com/discord&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anthropic Discord community&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;contributing&#34;&gt;Contributing
&lt;/h2&gt;&lt;p&gt;The Claude Cookbooks thrives on the contributions of the developer community. We value your input, whether it&amp;rsquo;s submitting an idea, fixing a typo, adding a new guide, or improving an existing one. By contributing, you help make this resource even more valuable for everyone.&lt;/p&gt;
&lt;p&gt;To avoid duplication of efforts, please review the existing issues and pull requests before contributing.&lt;/p&gt;
&lt;p&gt;If you have ideas for new examples or guides, share them on the &lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/issues&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;issues page&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;table-of-recipes&#34;&gt;Table of recipes
&lt;/h2&gt;&lt;h3 id=&#34;capabilities&#34;&gt;Capabilities
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/tree/main/capabilities/classification&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Classification&lt;/a&gt;: Explore techniques for text and data classification using Claude.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/tree/main/capabilities/retrieval_augmented_generation&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Retrieval Augmented Generation&lt;/a&gt;: Learn how to enhance Claude&amp;rsquo;s responses with external knowledge.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/tree/main/capabilities/summarization&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Summarization&lt;/a&gt;: Discover techniques for effective text summarization with Claude.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;tool-use-and-integration&#34;&gt;Tool Use and Integration
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/tree/main/tool_use&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tool use&lt;/a&gt;: Learn how to integrate Claude with external tools and functions to extend its capabilities.
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/tool_use/customer_service_agent.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Customer service agent&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/tool_use/calculator_tool.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Calculator integration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/misc/how_to_make_sql_queries.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SQL queries&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;third-party-integrations&#34;&gt;Third-Party Integrations
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/tree/main/third_party&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Retrieval augmented generation&lt;/a&gt;: Supplement Claude&amp;rsquo;s knowledge with external data sources.
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/third_party/Pinecone/rag_using_pinecone.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vector databases (Pinecone)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/third_party/Wikipedia/wikipedia-search-cookbook.ipynb/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/misc/read_web_pages_with_haiku.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Web pages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/third_party/VoyageAI/how_to_create_embeddings.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Embeddings with Voyage AI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;multimodal-capabilities&#34;&gt;Multimodal Capabilities
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/tree/main/multimodal&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vision with Claude&lt;/a&gt;:
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/getting_started_with_vision.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Getting started with images&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/best_practices_for_vision.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Best practices for vision&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/reading_charts_graphs_powerpoints.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Interpreting charts and graphs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/how_to_transcribe_text.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Extracting content from forms&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/misc/illustrated_responses.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Generate images with Claude&lt;/a&gt;: Use Claude with Stable Diffusion for image generation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;advanced-techniques&#34;&gt;Advanced Techniques
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/using_sub_agents.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Sub-agents&lt;/a&gt;: Learn how to use Haiku as a sub-agent in combination with Opus.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/misc/pdf_upload_summarization.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Upload PDFs to Claude&lt;/a&gt;: Parse and pass PDFs as text to Claude.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/misc/building_evals.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Automated evaluations&lt;/a&gt;: Use Claude to automate the prompt evaluation process.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/misc/how_to_enable_json_mode.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Enable JSON mode&lt;/a&gt;: Ensure consistent JSON output from Claude.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/misc/building_moderation_filter.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Create a moderation filter&lt;/a&gt;: Use Claude to create a content moderation filter for your application.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/anthropic-cookbook/blob/main/misc/prompt_caching.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt caching&lt;/a&gt;: Learn techniques for efficient prompt caching with Claude.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;additional-resources&#34;&gt;Additional Resources
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aws-samples/anthropic-on-aws&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anthropic on AWS&lt;/a&gt;: Explore examples and solutions for using Claude on AWS infrastructure.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aws-samples/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AWS Samples&lt;/a&gt;: A collection of code samples from AWS which can be adapted for use with Claude. Note that some samples may require modification to work optimally with Claude.&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>recipes</title>
        <link>https://producthunt.programnotes.cn/en/p/recipes/</link>
        <pubDate>Mon, 04 Aug 2025 15:40:31 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/recipes/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1537987571070-9df5420854b2?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTQyOTMxMzN8&amp;ixlib=rb-4.1.0" alt="Featured image of post recipes" /&gt;&lt;h1 id=&#34;tandoorrecipesrecipes&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/TandoorRecipes/recipes&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TandoorRecipes/recipes&lt;/a&gt;
&lt;/h1&gt;&lt;h1 align=&#34;center&#34;&gt;
  &lt;br&gt;
  &lt;a href=&#34;https://tandoor.dev&#34;&gt;&lt;img src=&#34;https://github.com/vabene1111/recipes/raw/develop/docs/logo_color.svg&#34; height=&#34;256px&#34; width=&#34;256px&#34;&gt;&lt;/a&gt;
  &lt;br&gt;
  Tandoor Recipes
  &lt;br&gt;
&lt;/h1&gt;
&lt;h4 align=&#34;center&#34;&gt;The recipe manager that allows you to manage your ever growing collection of digital recipes.&lt;/h4&gt;
&lt;p align=&#34;center&#34;&gt;
&lt;a href=&#34;https://github.com/vabene1111/recipes/actions&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;img src=&#34;https://github.com/vabene1111/recipes/workflows/Continuous%20Integration/badge.svg?branch=master&#34; &gt;&lt;/a&gt;
&lt;a href=&#34;https://github.com/vabene1111/recipes/stargazers&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;img src=&#34;https://img.shields.io/github/stars/vabene1111/recipes&#34; &gt;&lt;/a&gt;
&lt;a href=&#34;https://github.com/vabene1111/recipes/network/members&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;img src=&#34;https://img.shields.io/github/forks/vabene1111/recipes&#34; &gt;&lt;/a&gt;
&lt;a href=&#34;https://discord.gg/RhzBrfWgtp&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;img src=&#34;https://badgen.net/badge/icon/discord?icon=discord&amp;label&#34; &gt;&lt;/a&gt;
&lt;a href=&#34;https://hub.docker.com/r/vabene1111/recipes&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;img src=&#34;https://img.shields.io/docker/pulls/vabene1111/recipes&#34; &gt;&lt;/a&gt;
&lt;a href=&#34;https://github.com/vabene1111/recipes/releases/latest&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;img src=&#34;https://img.shields.io/github/v/release/vabene1111/recipes&#34; &gt;&lt;/a&gt;
&lt;a href=&#34;https://app.tandoor.dev/accounts/login/?demo&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;img src=&#34;https://img.shields.io/badge/demo-available-success&#34; &gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
&lt;a href=&#34;https://tandoor.dev&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Website&lt;/a&gt; •
&lt;a href=&#34;https://docs.tandoor.dev/install/docker/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Installation&lt;/a&gt; •
&lt;a href=&#34;https://docs.tandoor.dev/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Docs&lt;/a&gt; •
&lt;a href=&#34;https://app.tandoor.dev/accounts/login/?demo&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Demo&lt;/a&gt; •
&lt;a href=&#34;https://discord.gg/RhzBrfWgtp&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Discord&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://producthunt.programnotes.cn/docs/preview.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Preview&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;core-features&#34;&gt;Core Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;🥗 &lt;strong&gt;Manage your recipes&lt;/strong&gt; - Manage your ever growing recipe collection&lt;/li&gt;
&lt;li&gt;📆 &lt;strong&gt;Plan&lt;/strong&gt; - multiple meals for each day&lt;/li&gt;
&lt;li&gt;🛒 &lt;strong&gt;Shopping lists&lt;/strong&gt; - via the meal plan or straight from recipes&lt;/li&gt;
&lt;li&gt;📚 &lt;strong&gt;Cookbooks&lt;/strong&gt; - collect recipes into books&lt;/li&gt;
&lt;li&gt;👪 &lt;strong&gt;Share and collaborate&lt;/strong&gt; on recipes with friends and family&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;made-by-and-for-power-users&#34;&gt;Made by and for power users
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;🔍 Powerful &amp;amp; customizable &lt;strong&gt;search&lt;/strong&gt; with fulltext support and &lt;a class=&#34;link&#34; href=&#34;https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/search/#trigram-similarity&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TrigramSimilarity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🏷️ Create and search for &lt;strong&gt;tags&lt;/strong&gt;, assign them in batch to all files matching certain filters&lt;/li&gt;
&lt;li&gt;↔️ Quickly merge and rename ingredients, tags and units&lt;/li&gt;
&lt;li&gt;📥️ &lt;strong&gt;Import recipes&lt;/strong&gt; from thousands of websites supporting &lt;a class=&#34;link&#34; href=&#34;https://schema.org/Recipe&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ld+json or microdata&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;➗ Support for &lt;strong&gt;fractions&lt;/strong&gt; or decimals&lt;/li&gt;
&lt;li&gt;🐳 Easy setup with &lt;strong&gt;Docker&lt;/strong&gt; and included examples for &lt;strong&gt;Kubernetes&lt;/strong&gt;, &lt;strong&gt;Unraid&lt;/strong&gt; and &lt;strong&gt;Synology&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;🎨 Customize your interface with &lt;strong&gt;themes&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;📦 &lt;strong&gt;Sync&lt;/strong&gt; files with Dropbox and Nextcloud&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;all-the-must-haves&#34;&gt;All the must haves
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;📱Optimized for use on &lt;strong&gt;mobile&lt;/strong&gt; devices&lt;/li&gt;
&lt;li&gt;🌍 localized in many languages thanks to the awesome community&lt;/li&gt;
&lt;li&gt;📥️ &lt;strong&gt;Import your collection&lt;/strong&gt; from many other &lt;a class=&#34;link&#34; href=&#34;https://docs.tandoor.dev/features/import_export/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;recipe managers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;➕ Many more like recipe scaling, image compression, printing views and supermarkets&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2 id=&#34;docs&#34;&gt;Docs
&lt;/h2&gt;&lt;p&gt;Documentation can be found &lt;a class=&#34;link&#34; href=&#34;https://docs.tandoor.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;support-our-work&#34;&gt;Support our work
&lt;/h2&gt;&lt;p&gt;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&amp;rsquo;t.
Because of that there are several ways you can support us&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub Sponsors&lt;/strong&gt; You can sponsor contributors of this project on GitHub: &lt;a class=&#34;link&#34; href=&#34;https://github.com/sponsors/vabene1111&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;vabene1111&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Host at Hetzner&lt;/strong&gt; 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 &lt;a class=&#34;link&#34; href=&#34;https://hetzner.cloud/?ref=ISdlrLmr9kGj&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;referral link&lt;/a&gt; you will get 20€ worth of cloud credits and we get a small kickback too.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Let us host for you&lt;/strong&gt; We are offering a &lt;a class=&#34;link&#34; href=&#34;https://app.tandoor.dev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;hosted version&lt;/a&gt; where all profits support us and the development of tandoor (currently only available in germany).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;contributing&#34;&gt;Contributing
&lt;/h2&gt;&lt;p&gt;Contributions are welcome but please read &lt;a class=&#34;link&#34; href=&#34;https://docs.tandoor.dev/contribute/guidelines/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;this&lt;/a&gt; &lt;strong&gt;BEFORE&lt;/strong&gt; contributing anything!&lt;/p&gt;
&lt;h2 id=&#34;your-feedback&#34;&gt;Your Feedback
&lt;/h2&gt;&lt;p&gt;Share some information on how you use Tandoor to help me improve the application &lt;a class=&#34;link&#34; href=&#34;https://forms.gle/qNfLK2tWTeWHe9Qd7&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Survey&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;get-in-touch&#34;&gt;Get in touch
&lt;/h2&gt;&lt;table&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href=&#34;https://discord.gg/RhzBrfWgtp&#34;&gt;Discord&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;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&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href=&#34;https://twitter.com/TandoorRecipes&#34;&gt;Twitter&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;You can follow our Twitter account to get updates on new features or releases&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;h2 id=&#34;license&#34;&gt;License
&lt;/h2&gt;&lt;p&gt;Beginning with version 0.10.0 the code in this repository is licensed under the &lt;a class=&#34;link&#34; href=&#34;https://www.gnu.org/licenses/agpl-3.0.de.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GNU AGPL v3&lt;/a&gt; license with a
&lt;a class=&#34;link&#34; href=&#34;https://commonsclause.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;common clause&lt;/a&gt; selling exception. See &lt;a class=&#34;link&#34; href=&#34;https://github.com/vabene1111/recipes/blob/develop/LICENSE.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LICENSE.md&lt;/a&gt; for details.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;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 &lt;a class=&#34;link&#34; href=&#34;https://github.com/vabene1111/recipes/issues/238&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Issue 238&lt;/a&gt; for some discussion and &lt;strong&gt;reasoning&lt;/strong&gt; regarding the topic.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Reasoning&lt;/strong&gt;
&lt;strong&gt;This software and &lt;em&gt;all&lt;/em&gt; its features are and will always be free for everyone to use and enjoy.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;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 &lt;a class=&#34;link&#34; href=&#34;http://www.gnu.org/philosophy/selling-exceptions.en.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;approved by Richard Stallman&lt;/a&gt; and the
common clause license is very permissive (see the &lt;a class=&#34;link&#34; href=&#34;https://commonsclause.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;FAQ&lt;/a&gt;).&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
