Description
Allow users to connect to self-hosted instances of GitHub Enterprise, GitLab self-managed, and Bitbucket Server/Data Center in addition to the cloud-hosted versions.
Why
Many teams at larger companies use self-hosted Git platforms. This is a common gap — competitors like GitKraken, CatLight, and CodeStream all support custom instance URLs.
Approach
- Add a custom base URL field per account in the Setup page
- Update API modules to use configurable base URLs instead of hardcoded cloud endpoints
- Validate connectivity during setup
Platforms
- GitHub Enterprise Server
- GitLab self-managed
- Bitbucket Server / Data Center
Description
Allow users to connect to self-hosted instances of GitHub Enterprise, GitLab self-managed, and Bitbucket Server/Data Center in addition to the cloud-hosted versions.
Why
Many teams at larger companies use self-hosted Git platforms. This is a common gap — competitors like GitKraken, CatLight, and CodeStream all support custom instance URLs.
Approach
Platforms