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.
You need a Builder plan or higher to export your app to GitHub.
- Open your app’s Dashboard.
- Click the Export code icon in the top panel.
- Select Export project to GitHub.
- Click Export to GitHub.
- Enter your GitHub username and click Invite.
- 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.
- Open your app’s Dashboard.
- Click the Code icon in the top panel.
- Select Export project to GitHub.
- Click Update Repository.
Inviting collaborators
Invite teammates to work on your app’s GitHub repository.
- Open your app’s Dashboard.
- Click the Code icon in the top panel.
- Select Export project to GitHub.
- Click the Invite Collaborator tab.
- Enter their GitHub username.
- Click Invite.
FAQs
Can I import my project or code from GitHub into Base44?
Can I import my project or code from GitHub into Base44?
No. The GitHub integration only supports exporting your Base44 app to a GitHub repository.
Can I import my project from other vibe-coding tools?
Can I import my project from other vibe-coding tools?
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.
What happens after I export my app to GitHub?
What happens after I export my app to GitHub?
A new repository is created in your GitHub account. You need to add yourself and any teammates as collaborators to edit and push updates.
Can I sync app changes automatically?
Can I sync app changes automatically?
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.
Is there another way to export my app?
Is there another way to export my app?
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.