Docs menu

Exported Firmware

Standalone ESP-IDF Export

Export a decoupled native project and continue with normal developer-owned ESP-IDF tooling.

Standalone workflow

  1. 01Select and verify the Project Hardware Profile in ForgeUI.
  2. 02Validate the Canvas, Browser Preview and referenced assets.
  3. 03Export the standalone project from Studio.
  4. 04Open the generated folder in VS Code or an ESP-IDF terminal.
  5. 05Keep generated UI changes in Studio; add product behaviour to 95_UserEvents.c or normal developer modules.
  6. 06Build, flash and monitor with idf.py.

Ownership after export