Vayora

Vayora – AI Travel Planner

An AI-powered travel planner with visual place search and challenge verification.

## Quick Start

  # 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

## Features

## Project Structure

  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!)

## API Endpoints