Skip to content

Generates personalized image summarizing your GitHub stats making your readme standout

License

Notifications You must be signed in to change notification settings

HarshitShukla-dev/Gityzer

 
 

Repository files navigation

GITYZER

Gityzer is an open-source tool that generates a personalized image summarizing a user's GitHub stats. This image can be easily embedded in GitHub README files, helping developers showcase their contributions, coding activity, and overall GitHub presence.

GitHub issues GitHub pull requests GitHub forks GitHub Repo stars GitHub contributors
Repo Size PRs Welcome
Visitors Count

man-techno Live Demo

Visit https://gityzer.vercel.app/ to see the live demo

Technologies Used:

Next.js Official Website Next.js Official Website TailWind CSS Official Website MongoDB official Website

How it works ?

  1. Fetch GitHub Data: Gityzer collects details about a user's GitHub profile, such as:
    • Total contributions
    • Participation in repositories
    • Active coding days
    • Most used programming languages
    • and many more parameters..
  2. Generate a Custom Tagline: Using AI (the Gemini model), Gityzer creates a unique tagline for each user based on their activity and contribution patterns on GitHub. This tagline is consistent and meaningful, providing an at-a-glance summary of the user's work.
  3. Create and Embed an Image: The tool generates an image with the following customizable elements:
    • Username: Details fetched from the GitHub profile.
    • Styling Options: Users can choose from different styles, themes (like dark or light mode), and color combinations.
    • Update Frequency: Users can decide how often the image gets updated (e.g., every 14 days).
  4. Avoid Rate Limits: To prevent hitting GitHub’s API rate limits, users will need to provide their GitHub personal access token with read permissions. This allows them to fetch their own profile data more efficiently.

Example URL: Users can generate and customize the image using a URL like:

gityzer.vercel.app?<github_username>&update=14&style=dark&theme=dark&color=white
  • <github_username>: The GitHub username.
  • update=14: Update the image every 14 days. optional parameter, by default set to 14
  • style=dark: Choose the style (e.g., dark).
  • theme=dark: Set the theme (e.g., dark mode).
  • color=white: Choose the text color (e.g., white).

How to contribute ?

Contributors can help by:

  • Building the API: Integrating GitHub’s API to fetch user data.
  • Fine-tuning the Gemini AI model: Ensuring the AI generates meaningful taglines.
  • Improving the Image Generator: Enhancing the styling options and themes.
  • Improving the Website UI: Enhancing the website style, design and UI
  • Improving User Experience: Simplifying the setup process for users and ensuring smooth token handling to avoid rate limits.

[!TIP] Gityzer aims to make it easy for developers to create dynamic, personalized badges for their GitHub profiles, helping them stand out with a summary of their contributions in a visually appealing way. Let's work together to build this awesome tool!

Handshake Want to Contribute?


We welcome contributors from the Developers & AI community to enrich Gityzer and make it even more valuable for everyone. Please follow our CONTRIBUTING guidelines for the following:-

Want to contribute to our website you must have to read CONTRIBUTING guidelines.

  • Setup Gityzer on your local machine
  • Enhance the website
  • Finetune the AI model
  • enhance the image generation by making it responsive, adding themes and colors
  • And more!

Project Admin man-techno

vanshchaurasiy4 https://www.linkedin.com/in/vanshchaurasiya24

Code Of Conduct📑

This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.


Red Heart Contributors


  • We extend our heartfelt gratitude for your invaluable contribution to our project! Your efforts play a pivotal role in elevating Gityzer to greater heights.
  • Make sure you show some love by giving ⭐ to our repository

License 📝


Gityzer is licensed under the terms of the MIT License. check out LICENSE for details.

Support ⭐

  • 💰 Become our Sponsor!
  • ⭐ Star our Repo

(Back to top⬆️)

About

Generates personalized image summarizing your GitHub stats making your readme standout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.4%
  • CSS 16.6%