Skip to main content

Exporting your app

Export your Base44 app to GitHub to manage code versions, collaborate with others, and deploy your app externally. This lets you back up your work and view your app’s code directly in GitHub. Exporting a Base44 project to GitHub.
You need a Builder plan or higher to export your app to GitHub.
To export your app to GitHub:
  1. Open your app’s Dashboard.
  2. Click the Export code icon in the top panel.
  3. Select Export project to GitHub.
  4. Click Export to GitHub.
  5. Enter your GitHub username and click Invite.
  6. Go to your email and accept the invite to access your app’s repository.

Managing your GitHub repository

Update your app’s repository to push the latest changes and invite collaborators to work together in GitHub.

Updating your repository

Push changes from your Base44 app to your linked GitHub repository whenever you make updates. Updating an app’s GitHub repository from the Base44 dashboard. To update your GitHub repository:
  1. Open your app’s Dashboard.
  2. Click the Code icon in the top panel.
  3. Select Export project to GitHub.
  4. Click Update Repository.

Inviting collaborators

Invite teammates to work on your app’s GitHub repository. Inviting a collaborator to your GitHub repository. To invite collaborators:
  1. Open your app’s Dashboard.
  2. Click the Code icon in the top panel.
  3. Select Export project to GitHub.
  4. Click the Invite Collaborator tab.
  5. Enter their GitHub username.
  6. Click Invite.

FAQs

No. The GitHub integration only supports exporting your Base44 app to a GitHub repository.
Not directly. To recreate a project built on another coding platform, take screenshots of your app and share them with the Base44 AI chat. The AI can help rebuild similar layouts and functionality for you.
A new repository is created in your GitHub account. You need to add yourself and any teammates as collaborators to edit and push updates.
Not yet. Each export is a snapshot of your app’s code. To sync new changes, update your app’s repository to push updates from Base44 to GitHub.
Yes. You can export your app as a ZIP file to download the full codebase for local development or deployment. The file includes your app’s structure, assets, and configuration files.

I