Explore stateless seating check-ins, decline safety counters, stream updates, and table cleanup flows.
Guest devices connect directly to our API gateway via table-specific QR links, bypassing legacy middleware servers.
QR codes map tables immediately to browser states, avoiding intermediate translation layers.
Maintains catalog configurations and pending carts in localStorage, preventing database bloat.
Pushes orders directly to Billing with unique transaction keys, ensuring zero duplicate bills.
Maximize sales without driving guests away. The upsell algorithm measures suggestions and stops when decline limits are hit.
Pulls pairings dynamically from catalog configuration metrics (e.g., wine pairing with mains).
Maintains counter scores in Redis session memory to monitor customer fatigue levels.
Terminates recommendations when the decline count hits three, preserving a smooth dining experience.
Broadcasts kitchen and table updates directly to service tablets via clean server-sent streams.
Establishes low-overhead HTTP connection channels for immediate message delivery.
Pushes orders, seating checks, and table status triggers to dashboards in sub-100ms.
Automatically rebuilds pipeline connections if restaurant WiFi drops, ensuring zero missed events.
Updates table availability in Calendar immediately when bills commit, reducing guest waiting times.
Uses native PostgreSQL triggers to detect paid checks instantly, bypassing custom API hooks.
Resets block timelines inside SK Calendar atomically, preparing tables for the next booking.
Queries SK Queue instantly to notify the next matching walk-in party waiting in line.
Pins guest sessions to physical tables using temporary verification tokens to block cross-table order injections.
Stores numeric OTPs with a brief 120-second expiration to guard guest table registrations.
Deletes OTP references from Redis cache memory instantly on validation, preventing code reuse.
Binds the guest session token to its physical table ID, blocking cross-table ordering attempts.
API specifications, Redis templates, and SSE event formats live on the developers page.
Add Hospitality to the Core Suite subscription and scale restaurant operations smoothly.
Start free Compare alternatives →