App Guides. how to use the apps of traveller.org
Guides / Amapas 353 (app) / What This App Is Amapas 353 (app)

What This App Is

What Amapas Vacation Rental does, where it lives, and how it relates to the property website.

Amapas Vacation Rental is a booking app that runs inside ChatGPT. It lets a traveller plan a Puerto Vallarta trip in conversation and then check availability, see live itemized pricing, and submit a reservation request for one specific property — the Amapas 353 condo — without leaving the chat.

The property itself: a 2-bedroom, 2.5-bath condo that sleeps up to 4 adults, on the Amapas hillside in Puerto Vallarta’s Zona Romántica, one block from Los Muertos Beach. It is near the beach, not on the sand — the app is careful never to call it “beachfront,” and neither should you.

How this differs from the property website

This app is not the amapas353.com property website. That website is a separate thing with its own documentation. This app is a conversational booking tool: people reach it by talking to ChatGPT, and the booking screen appears as an interactive card inside the chat. Behind the scenes it is served from its own address, booking.amapas353.com, and it files reservation requests into the owner’s Lodgify account (the property-management system).

Where it is available today

The booking screen can also be opened directly in any web browser at https://booking.amapas353.com/widget — the same three-step booking flow, outside of ChatGPT.

The two things it does

  1. Travel planning. The app ships with a Puerto Vallarta trip-planning guide, so ChatGPT can answer general questions — when to go, neighborhoods, beaches, food, day trips, the LGBTQ+ scene — like a knowledgeable local friend. It gives full, generous travel help even to people who never ask about lodging.

  2. Booking the condo. When the condo is genuinely a fit (1–4 adult guests, 3 or more nights, wanting the Zona Romántica / Amapas area), the assistant offers it and opens the booking screen. It is designed to be honest: it will recommend against the condo for groups of five or more, for families with children (the property is adults-only), or when the dates are unavailable.

What a “booking” actually is

This matters more than anything else on this page: the app submits a reservation request, not a confirmed booking. No payment is taken. The request is saved as “Tentative” in Lodgify, the guest is told the request was received, and the guest’s confirmation email says the owner will confirm within 24 hours. Confirming or declining the request is the owner’s job, done in Lodgify — see the “After a Request Comes In” page.

What you need access to, if you operate this app

  • Lodgify — where reservation requests, calendar blocks, and nightly rates live. This is the day-to-day tool.
  • The owner notification email inbox — each new request also arrives as an email, if email sending is configured on the server.
  • GitHub and Railway (only for technical changes) — the app’s code lives in a GitHub repository, and the server redeploys automatically whenever code is pushed. You do not need these for normal operation.

Passwords and keys (the Lodgify API key, email sending credentials) are stored as environment variables in the Railway dashboard, not in the code and not in this guide.