Waypad
Internal planning prototype

AI-planned trips for the real world.

Waypad turns a trip planned with ChatGPT, Gemini, Claude, Codex, or Cursor into a mobile itinerary you can use while traveling: what is next, when to leave, maps, notes, and changes from your agent.

Start without login. Paste a structured trip, get a shareable URL, then open it on your phone.

Plan a 5 day Taipei and Hualien trip. Build it as Waypad JSON with dated days, timed stops, hotels, meals, transport, and notes.
{ "trip": { "title": "Taiwan field trip", "timezone": "Asia/Taipei" }, "days": [{ "date": "2026-05-22", "title": "Taipei arrival" }], "items": [ { "title": "Check in", "itemType": "lodging", "startTime": "15:00" }, { "title": "Night market dinner", "itemType": "meal", "startTime": "19:00" } ] }
Import into Waypad

Plan on the laptop. Travel from the phone.

The current low-friction flow works with any agent that can produce JSON. Later, Waypad can add login, claiming, MCP, and direct tool calling without changing the basic trip shape.

1

Ask an agent

Use ChatGPT, Gemini, Claude, Codex, or Cursor to plan the trip in Waypad's structured format.

2

Import the trip

Paste the JSON into Waypad. We validate it and create a shareable trip URL.

3

Use it in the field

Open the itinerary on mobile for the operational details: now, next, leave time, maps, notes, and changes.

For agents

Agents should create a dated trip with days and items. The first integration path is JSON import. The later path is direct API or MCP access.

Create a Waypad trip itinerary for me. Use the Waypad trip JSON format. Include dated days, timed items, transport, lodging, meals, saved-place notes, and practical travel notes. Return only valid JSON that I can paste into Waypad.

Onboarding plan

Now

No login. Agent writes JSON, user pastes it, Waypad creates a trip URL.

Next

Better import preview, validation, QR code, and “open on iPhone” handoff.

Tools

Remote MCP for ChatGPT/Codex/Cursor and API function declarations for Gemini workflows.

Accounts

Anonymous trips first, then “claim this trip” for login, privacy, sync, and collaboration.

Build a trip the fastest way.

Ask an agent for Waypad JSON, paste it, and open the resulting itinerary on your phone.