Warpchart: Live GitHub Repository Growth Telemetry and Star Ranking

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Warpchart: Live GitHub Repository Growth Telemetry and Star Ranking

Summary

Warpchart offers a unique, live growth telemetry dashboard for any GitHub repository. It provides a dynamic star chart, tracking your repo's journey through the worldwide ranking with real-time updates and even sound. This tool transforms raw star data into actionable insights, helping maintainers understand their project's visibility and growth.

Repository Information

Analyzed by OSRepos on June 14, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Warpchart is an innovative open-source tool designed to provide live growth telemetry for any GitHub repository. It transforms raw star data into a dynamic, interactive star chart, visualizing your repository's journey through the worldwide ranking, complete with real-time updates and an optional soundscape. While GitHub offers basic star data, Warpchart provides a comprehensive "flight console" to monitor your project's visibility and growth in unprecedented detail.

It addresses the limitations of static star history charts and opaque trending lists by offering a clear view of your repository's position, velocity, and surrounding projects in the global ranking. With features like a live status bar, an interactive star chart, and "scan cards" for neighboring repos, Warpchart empowers maintainers with deep insights into their project's trajectory.

Warpchart Screenshot

Explore the live demo tracking career-ops or instantly scan any repository by visiting warpchart.dev/r/owner/name.

Why Use Warpchart?

Warpchart goes beyond basic star counts, offering a rich set of features that provide actionable insights into your repository's growth:

  • Real-time Telemetry: Get live updates on stars, worldwide rank, velocity, and estimated time to reach the next milestone.
  • Interactive Star Chart: Visualize your repository's position relative to others in a two-band space map, showing ranking neighbors and potential overtake targets.
  • Spike Forensics: Automatically correlate star spikes with Hacker News posts, Reddit discussions, and your releases, helping you understand what drives growth.
  • Unique Soundscape: Experience a fully synthesized Web Audio soundscape where each new star is a sonar ping, and milestone crossings play a quiet fanfare.
  • Comprehensive Data: Access velocity metrics, daily ladders, cumulative charts, heatmaps, and rank over time, providing a full instrument panel for growth analysis.
  • Shareable Insights: Easily embed badges and animated charts into your READMEs, and share dynamic Open Graph cards with live stats.
  • Developer-Friendly: Access all telemetry via a public, free, and cache-only REST API, an MCP server, and a powerful CLI.

Warpchart provides the cockpit GitHub doesn't, allowing you to truly understand and react to your project's journey in the open-source world.

Installation and Setup

Setting up Warpchart for your repository is designed to be quick and straightforward, taking just about five minutes:

  1. Use as a Template: Start by using the Warpchart repository as a template for your new project.
  2. Configure mission.config.json: Edit the mission.config.json file to specify your repository's owner/name and an accent color.
    { "repo": "owner/name", "accent": "cyan" }
  3. Run Bootstrap: Navigate to the "Actions" tab in your GitHub repository and run the bootstrap workflow. Alternatively, you can run it locally:
    GH_TOKEN=$(gh auth token) node collector/bootstrap.mjs

    After running locally, commit the data/ directory.

  4. Deploy to Vercel: Import your repository into Vercel. Add a GITHUB_TOKEN environment variable, which should be a fine-grained Personal Access Token (PAT) with read-only access to public repositories.
  5. Done: The hourly collect workflow will automatically maintain your repository's history and trigger redeployments on Vercel.

For local development, simply run:

npm install
GITHUB_TOKEN=$(gh auth token) npm run dev

Examples

Warpchart provides multiple ways to access its powerful telemetry, catering to developers, agents, and maintainers alike.

CLI Usage

The command-line interface offers quick access to key metrics:

npx warpchart vuejs/core              # rank, velocity, a braille star chart + who's hunting it
npx warpchart hunters d3/d3           # who's about to pass it (and who it's about to pass)
npx warpchart top 20 --lang Rust      # the biggest repos, optionally by language
npx warpchart velocity --lang Go      # the fastest-growing repos right now
npx warpchart compare react/react vuejs/core
npx warpchart embed OWNER/NAME        # a README embed snippet
npx warpchart vuejs/core --json       # raw JSON (agent friendly)

REST API

Access telemetry programmatically via the public, cache-only REST API at /api/v1:

curl "https://warpchart.dev/api/v1/repo?repo=vuejs/core"          # rank, velocity, neighbours, next gate
curl "https://warpchart.dev/api/v1/leaderboard?language=Rust"     # biggest repos, optionally by language
curl "https://warpchart.dev/api/v1/velocity?limit=20&language=Go" # fastest movers, optionally by language
curl "https://warpchart.dev/api/v1/overtakes?repo=d3/d3"          # who is hunting a repo (and who it's about to pass)
curl "https://warpchart.dev/api/v1/compare?repos=vuejs/core,react/react"
curl "https://warpchart.dev/api/v1/embed?repo=OWNER/NAME"         # README embed snippet

The GET /api/v1 endpoint provides a self-documenting index.

Embeddable Assets

Easily share your repository's growth with dynamic badges and animated charts:

Embeddable Badge (SVG)

[![World rank](https://warpchart.dev/api/badge?repo=OWNER/NAME)](https://warpchart.dev/r/OWNER/NAME)

Embeddable Animated Chart (SVG)

<a href="https://warpchart.dev/r/OWNER/NAME" target="_blank">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://warpchart.dev/api/chart?repo=OWNER/NAME&theme=dark">
    <img alt="Live star telemetry" src="https://warpchart.dev/api/chart?repo=OWNER/NAME&theme=light" loading="lazy">
  </picture>
</a>

Links

Related repositories

Similar repositories that may be relevant next.

ClawFlows: Superpowers for OpenClaw Agents with Powerful Prebuilt Workflows

ClawFlows: Superpowers for OpenClaw Agents with Powerful Prebuilt Workflows

May 30, 2026

ClawFlows provides powerful, prebuilt agent workflows designed to give your OpenClaw agent superpowers. It offers over 100 ready-to-use workflows for various daily tasks, smart home automation, and productivity, enabling easy automation and customization. This repository simplifies complex routines into one-click solutions, making your agent more efficient and reliable.

ShellAgent WorkflowsAutomation
skills: Essential AI Agent Skills for Real Engineering

skills: Essential AI Agent Skills for Real Engineering

May 28, 2026

skills by Matt Pocock offers a collection of AI agent skills designed to enhance real-world engineering workflows. These skills address common pitfalls in AI-assisted development, promoting better alignment, conciseness, and code quality. Engineers can leverage these tools to build more robust and maintainable applications with their coding agents.

ShellAI AgentsSoftware Engineering
Osaurus: Redirecting to the New Home of the AI Project

Osaurus: Redirecting to the New Home of the AI Project

March 7, 2026

The `dinoki-ai/osaurus` GitHub repository serves as a crucial redirect, guiding users to the official and actively maintained Osaurus project. All future development, issue tracking, and releases for Osaurus are now hosted at `osaurus-ai/osaurus`. This ensures that users can easily find the latest version and contribute to the project.

HTMLGitHubRepository
vibe-tools: Empowering AI Agents with Teams and Advanced Skills

vibe-tools: Empowering AI Agents with Teams and Advanced Skills

January 12, 2026

vibe-tools is a powerful CLI designed to enhance AI agents by providing them with an AI team and advanced skills. It integrates tools like Perplexity for web research, Gemini for repository context, and Stagehand for browser automation. Optimized for Cursor Composer Agent, vibe-tools can be utilized by any coding agent capable of executing commands.

TypeScriptAIDeveloper Tools

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️