> ## Documentation Index
> Fetch the complete documentation index at: https://docs.michelangelo.land/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub Integration

> Connect your Michelangelo projects with GitHub

The GitHub integration lets you export the source code of any Michelangelo project to your own GitHub repository.

## Why Export to GitHub

Exporting gives you full ownership of your code. You can review it, invite collaborators, run your own builds, and submit the app to the App Store on your terms.

## How It Works

From the project settings, you connect your GitHub account and choose where to push. Michelangelo creates a repository with the generated files and keeps it updated when you push again.

## What You Get

* A complete, readable codebase.
* Version history through Git.
* The freedom to continue development in any editor.
* A path to standalone distribution.

<Info>
  The GitHub integration is available today in the Michelangelo iOS app. Pull support is coming in a future update.
</Info>

## Next Steps

<CardGroup cols="2">
  <Card title="GitHub in the App" icon="mobile-screen-button" color="#7c7c7c" href="/v2/michelangelo-app/github-integration">
    Learn how to use GitHub inside the iOS app.
  </Card>

  <Card title="Deploy App" icon="rocket" color="#7c7c7c" href="/v2/michelangelo-app/deploy-app">
    Ship your app after exporting.
  </Card>
</CardGroup>
