An AI-powered travel planner with visual place search and challenge verification.
# 1. Install dependencies
npm install
# 2. Add your Anthropic API key
cp .env.example .env
# Edit .env and add your key from https://console.anthropic.com
# 3. Run the server
npm start
# App opens at http://localhost:3000- πΊ AI itinerary generator
- πΈ Visual place search (upload a photo β find similar destinations)
- β Travel challenge verification
- π£ Local phrases for 20+ countries
- π Smart packing lists
index.html β Full frontend app (all-in-one)
server.js β Express API server (AI endpoints)
package.json β Dependencies
.env β Your API key (never commit this!)
POST /api/visual-searchβ Identifies a travel photo and suggests similar destinationsPOST /api/verify-proofβ Verifies a challenge completion photo