6
Table QR codes
Restaurant QR Order
Each table now points to its own menu URL. This demo focuses on the first proof point: `QR -> menu -> checkout demo`, with order routing and a kitchen display ready for the next phase.
6
Table QR codes
Menu
Mobile-first view
Next
Orders and KDS
QR Codes
Guests can scan the QR at the table and browse the full menu without waiting for staff. Build with `PUBLIC_SITE_URL` set and each QR switches to the production menu URL automatically.
Scan to open
https://restaurant-qr-order.pages.dev/menu/table-01/
Open menuScan to open
https://restaurant-qr-order.pages.dev/menu/table-02/
Open menuScan to open
https://restaurant-qr-order.pages.dev/menu/table-03/
Open menuScan to open
https://restaurant-qr-order.pages.dev/menu/table-04/
Open menuScan to open
https://restaurant-qr-order.pages.dev/menu/counter-01/
Open menuScan to open
https://restaurant-qr-order.pages.dev/menu/counter-02/
Open menuFlow
Step 01
Place a dedicated QR code on every table.
Step 02
When a guest scans it, the menu for that table opens on their phone.
Step 03
The same flow can be extended next with live order routing and a kitchen display.
Scope
Table-specific QR code generation
Dedicated menu URLs behind every QR
A mobile-first browsing experience
A static build that is easy to publish on Cloudflare Pages