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.
What you get
Section titled “What you get”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.
What you need to run it
Section titled “What you need to run it”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.
Running your exported app
Section titled “Running your exported app”At a high level:
- Extract the archive
- Restore the database from the included SQL dump
- Copy your uploaded files to the server’s upload directory
- 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.