AI-powered social event concierge for San Francisco. Share your interests, get matched with the right people, and receive curated event invites — no organizers needed. The AI handles everything: finding people, picking times and venues, and surfacing invites.
Live: ppl-woad.vercel.app
- Share your interests — hobbies, curiosities, skills, anything
- Gauge events — swipe yes or no on event types that interest you
- Get invites — AI matches people, picks a time and venue, and sends you an invite
- Frontend: Next.js 16 (App Router), React 19, TypeScript, Tailwind CSS v4
- Backend: Convex (database, real-time subscriptions, server functions)
- AI: Anthropic Claude API for ideation, interest extraction, and event matching
- Auth: Email/password via
@convex-dev/auth - Maps: Mapbox GL JS
- Deployment: Vercel + Convex Cloud
pnpm install
pnpm dev # Next.js dev server
npx convex dev # Convex backend (run alongside pnpm dev)Requires environment variables for Convex, Mapbox, and Anthropic API keys.