TORSDAG
2026-07-30

Too many projects, too many ideas, too few hours — one learning a day anyway

A Wine App

A personal sommelier that lives on the phone, not in the cloud.

A wine app for iOS and Android that inverts the usual architecture: the intelligence — taste profiling, recommendations, scanning a restaurant wine list and picking the bottle — runs on-device. The backend stays deliberately thin: it syncs user state and ships a static catalog, and the heavy lifting (scraping shops, enriching data) happens in batch on local hardware. The interesting bet: modern phones are smart enough that the cloud-brain + dumb-client split is optional.

CODE
  • WineCore: single-source shared wine brain
  • Android app with real on-device catalog
  • Barcode wine identity engine
  • Canonical bottling/vintage data layer
  • Migrated SQLite to Cloud SQL Postgres
  • Restaurant menu scanning to wine offers
  • Added iOS app and cloud infrastructure
  • First ship: wine scraper and recommender
POSTS