SØNDAG
2026-09-13

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
  • Crowd scores order wines until a palate exists
  • Recommendations measured against real drinkers
  • Wine knowledge factsheets ground the AI
  • Android client rebuilt to match iOS
  • Label fingerprinting closes the scan loop
  • Canonical wine identity layer replaces legacy tables
  • SQLite migrated to Postgres
  • Six-engine pipeline and full wine enrichment
POSTS