# QQQ – סידור הושבה QQQ is a Hebrew-language event seating system for weddings and other events held in Israel. ## What this app does - Event organizers create an event with a password; the password deterministically derives the event ID - Organizers place tables on an arena map, add guests, and assign seats - Guests visit a shareable lookup link and search their name to find their table and seat ## Public endpoints - `/` — Login or create an event (password-only, no registration) - `/{eventId}` — Guest self-lookup: search by name, see table number, seat order, and arena location ## Language and locale - UI is in Hebrew (RTL layout) - Hosted at qqq.co.il (Israel region, il-central-1) ## Technology - Frontend: React + Vite + Tailwind CSS, deployed to S3 + CloudFront - Backend: Python 3.12 on AWS Lambda (ARM64), API Gateway HTTP API v2 - Database: DynamoDB with per-event TTL (data deleted 10 days after event date)