Claw Con check-in service (separate from demos/voting).
- Fast door check-in (QR scan + fallback search)
- Integrate with Luma API (server-side
LUMA_API_KEY) - Produce a durable "human verified" signal: any Claw Con check-in ever
- Expose a small API that other Claw Con apps can call
claw-con-denver-2026→ Luma event idevt-ERBCC1uBPoAdSWe
Copy .env.example to .env.local for local dev. In production, set env vars in Vercel.
npm install
npm run devPOST /api/checkin/lookup(QR payload or search query → candidate guest)POST /api/checkin/mark(mark check-in + write audit log)GET /api/human-status(is this identity human verified?)
This repo is intentionally small and API-first. It should be deployable independently at checkin.clawdcon.com.