Export & import an app
With UI Bakery, you can export any of your applications as separate ZIP files and then move them to another UI Bakery account, if needed. This gives you more flexibility with your product and allows you to save and move your data without having to recreate apps across different workspaces. Let's dive into how you can do that.
Apps created with UI Bakery are not supposed to be downloaded. The exported file is only the data model of your app, not the code.
Exporting an application
Exporting an app is easy - click on the three dots next to the app's name to access its settings and select the Export option.

That's it! The app will be downloaded as a ZIP archive, and you can use it to move your app to a different workspace.
Importing an application
Before proceeding to importing an app, check out this article if you're planning on importing your app into another instance.
Importing app from archive
In the target workspace's menu, in the Apps section, click the + button and select Import archive.
Upload a ZIP archive of the app exported from UI Bakery.
Next, click Import app.

The application will be imported to your workspace and you can access it right away.
Importing a linked GitHub repository
If you want to browse through more templates than are available on the website, you can also check our repository and use a template from it on your instance.
To import a repo from UI Bakery:
Fork your own copy of the repository.

Download the copy as a ZIP archive.
In the target workspace's menu, in the Apps section, click + > Import archive.
Upload the ZIP archive of the repo.
Click Import app. The app will open in the Edit mode.
Next, connect your app to Git following this instruction.
That's it! Tailor the app to your specific requirements using UI Bakery's visual interface and deploy your application with ease.
To import your own repo:
In the target workspace's menu, in the Apps section, click the + button and select Import from Git.
Enter the SSH URL for your Git repository.
Copy and add the SSH key that will appear to your Git repository.
Next, click Import app.

Done! The app will open in the Edit mode and it will be connected to Git.
Sometimes, while importing an app, you may get the following error:

It means that your UI Bakery version and app version differ causing a mismatch. To avoid issues like this, you should update your UI Bakery instance.
Last updated
Was this helpful?