Real-time Activity Metrics
Generate beautiful SVG charts from your GitHub activity. Embed commits, PRs, and issues visualizations in your README, docs, or dashboards in seconds.
Live Preview
Interact with the API in real-time. Enter repositories and customize the output.
https://beats.hyperionkit.xyz/api/v1/chart/activity?repos=octocat/Hello-World&timeframe=7d&theme=darkEverything You Need
Powerful features for monitoring and visualizing your ecosystem activity, built for performance and scale.
Multiple Chart Types
Activity, TVL, chain comparison, and leaderboard charts. Pick the visualization that fits your data.
Customizable Themes
Light, dark, hyperkit, and mint themes. Match your README or dashboard aesthetic.
Lightning Fast
Multi-layer caching with Redis and CDN. Cached responses in under 50ms.
Rate Limit Tiers
100 req/hour free. 1000 with API key. Unlimited for enterprise. Scale as you grow.
Easy Integration
Simple URL-based API. Embed with markdown, HTML, or fetch JSON for custom rendering.
Multi-Repo Support
Aggregate metrics from up to 10 repositories. See your entire ecosystem at once.
Embed Anywhere
Copy the code snippet for your platform and paste it into your README, docs, or website.
markdown Snippet
Great for GitHub READMEs and Notion docs.
Example Output
Project Activity
Here is our repository activity for the last 30 days:
API Reference
Simple REST API for generating charts and fetching metrics.Full Documentation
https://beats.hyperionkit.xyz/api/v1/chart/activityGenerate activity chart for repositories
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
repos | string[] | Yes | - | Repository names (owner/repo) |
timeframe | string | No | 7d | 1d, 7d, 30d, 90d, 1y |
format | string | No | svg | svg or png |
theme | string | No | light | light, dark, hyperkit, mint |
width | number | No | 800 | Chart width (200-2000) |
height | number | No | 400 | Chart height (100-1000) |
/api/v1/metrics/aggregate/api/v1/metrics/repos/{owner}/{repo}