Skip to content

Exporting Your App

Alchemify lets you export everything you’ve built — your data, your pages, your uploaded files — into a single archive that can be restored on any Alchemify instance.

The export archive contains:

  • Your data — every table, every row, every user account
  • Your pages — all page layouts and navigation settings
  • Your uploaded files — documents, images, and other attachments
  • Your configuration — table permissions, column labels, and app settings

The archive does not include chat history from the AI Builder.

The archive contains your data, not the Alchemify application code. To run your exported app you need an Alchemify instance — either a fresh install or an existing one you can restore into.

At a high level:

  1. Extract the archive
  2. Restore the database from the included SQL dump
  3. Copy your uploaded files to the server’s upload directory
  4. Start the Alchemify server

The archive includes a README with the specific commands and credentials you’ll need.

For the full technical walkthrough, see the Export page in the Developer Guide.