For Product, Users & Partners
End usersβ
Sommelier Arena is a browser-based blind wine tasting game. No app to install, no account to create.
To participate in a session:
- Open the app on your phone at
https://sommelier-arena.ducatillon.net/play - Enter the 4-digit code the host gives you β you'll get a generated wine-themed pseudonym
- Answer each question before the timer runs out; you can change your answer any time until the host reveals it
- See the leaderboard after each wine and at the end
To host a session:
- Open
https://sommelier-arena.ducatillon.net/host - Create a test by entering wine names and their questions (color, country, grape variety, vintage year, wine name) with one correct answer and 3 distractors each
- Share the 4-digit code with participants; hit Start to begin the game
- Use Pause / Resume / Reveal / Next / End to control the pace
Product overviewβ
Key links:
- Features β full feature specification with host controls and question flow
- Gameplay Workflow β session state machine and scoring rules
- User Stories β host and participant stories, edge cases
- Overview & Rules β key constraints and what's new
For partners & investorsβ
Hosting model: Sommelier Arena runs on Cloudflare's free tier β no servers to manage, no cold starts, β¬0/month for a casual dinner-party app.
| Concern | Answer |
|---|---|
| Hosting cost | Free (Cloudflare Workers + Pages free tier) |
| Max concurrent players | 10 per session |
| Availability | 99.9%+ (Cloudflare global edge) |
| Data storage | Per-session in Cloudflare Durable Objects (SQLite); no external DB |
| Custom domain | Yes β sommelier-arena.ducatillon.net on Cloudflare |
| Integration points | WebSocket event API (see Event Reference) |
For technical details see Tech Stack and Deployment Guide.