Back to routes

Create Route with External Chat

Copy the prompt into any external chatbot, paste back the JSON result

1 Copy Prompt
2 Paste Result
3 Review & Create

Step 1: Copy the prompt

Copy this prompt and paste it into any external chatbot (ChatGPT, Claude, Gemini, etc.). Chat with it to design your route, and it will output JSON at the end.

Help me create a language-learning walking route. Ask one at a time, conversationally:
1. City?
2. Language to teach?
3. Language the learner speaks?
4. Stops (first one is the starting location). Only list stops I explicitly mention — never invent or pad.

You may auto-fill: name, description, langDifficulty (A1–C2), placeType.

Then output ONLY this JSON (no markdown):
{
  "name": "...",
  "cityName": "...",
  "languageTaught": "...",
  "instructionLanguage": "...",
  "langDifficulty": "B1",
  "description": "...",
  "stops": [ { "placeName": "...", "placeType": "square" } ]
}

placeType: cafe, restaurant, museum, market, landmark, park, shop, neighborhood, station, square, or other.
Languages: write the English name in title case (e.g. Japanese, Portuguese).

Start: which city?