Most GitHub profiles look the same. This collection doesn't.
Five templates. Each with a distinct aesthetic. All copy-paste ready. No build step, no dependencies — one file, push and done.
| # | Name | Style | Best for |
|---|---|---|---|
| 01 | Terminal Hacker | Dark · monospace · CLI commands | Backend · DevOps · Systems |
| 02 | Minimal Elegant | Clean · structured · light | Frontend · Design-focused |
| 03 | AI Engineer | Python class · purple · LLM-native | AI · ML · Full Stack + AI |
| 04 | Storyteller | Prose · narrative · human | Senior devs · OSS authors |
| 05 | Metrics Pro | Stats-first · pinned repos · numbers | OSS contributors |
# 1. Create your special profile repo
# github.com/new → name = YOUR_USERNAME → Public → Create
# 2. Clone it
git clone git@github.com:YOUR_USERNAME/YOUR_USERNAME.git
cd YOUR_USERNAME
# 3. Download a template
curl -sO https://raw.githubusercontent.com/Dipanshu-js/awesome-github-profiles/main/templates/01-terminal-hacker/README.md
# 4. Replace all YOUR_* placeholders (Cmd+H / Ctrl+H in your editor)
# 5. Push
git add README.md && git commit -m "feat: add profile README" && git pushLive at github.com/YOUR_USERNAME instantly.
Every template uses consistent YOUR_* placeholders. Replace all before pushing.
| Placeholder | Example |
|---|---|
YOUR_USERNAME |
Dipanshu-js |
YOUR_NAME |
Dipanshu Singh |
YOUR_ROLE |
Full Stack / AI Engineer |
YOUR_LOCATION |
Noida, India |
YOUR_EMAIL |
you@gmail.com |
YOUR_LINKEDIN |
dipanshu-singh-4b3b0b19b |
YOUR_COMPANY |
Self-Employed / Remote |
YOUR_TAGLINE |
I build real-time systems that scale |
YOUR_REPO_1 |
reviewbot-cli |
YOUR_REPO_1_DESC |
AI-powered CLI PR reviewer |
Use Find & Replace All in your editor to swap every placeholder in one pass.
All widgets are free and open source.
| Widget | Service |
|---|---|
| Typing animation | readme-typing-svg |
| Stats cards | github-readme-stats |
| Streak | streak-stats.demolab.com |
| Activity graph | github-readme-activity-graph |
| Snake | snk by Platane |
| View counter | komarev.com/ghpvc |
| Badges | shields.io |
| Headers / footers | capsule-render |
Used a template? Open a PR to get listed here.
| Developer | Template |
|---|---|
| @Dipanshu-js | Terminal Hacker |
- New template — distinct aesthetic, all
YOUR_*placeholders, tested on a real GitHub profile - Fix broken widget — open a PR directly, no issue needed for small fixes
- Improve docs — always welcome
Read CONTRIBUTING.md before submitting.
MIT © Dipanshu Singh