ChatGPT

Deploy from ChatGPT

ChatGPT can write the app. aft makes the URL. Paste the HTML or call the API until a first-party connector ships.

  1. Fastest — Drop

    Copy the full HTML (or export files) from ChatGPT, then Drop on aft.

    Open Drop MCP / HTTP

  2. Or POST via HTTP

    From a script, Custom GPT action, or terminal:

    curl -X POST https://api.aft.page/v1/deploy \
      -H 'content-type: text/html' \
      --data '<!DOCTYPE html><html><body><h1>shipped by agent</h1></body></html>'
  3. Prompt to use in ChatGPT

    Ask for a complete document, then deploy it yourself (or via API):

    Write a complete HTML document I can paste to aft.page. Include inline CSS. No markdown fences.

Native ChatGPT / Agent Plugin path is on the roadmap. Until then: Drop or API.