Getting Started
Get started with Orbit
Getting Started with Orbit
Sign up
Visit Orbit and create an account. You can sign up with GitHub, GitLab, or email.
Connect your repositories
Orbit works by reading your repository and CI pipeline data. Authenticate with your Git provider:
- Click Connect repository on your dashboard
- Select GitHub or GitLab
- Authorize Orbit to read your repositories and CI logs
- Select which repositories you want to track
Orbit will start pulling PR status, build health, and deployment data immediately.
Set up teams
Create teams in Orbit to group repositories and developers:
- Click Teams in the sidebar
- Create a new team and add team members
- Assign repositories to the team
Now you'll see team-specific dashboards showing velocity and delivery health.
Explore your first dashboard
Once repositories are connected, visit the Dashboard. You'll see:
- Velocity — PRs merged per week (shows team throughput)
- Cycle time — Average time from PR open to merge
- Blockers — PRs with unresolved comments
- Deployment frequency — How often code ships