A free service to track and display visitor counts on your GitHub profile and repositories with beautiful, customizable SVG badges.
Simply add this to your GitHub README:
Replace your-github-username with your actual GitHub username and you're done!
- π’ 6-digit display with leading zeros by default
- π Unique visitor tracking
- π Time-based filtering (last N days)
- π¨ Fully customizable colors and styling
- π Repository-specific counters
- πΌοΈ SVG format - works everywhere
- π Completely free to use
| Parameter | Description | Example | Default |
|---|---|---|---|
label |
Text displayed above counter | ?label=Profile%20Views |
None |
digits |
Number of digits to show | ?digits=4 |
6 |
bg_color |
Background color (hex) | ?bg_color=FF5733 |
000000 |
text_color |
Text color (hex) | ?text_color=FFFFFF |
FFFFFF |
rounded |
Rounded corners | ?rounded=true |
false |
unique |
Count unique visitors only | ?unique=true |
false |
days |
Show last N days only | ?days=30 |
All time |
repo |
Track specific repository | ?repo=project-name |
Profile |
?bg_color=0366d6&text_color=FFFFFF
?bg_color=28a745&text_color=FFFFFF
?bg_color=24292e&text_color=FFFFFF
?bg_color=fd7e14&text_color=FFFFFF
?bg_color=6f42c1&text_color=FFFFFF
The counter shows as individual digit blocks in a clean, vertical layout:
- Label (optional): Appears at the top
- Counter: Individual digit blocks below
- Default: 6 digits with leading zeros (e.g.,
000042)
You can combine multiple parameters using &:
- URL Encode Spaces: Use
%20for spaces in labels - Hex Colors: Don't include the
#symbol - Repository Names: Use exact repository name (case-sensitive)
- Unique Visitors: Use
unique=truefor more accurate engagement metrics - Time Filtering: Use
daysparameter for recent activity tracking
Time-based Tracking (using different colors):


Repository Analytics Dashboard:
## π Repository Stats


- Free to use for all GitHub users
- No registration required
- No rate limits
- Works in all README files, wikis, and markdown documents
- Built with β€οΈ using Go and Fiber web framework
- Database powered by Supabase - The open source Firebase alternative
- Deployed and hosted on Railway - Modern application deployment platform
- Inspired by the community need for simple, privacy-focused visitor tracking
- Thanks to all contributors and users who help improve this service
- Special thanks to the open source community for making tools like this possible
If you find this service useful, consider supporting its development and hosting costs:
Your support helps keep this service free for everyone! π
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
- π Live Service: viewcounter.live
- π Source Code: GitHub Repository
- π Report Issues: GitHub Issues
- π¬ Discussions: GitHub Discussions
Start tracking your GitHub visitors now! Just replace the username in any example above and add it to your README. π