SnapPixelBoothAI Photo Booth CRM
Corporate Mode Camera ready No folder
No guest auto-send activeUS format: +1 + area code + 7-digit number
PreviewTap a thumbnail to expand
Selected photo preview

AI Styling Panes

Backend-ready: connect this button to OpenAI Images, Replicate, or your preferred generation API.

Selected Output

The active image stays embedded in the camera screen as a picture-in-picture preview. Use the thumbnail strip to select originals or AI edits.

Seamless CRM Delivery

Send client photos from the same device without switching phones, tablets, or laptops.

Client

Delivery Queue

No photos queued yet.

Ready for Supabase Storage, SendGrid, Twilio, HubSpot, HoneyBook, Zapier, or custom CRM webhook.

Event Folders + UI/UX Switcher

Create client event folders before the event so photos can be saved locally and exported for CRM import when the backend is unavailable.

Create Event Folder

Location off

Offline Folders

No event folders yet.

Exports include folder metadata, client details, queued image data, and photo records so a CRM/backend can ingest later.

Event UI Type

Admin Portal

Operator controls for folders, clients, QR/PIN handoff, direct send queue, production photo storage, and backend readiness.

Client QR / PIN

The PIN is tied to the phone number so repeat guests do not have to keep entering their number.

Admin Status

Storage target: /photobooth

CRM Folder Clients

No QR clients yet.

Backend Ready Checklist

Drop in your keys and endpoints when production backend is ready.

window.CAPERTURE_CONFIG = {
  supabaseUrl: '',
  supabaseAnonKey: '',
  aiImageEndpoint: 'api/generate-image',
  storageBase: 'photobooth',
  uploadEndpoint: 'api/upload.php',
  createEventEndpoint: 'api/create-event.php',
  createClientEndpoint: 'api/create-client.php',
  sendEndpoint: 'api/send-gallery.php',
  statsEndpoint: 'api/admin-stats.php',
  crmWebhook: 'api/send-gallery.php'
}