๐Ÿš€ Demo Mode โ€” All transactions are simulated. No real payments are processed.

API Documentation

REST API for event generation, ticketing, and check-in.

Quick Start

curl -X POST https://your-app.vercel.app/api/events/generate \
  -H "Content-Type: application/json" \
  -d '{
    "topic": "AI",
    "city": "San Francisco",
    "date": "2026-06-15",
    "capacity": 500,
    "budget": "growth",
    "vibe": "professional"
  }'

Endpoints

Environment Variables

VariablePurpose
OPENAI_API_KEYAI generation (fallback if missing)
STRIPE_SECRET_KEYPayments
NEXT_PUBLIC_SUPABASE_URLDatabase (in-memory if missing)
NEXT_PUBLIC_APP_URLBase URL for links

โ† Back to Launchpad