Restaurants live and die by their Google rating, but asking a diner to write a review is asking them to do work. Rave removes the work. Scan the QR at the table, tap a few chips about the meal, and AI writes a natural review you can post in one tap.
What It Does
Rave is a single mobile-first screen behind a QR code. It handles the whole journey from "the food was great" to "the review is posted" without the diner ever staring at a blank text box.
- 1 Scan the QR — the tool opens at the table, in Hindi by default.
- 2 Tap a few chips — cuisine, what they ordered, what stood out, an optional favourite dish and a free-text note.
- 3 AI drafts the review — revealed word by word, then handed over as an inline-editable card, not a locked textarea.
- 4 Edit, regenerate, or post — one tap copies the final text and drops them on the restaurant's Google review page to paste and post.
The Details That Make It Safe
- 01 Bilingual by design. The interface defaults to Hindi; the review output defaults to English. The two are independent, so a Hindi-speaking diner can post a polished English review.
- 02 Pure-veg guardrail. For a vegetarian restaurant, the prompt forbids any mention of meat, chicken, egg, or fish. Tandoor means veg tandoor.
- 03 Never writes a bad review. At three stars or below, the draft stays warm and, at most, adds a soft "room to improve" line — never a public complaint. The tool can only ever help.
- 04 Keys stay server-side. AI provider keys live only in the serverless function. The browser only calls one endpoint, defended by an origin allowlist, input caps, a honeypot, and per-IP rate limiting.
How It's Built
A single mobile-first React + Vite screen, with a word-by-word reveal and an inline-editable review card.
Gemini first, a free NVIDIA-hosted model second, and a local template last — so it never hard-fails.
The One Hard Constraint
Google's review box cannot be pre-filled from a URL — no tool can change that. So Rave does the next best thing: it copies the finished review to the clipboard, shows a short "copied, taking you to Google" overlay, and opens the write-review page. The diner does a single paste. That one honest step is the entire compromise.
Reusable For Any Restaurant
Place ID + Logo
Seconds
See It Live
The South Zone deployment is live. Open it on your phone to feel the full flow, or ask us about a version branded for your restaurant.