A mobile-optimized wine journal. Photograph a label, get value, drinking window, and tasting notes. Saves your collection for future reference.
Go to https://console.anthropic.com → API Keys → Create Key. Copy it.
cd wine-cellar
git init
git add .
git commit -m "Initial commit"
# Create a new repo at github.com, then:
git remote add origin https://github.com/YOUR_USERNAME/wine-cellar.git
git push -u origin main- Go to https://vercel.com and sign in with GitHub
- Click "Add New Project"
- Import your
wine-cellarrepo - Under "Environment Variables", add:
- Name:
ANTHROPIC_API_KEY - Value: your key from step 1
- Name:
- Click Deploy
- Open the Vercel URL in Safari
- Tap the Share button
- Tap "Add to Home Screen"
- Name it "Cave Personnelle" and tap Add
That's it — it works like a native app.
cp .env.example .env.local
# Edit .env.local and add your API key
npm install
npm run dev
# Open http://localhost:3000