Skip to content
Robin Müller edited this page Jul 31, 2026 · 8 revisions

Smart Drink Fridge

Smart Drink Fridge is a self-hosted inventory system for a drink fridge. It combines barcode scanning, stock tracking, product management, consumption statistics, price tracking, and optional smart-home integrations.

The application runs locally and stores its data in SQLite. Docker Compose is the recommended installation method.

Start here

Current release

The current documented release is v1.3.4. See the GitHub releases for release notes and images.

Main capabilities

  • Multiple barcodes and package quantities per product
  • Camera-based barcode scanner
  • Current stock and complete booking history
  • Purchase prices and multiple currencies
  • Financial statistics grouped by currency
  • Consumption forecasts with estimated run-out dates
  • Optional user accounts with personal consumption and cost tracking
  • Optional PIN/password and NFC identification
  • Responsive German, English, and French interface
  • Installable Progressive Web App
  • Home Assistant shopping-list synchronization
  • Optional Pushover notifications
  • Optional Tailscale HTTPS access

Smart Drink Fridge is intended for a trusted private network. Do not expose the Flask service directly to the public internet.

Clone this wiki locally