Docs Getting started Compile & URL

Compile & shareable URL

The orange button in the Studio header is Compilar (then Recompilar). It builds the production dist and activates the public URL hub.iabot.io/a/your-slug/.

Not the same as Preview

Canvas Preview updates while you work (HMR). Compilar is the real build that makes the app available on the shareable URL.

How to compile

  1. Open your AppWeb in Canvas and check that Preview looks right.
  2. In the Studio header, press the orange Compilar button.
  3. Wait until it finishes (Compilando…). If a repairable failure occurs, Copilot may try to fix it—then press Compilar again.
  4. When done, a chip shows the path (e.g. hub.iabot.io/a/my-app/) with Abrir / copy actions.

Screenshot: Compilar + URL chip

docs/compilar-url/01-header-compilar.png

Recompilar

After the first success the button becomes Recompilar. Use it when you changed the app with Copilot or the visual selector and want the public URL to match the current version.

Open and copy the URL

The chip next to Compilar/Recompilar lets you Abrir the app in another tab or Copiar URL amigable. You can also open it from the profile menu once a compiled version exists.

  • The URL follows the app name (slug). Rename + recompile may update the path.
  • Visitors use the app; they do not enter Studio or edit with Copilot. For that, use Send a copy.

Don’t confuse with…

Preview / Reload

Only refreshes what you see in Canvas. It does not update the public URL.

Compilar y validar (⋮ menu)

Builds a check dist in the workspace. It does not replace the orange Compilar button for activating /a/….