Skip to content

ClawCon check-in service (Luma integration, human verification)

Notifications You must be signed in to change notification settings

clawcon/claw-checkin

Repository files navigation

claw-checkin

Claw Con check-in service (separate from demos/voting).

Goals

  • 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

Pilot mapping

  • claw-con-denver-2026 → Luma event id evt-ERBCC1uBPoAdSWe

Environment

Copy .env.example to .env.local for local dev. In production, set env vars in Vercel.

Development

npm install
npm run dev

Planned API (draft)

  • POST /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?)

Notes

This repo is intentionally small and API-first. It should be deployable independently at checkin.clawdcon.com.

About

ClawCon check-in service (Luma integration, human verification)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published