AI-powered semantic Git merge conflict resolver.
MergeMind integrates directly with GitHub using a dedicated GitHub App.
- App Integration Flow: On the
/connectpage, clicking "Continue with GitHub" initiates the integration flow by calling the backend endpointGET /api/github/install. - Installation Redirect: The backend constructs the secure installation URL:
and returns an HTTP redirect to GitHub, allowing users to choose whether to install MergeMind across all repositories or select specific repositories.
https://github.com/apps/<GITHUB_APP_SLUG>/installations/new - Next Phases: Repository synchronization, webhook event ingestion, and conflict resolution will be connected in subsequent phases.