Cloudflare Pages Portal

CheckIn QR Portal

Two delivery routes are now live on the same foundation: a direct QR link for messaging, and a password-protected personal link for email reminders.

Route 1: Direct QR Link

Best for WhatsApp or SMS. Each participant gets a private tokenised link that opens straight to their QR page.

/q/<participant-token>

Route 2: Protected Personal Link

Best for email reminders. Each participant gets a unique personal page and must enter their access code before the QR is revealed.

/p/<participant-token>

Demo Test Details

This repository now includes a safe demo record so we can verify the full Cloudflare routing flow before wiring it to CheckInApp exports.

  • Demo direct token: demo-direct
  • Demo protected token: demo-protected
  • Demo password: DEMO1234
1

CheckInApp will export QR assets and participant link tokens.

2

Cloudflare Pages serves direct and protected routes.

3

Email and WhatsApp flows can share the same participant data.