Profile Editor

Header

Social Links

Skills

Add-ons

Markdown Preview

How to Use GitHub Profile Generator

Step-by-Step Guide

  1. Fill in your details: Enter your name, title, and a brief "About Me" description in the editor on the left.
  2. Add Social Links: Connect your profiles (GitHub, LinkedIn, Twitter, etc.). Important: Enter your GitHub username to enable live stats.
  3. Select Skills: Choose from the popular skills list or type and add your own technologies.
  4. Enable Add-ons: Toggle visual elements like GitHub Stats, Streak Counters, and Trophy collections.
  5. Copy & Apply: Click the "Copy" button to grab the Markdown code.

Why Use This Tool?

  • Instant Professional Profile: Create a stunning README in minutes without writing complex Markdown manually.
  • Visual Feedback: See exactly how your profile will look in real-time as you edit.
  • Live Stats Integration: Automatically integrates popular stats widgets to showcase your coding activity.

How to Setup on GitHub

GitHub has a special secret feature! If you create a repository with the same name as your username, its `README.md` will appear on your public profile.

1

Create a New Repository

Go to github.com/new and create a new repository.

2

Name it After Yourself

Name the repository exactly the same as your GitHub username. For example, if your username is johndoe, name the repo johndoe.

✨ You found a secret! GitHub will show a special message saying this is a special repository.
3

Add the README

Check the box "Add a README file" when creating the repo, or create a file named README.md manually.

4

Paste Your Code

Edit the README.md file in your new repository, delete the existing content, and paste the Markdown code you copied from this tool.

5

Commit Changes

Click "Commit changes" and visit your profile page. You now have a beautiful, professional profile!