Generate a personalized GitHub profile README.md with stats, badges, and social links
Generators
Generator
How to Use
1Enter your name and professional title/role
2Write a short about section describing yourself
3Enter your GitHub username and any social handles (Twitter, LinkedIn, website)
4Choose which GitHub stat badges to include (stats, top languages, streak)
5Copy the generated Markdown and paste it into a README.md in a repository that matches your GitHub username
Frequently Asked Questions
Create a new public repository with the exact same name as your GitHub username. Add a README.md file to that repository. GitHub will automatically display it on your profile page.
The stats badges are powered by the open-source github-readme-stats service by Anuraghazra. The badges are embedded as images that fetch your public GitHub data dynamically.
Yes. The github-readme-stats service supports many themes and color parameters. After generating your README, you can append parameters like '&theme=dark' or '&bg_color=...' to the badge URLs to customize their appearance.
By default, only public contributions are shown. You can enable private contribution counts by adding '&count_private=true' to the stats badge URL, but this requires the github-readme-stats deployment to have access to your token.