Recipe

Freelove’s Cookbot

An organized home for the recipes you cook.

self-hosted · .net + sqlite · optional AI slop

Online recipe sites are two pages of life story and eight video ads before you reach the actual recipe. Cookbot is the opposite: a private kitchen for the recipes you keep; captured once, in one clean format. Cookbot has support for multiple users, and is a great self-hosted recipe library.

Cookbot has an AI toggle that lets you completely hide all AI features and references to AI in the application. All AI tooling is COMPLTELY optional, and I wanted to respect your choice to avoid all of this modern AI funny business.

Ingredients

Method

  1. Grab it. curl -fsSLO https://github.com/NoahFreelove/freeloves-cookbot/releases/latest/download/docker-compose.yml
  2. Serve it. docker compose up -d
  3. Open it. http://localhost:7000 — and start cooking.

Needs Docker — no clone, build, or .NET SDK required; it pulls the latest released image straight from the registry. Recipes, photos, and your SQLite database stay on your machine. AI is opt-in and uses a key you control.