// docs
Documentation
Everything you need to build a GitHub profile README that stands out.
Quick Start
GitProfile generates a README.md for your GitHub profile in under 2 minutes. Here's the fastest path:
- 01
Sign up or sign in with GitHub OAuth.
- 02
Open the Builder — your GitHub bio auto-fills.
- 03
Pick a template, choose an accent color.
- 04
Click Export → Copy Markdown.
- 05
Create a GitHub repo named exactly
your-username/your-usernameand paste the markdown into README.md.
Using the Builder
The builder has four tabs:
Profile
Name, bio, location, social links. Enter your GitHub username to auto-fill everything.
Stack
Multi-select from 40+ technologies. Displayed as color-coded badges on your profile.
Style
Accent color, banner style, avatar emoji. Pro users get the full color picker.
Sections
Toggle each card section on/off: Stats, Streak, Heatmap, Languages, Repos, Socials.
The preview on the right updates live as you type — no save needed to see changes.
Templates
Each template is a complete visual preset — background color, section heading style, font choice, stat layout, and banner height are all defined per template.
| Template | Tier | Style |
|---|---|---|
| Classic Dark | Free | Dark, minimal, gradient dividers |
| Minimal Light | Free | Light background, clean typography |
| Hacker | Free | Terminal green-on-black, bracket headings |
| Gradient Pro | Pro | Bold gradient banner, big stat numbers |
| Tokyo Night | Pro | VS Code Tokyo Night palette |
| Dracula | Pro | Dracula theme colors |
| Nord | Pro | Arctic blues, side-by-side header |
| Developer Pro | Pro | Complete layout, all sections |
| Creative Card | Pro | Asymmetric, high contrast |
| Startup Founder | Pro | Project-focused, gold accents |
GitHub Stats
On the Pro plan, enter your GitHub username in the Profile tab and toggle Auto-fetch from GitHub. GitProfile fetches:
- Total commits, stars, forks, PRs, issues
- Current streak and longest streak
- Top languages by bytes of code
- 52-week contribution heatmap
- Top repositories (by stars)
⚡ Pro tip: GitHub's API has a 60 req/hr rate limit for unauthenticated requests. Set GITHUB_TOKEN in your .env to raise this to 5000 req/hr.
Export & Embed
Click the Export button in the builder toolbar to open the export panel.
Markdown
ProCopies full README.md with shields.io badge URLs. Paste directly into GitHub.
Embed iframe
FreeHTML iframe code. Paste on any website to show a live-updating profile card.
Share URL
FreeDirect link to your public /p/[slug] profile page.
Free tier embeds include a small "Made with GitProfile" footer. Pro and Team embeds are completely clean.
Markdown Reference
GitProfile generates standard GitHub-flavored markdown. Key patterns used:
<!-- Centered header with HTML (GitHub supports this) -->
<div align="center">
<h1>Hi, I'm Alex 🚀</h1>
<p>Full-stack developer · Open source contributor</p>
</div>
<!-- GitHub Stats badge (via github-readme-stats) -->

<!-- Streak badge (via streak-stats) -->

<!-- shields.io badge for tech stack -->
All badge URLs are generated automatically by the markdown exporter. You don't need to write them manually.
FAQ
My GitHub stats aren't showing up correctly.
GitHub's API can take up to 24 hours to reflect new contributions. Contributions in private repos won't appear unless you've enabled that in your GitHub settings under 'Private contributions'.
Can I use GitProfile without a GitHub account?
Yes. Sign up with email + password and enter your stats manually in the Profile tab. The auto-fetch feature requires GitHub OAuth.
How do I create my profile README on GitHub?
Create a new public repository with the same name as your GitHub username (e.g. github.com/alexdev/alexdev). Add a README.md file and paste your exported markdown.
The embed iframe shows a watermark. How do I remove it?
Upgrade to Pro. Free tier embeds include a small 'Made with GitProfile' footer. Pro and Team embeds are completely clean.
Can I use GitProfile for multiple profiles?
Free tier allows 1 saved profile. Pro allows unlimited profiles — useful if you maintain separate work and personal profiles.