awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
vn7n24fzkq avatar

vn7n24fzkq/github-profile-summary-cards

0
View on GitHub↗
3,353 stars·431 forks·TypeScript·mit·13 viewsgithub-profile-summary-cards.vercel.app/demo↗

Github Profile Summary Cards

Features

  • Profile Statistics Badges - A deployable tool for generating custom SVG badges and statistics cards from GitHub profile data on personal infrastructure.
  • Cron Scheduling - Triggers card regeneration automatically at set intervals using a cron job configured in the repository's workflow.
  • Automated Commit Pipelines - Commits newly generated SVG files directly to the repository using automated git commands within the workflow.
  • GitHub API Integrations - Fetches user statistics and repository data by making authenticated requests to the GitHub REST API endpoints.
  • Data Visualizations - Generates SVG visualizations of GitHub user statistics, including contribution graphs and language breakdowns.
  • Template String Interpolation - Generates visual cards by populating pre-defined SVG templates with fetched data using string interpolation.
  • Workflow Orchestration - Coordinates the entire generation pipeline through a GitHub Actions workflow file that defines steps and triggers.
  • Recurring Job Scheduling - Schedule card generation on a recurring cron job to keep profile statistics current without manual intervention.
  • Profile Statistics Card Schedulers - Setting up recurring cron jobs or scheduled workflows to automatically refresh and update profile statistics cards without manual intervention.
  • GitHub Stats Cards - Generates SVG cards displaying GitHub user statistics, including commit counts and repository activity.
  • Statistics Card Generators - Scripts that automatically create and update SVG cards with GitHub statistics on a scheduled basis.
  • GitHub Actions - Orchestrates the entire card generation pipeline through a GitHub Actions workflow file that defines steps and triggers.
  • Profile Statistics Generators - Generating visual summary cards that showcase a user's GitHub activity, contributions, and repository statistics for embedding in profile READMEs.
  • Statistics Card Generators - Run the card generation script from the command line to test or generate cards offline.
  • Data Transformation Pipelines - Transforms raw GitHub API responses into structured data objects optimized for card rendering.
  • CLI Execution - Run the card generation on a local machine using a provided username and UTC offset, requiring a GitHub token.
  • CLI Scripts - Allows users to run the card generation process manually from a terminal using a command-line script.
  • Template Interpolators - Populates pre-defined SVG templates with structured GitHub user data using string interpolation for card generation.

Star history

Star history chart for vn7n24fzkq/github-profile-summary-cardsStar history chart for vn7n24fzkq/github-profile-summary-cards

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Github Profile Summary Cards

Similar open-source projects, ranked by how many features they share with Github Profile Summary Cards.
  • avgupta456/github-trendsavgupta456 avatar

    avgupta456/github-trends

    16,016View on GitHub↗

    GitHub Trends is a tool that generates embeddable SVG cards displaying live code contribution statistics from GitHub activity. It focuses on visualizing lines of code written per programming language, per repository, and over specified time periods, designed for inclusion in GitHub profile readmes. The project provides a range of SVG card types, including language breakdown cards that show a user's top programming languages by lines of code committed, repository activity cards that rank repositories by contribution volume, and time-based contribution cards that display code written over a cho

    Pythongithubgithub-apigithub-wrapped
    View on GitHub↗16,016
  • denvercoder1/github-readme-streak-statsDenverCoder1 avatar

    DenverCoder1/github-readme-streak-stats

    6,923View on GitHub↗

    This project is a GitHub contribution streak tracker and profile README statistic generator. It functions as a deployable server that calculates consecutive days of commits, pull requests, and issues to produce dynamic visual cards displaying a user's total, current, and longest activity streaks. The tool generates customizable SVG activity stat cards that can be embedded directly into profile overviews. It features a parameter-driven theme engine for modifying colors and borders, as well as localization support for translating labels and formatting dates. The system includes configurable st

    PHP
    View on GitHub↗6,923
  • ryo-ma/github-profile-trophyryo-ma avatar

    ryo-ma/github-profile-trophy

    6,577View on GitHub↗

    GitHub Profile Trophy is a service that generates SVG images of achievement trophies based on a GitHub user's profile statistics, designed for embedding in README files. It fetches profile data through the GitHub GraphQL API, renders the trophies server-side as SVG markup, and serves them directly to clients, with a Redis-based caching layer to reduce repeated API calls and speed up subsequent requests. The service can be deployed as a self-hosted HTTP server running on the Deno JavaScript runtime, packaged with Docker for consistent local and CI environments. It also offers a GitHub Action w

    TypeScript
    View on GitHub↗6,577
  • sitoi/dailycheckinSitoi avatar

    Sitoi/dailycheckin

    8,639View on GitHub↗

    DailyCheckin is an automated multi-platform daily check-in tool that logs into dozens of online services to collect rewards without manual intervention. It supports a wide range of platforms including Bilibili, Baidu Tieba, Aliyun Drive, AcFun, and many others, handling tasks such as daily sign-ins, coin tipping, lottery draws, and virtual currency conversion. The system is built around a config-file-based platform registry that allows dynamic addition or exclusion of tasks, with a cron-driven scheduler executing all check-in scripts sequentially in a single process. The tool distinguishes it

    Pythonacfunaliyundrivebaidu
    View on GitHub↗8,639
See all 30 alternatives to Github Profile Summary Cards→

Frequently asked questions

What are the main features of vn7n24fzkq/github-profile-summary-cards?

The main features of vn7n24fzkq/github-profile-summary-cards are: Profile Statistics Badges, Cron Scheduling, Automated Commit Pipelines, GitHub API Integrations, Data Visualizations, Template String Interpolation, Workflow Orchestration, Recurring Job Scheduling.

What are some open-source alternatives to vn7n24fzkq/github-profile-summary-cards?

Open-source alternatives to vn7n24fzkq/github-profile-summary-cards include: avgupta456/github-trends — GitHub Trends is a tool that generates embeddable SVG cards displaying live code contribution statistics from GitHub… denvercoder1/github-readme-streak-stats — This project is a GitHub contribution streak tracker and profile README statistic generator. It functions as a… ryo-ma/github-profile-trophy — GitHub Profile Trophy is a service that generates SVG images of achievement trophies based on a GitHub user's profile… sitoi/dailycheckin — DailyCheckin is an automated multi-platform daily check-in tool that logs into dozens of online services to collect… robfig/cron — This is a scheduling library for executing recurring tasks in Go applications using cron-style timing expressions. It… node-schedule/node-schedule — node-schedule is a job scheduler for Node.js that executes arbitrary functions based on specific dates or recurring…