GitHub & Engineering

Track engineering activity, open source engagement, and repository health across millions of companies with public GitHub presence.

GitHub insights surface engineering activity patterns that indicate technical growth, open source strategy, and development team health. These insights help identify companies actively investing in technology or facing engineering challenges.

Why This Insight Matters

  • Identify technical growth — Companies with high engineering velocity are scaling and may need supporting tools
  • Spot open source strategy — New releases indicate product innovation and developer relations investment
  • Detect slowdowns — Declining activity may indicate organizational challenges or budget cuts
  • Track community health — Star growth and fork activity indicate market interest and adoption

Available Subtypes

SignalSubtype EnumDescription
New language adoptiongithubNewLanguageAdoptionCompany adopted a new programming language across repos
High external contributorsgithubHighExternalContributorRatioHigh ratio of external vs internal contributors
Repository deprecatedgithubRepositoryDeprecatedKey repositories recently archived or deprecated
Active repositorygithubActiveRepositoryCompany maintains actively developed repositories
New open source releasegithubNewOpenSourceReleaseCompany open-sourced a new repository recently
Engineering slowdowngithubEngineeringActivitySlowdownNotable slowdown in engineering activity
High engineering velocitygithubHighEngineeringVelocityHigh code velocity (commits, PRs, releases)
Declining engagementgithubDecliningCommunityEngagementDeclining community engagement on repos
Rapid star growthgithubRapidStarGrowthFast growth in GitHub stars
Increasing forksgithubIncreasingForkActivityRising fork activity on repositories

Response Fields

Core Fields

FieldTypeExampleDescription
insightIdstring"gh-eng-velocity-001"Unique identifier for this insight
namestring"High Engineering Velocity"Human-readable insight name
typestring"technographic"Insight category
subTypestring"githubHighEngineeringVelocity"Specific subtype enum

Activity Metrics

FieldTypeExampleDescription
variables.company_namestring"Stripe"Company name
variables.company_domainstring"stripe.com"Company domain
variables.github_orgstring"stripe"GitHub organization name
variables.total_repositoriesinteger156Total public repositories
variables.active_repositoriesinteger89Repositories with recent activity
variables.commits_last_90_daysinteger2847Commits in past 90 days
variables.pull_requests_last_90_daysinteger1203PRs in past 90 days
variables.releases_last_90_daysinteger47Releases in past 90 days
variables.velocity_ratingstring"high"Overall velocity assessment
variables.primary_languagesstring[]["Ruby", "Go", "TypeScript"]Most-used programming languages

Top Repositories

FieldTypeExampleDescription
variables.top_repos[].namestring"stripe-ruby"Repository name
variables.top_repos[].starsinteger1890GitHub star count
variables.top_repos[].recent_commitsinteger127Recent commit count

Resolution Fields

FieldTypeExampleDescription
companyUrlstring"stripe.com"Company website domain
companyLinkedinUrlstring"linkedin.com/company/stripe"Company LinkedIn URL
Full JSON Response Example
{
  "insightId": "gh-eng-velocity-001",
  "name": "High Engineering Velocity",
  "type": "technographic",
  "subType": "githubHighEngineeringVelocity",
  "companyUrl": "stripe.com",
  "companyLinkedinUrl": "linkedin.com/company/stripe",
  "variables": {
    "company_name": "Stripe",
    "company_domain": "stripe.com",
    "github_org": "stripe",
    "total_repositories": 156,
    "active_repositories": 89,
    "commits_last_90_days": 2847,
    "pull_requests_last_90_days": 1203,
    "releases_last_90_days": 47,
    "velocity_rating": "high",
    "primary_languages": ["Ruby", "Go", "TypeScript"],
    "top_repos": [
      {
        "name": "stripe-ruby",
        "stars": 1890,
        "recent_commits": 127
      },
      {
        "name": "stripe-go",
        "stars": 1654,
        "recent_commits": 98
      }
    ],
    "detected_at": "2024-12-15T00:00:00Z"
  }
}

API Usage

Generate Content API

{
  "enabledInsights": ["githubHighEngineeringVelocity", "githubNewOpenSourceRelease"],
  "disabledInsights": []
}

Generate Insights API

{
  "contactCompanyUrl": "stripe.com",
  "insightSubtype": "githubHighEngineeringVelocity"
}

Example Output

"Noticed Stripe's engineering team is shipping at an impressive pace—47 releases in the last quarter across their open source projects. With that velocity, keeping documentation and developer onboarding efficient becomes critical. Would love to share how we help high-velocity teams maintain quality while scaling."

Coverage

  • Refresh: Daily
  • Coverage: 1-25% of companies (requires public GitHub presence)
  • Best for: Developer tools, DevOps, technical recruiting