GitHub Repository

JSLive

Track releases, stars, forks, and activity on GitHub repositories

Monitor any GitHub repository for new releases, star milestones, and activity changes. Perfect for tracking dependencies, open source projects, and keeping up with development progress.

alert.new/

Paste any URL to create an alert

Extracted Data

{
title:string// primary
stars:number// primary
latestRelease:string// primary
description:string
forks:number
watchers:number
openIssues:number
releaseDate:date
primaryLanguage:string
license:string
topics:string
defaultBranch:string
createdAt:date
pushedAt:date
isArchived:boolean
isFork:boolean
hasWiki:boolean
hasPages:boolean
homepage:url
}

19 fields extracted from each page

Alert Conditions

🚀
New ReleaselatestRelease != previous.latestRelease
Star Milestonefloor(stars / 1000) > floor(previous.stars / 1000)
📈
Trending Activitystars - previous.stars > 100
📦
Repository ArchivedisArchived == true && previous.isArchived == false
💻
New Code PushpushedAt != previous.pushedAt