๐บ FRESH BEER LAB
Tanzania ยท born-on-date ยท outlet freshness ยท proof of concept
What this is
Working prototype of a brewery-to-glass freshness platform. Every batch gets a "Born On" date. Every outlet gets a freshness score. Every scan proves the chain. Built for the Disruption Lab workshop.
Try the scan flow
Open the scan page with batch + outlet IDs pre-filled (this is what a QR code does automatically):
/scan/?batch=B-FRESH01&outlet=O-MAMA001
See a sample badge
Each outlet gets a shareable "FRESH SERVE CERTIFIED" graphic. Useful for WhatsApp, Instagram, menus.
How it works
- QR code on every bottle:
https://fresh.quick.co.tz/scan/?batch=B-XXXX&outlet=O-XXXX
- Customer scans with phone camera โ opens this page
- Picks bottle age category โ submits
- Sees freshness band (FRESH/GOOD/MOVE IT) + the outlet's score updates live
- Outlets with high scores get the "Fresh Serve Certified" badge to display
Architecture
- Frontend (this site): Cloudflare Pages at fresh.fauluhost.co.tz โ global CDN, free, HTTPS included
- Backend API: Python on VPS at api.fauluhost.co.tz:8090 โ scan recording + scoring engine
- Database: SQLite โ fast for thousands of scans, easy to scale later
Status
โ
Working prototype. Ready for workshop demo. Next steps: real QR stickers, WhatsApp deep link, beer-lab voting.