> ## Documentation Index
> Fetch the complete documentation index at: https://trailblazer.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Generate authentic Nigerian restaurant reviews

> Use the Review Simulator on web, WhatsApp, or the API to generate Pidgin, English, Yoruba, Hausa, or Igbo reviews with a star rating and tone label.

The Review Simulator turns your restaurant experience into an authentic review in seconds. Supply the restaurant and your persona — the engine writes it in your language.

## Languages supported

Reviews can be generated in five Nigerian languages:

| Language            | Tone example                                              |
| ------------------- | --------------------------------------------------------- |
| **Nigerian Pidgin** | *"E dey sweet die, the jollof burst brain"*               |
| **English**         | *"The food quality was excellent and service was prompt"* |
| **Yoruba**          | *"Onje yi dara gan, emi o feran iye owo naa"*             |
| **Hausa**           | *"Abincin yana da kyau, amma tsada kaɗan"*                |
| **Igbo**            | *"Nri a dị mma, ọ bụ ihe ọma ị bịa ebe a"*                |

## How to generate a review on the web app

<Steps>
  <Step title="Open the Review Simulator">
    Navigate to the **Review Simulator** tab at [naijataste.onrender.com/simulator](https://naijataste.onrender.com/simulator).
  </Step>

  <Step title="Fill in the details">
    * **Restaurant name** — the place you visited
    * **Your persona** — Street Food Enthusiast, Lagos Professional, or The Aunty
    * **Star rating** — 1 to 5
    * **Food type** — what you ordered (improves output quality)
    * **Highlights** — a few words about what stood out (optional)
  </Step>

  <Step title="Generate">
    Hit **Generate Review**. You get review text, a star rating, and a tone label in seconds.
  </Step>
</Steps>

## Generate via WhatsApp

Send a message on WhatsApp describing a restaurant you visited:

* *"Review Mama Bola buka, the jollof was correct, 5 stars"*
* *"Mo je ni Yellow Chilli, service dara, mo fun ni 4 stars"*

NaijaTaste responds with a full review in your language.

**WhatsApp number:** +1 415 523 8886 (send `join dress-newspaper` first)

## Generate via API

```bash theme={null}
curl -X POST https://naijataste-api-vcp4.onrender.com/simulate-review \
  -H "Content-Type: application/json" \
  -d '{
    "persona": {
      "avg_rating": 4.1,
      "rating_tendency": "balanced",
      "price_sensitivity": "medium",
      "tone_keywords": ["jollof", "service", "value"]
    },
    "item_name": "Mama Bola Buka",
    "item_type": "restaurant",
    "location": "Lagos",
    "features": ["correct stew", "fast service", "affordable", "no AC"]
  }'
```

Response:

```json theme={null}
{
  "rating": 5,
  "review_text": "This place na correct naija food experience. The jollof rice dey burst brain — proper smoky, stew correct die. Service fast and the mama no dey waste your time. For that price range? Nothing to complain about. I go come back, no cap.",
  "tone_label": "pidgin-heavy"
}
```

## The five tone labels

| Label          | Style                                         |
| -------------- | --------------------------------------------- |
| `pidgin-heavy` | Dense Pidgin throughout — *"E dey sweet die"* |
| `mixed`        | Pidgin and English blended                    |
| `formal`       | Standard English, Nigerian sensibility        |
| `casual`       | Relaxed English with Naija touches            |
| `critical`     | Honest and direct, any tone                   |

## Implicit learning

The simulator learns your review style silently over time. Every save, regenerate, copy, and adjust action is a signal:

| Action          | What it teaches                    |
| --------------- | ---------------------------------- |
| Saving a review | You liked that style and tone      |
| Regenerating    | That style didn't match your taste |
| Copying         | You approved the content           |
| Adjusting       | Explicit preference captured       |

After enough interactions, the engine applies your patterns automatically — no settings page, no setup required.

## Copy and share

The review is yours. Copy it to Google Reviews, your WhatsApp status, your food blog — no watermark, no attribution required.
