GitChrono

See how any public GitHub repository evolved — right in your browser.

Try: facebook/react torvalds/linux vuejs/core rust-lang/rust

How it works

GitChrono calls the public GitHub REST API directly from your browser — there is no server in the middle, no account, and no token. It reads the most recent commits you select (100–300), then charts commit activity over time, ranks contributors, and shows the repository's language makeup.

Anonymous GitHub API access is limited to 60 requests per hour per IP address, so GitChrono analyses a recent window rather than a repository's entire history. Nothing you enter leaves your browser except the repository name, sent to GitHub to fetch its public data. Private repositories are not supported in this version.

Add it to your own site

Writing about an open-source project? You can embed a live commit-activity visualization of any public repo in one line of HTML — a self-contained Web Component, no iframe and no build step:

<script src="https://gitchrono.x1.kumavolt.dev/widget.js" async></script>
<gitchrono-widget repo="facebook/react"></gitchrono-widget>

See the embedding guide for options and a live demo.