{% extends "base.html" %} {% block title %}GitBrag - Showcase Your GitHub Contributions{% endblock %} {% block content %}

GitBrag

Showcase Your GitHub Contributions

Track and visualize your pull request contributions across all of GitHub: not just your own repositories. Perfect for building your resume, justifying promotions, or simply celebrating your open source impact.

{% if authenticated and username %}
View Your Contribution Report

Logout

{% else %}
Login with GitHub to Get Started
{% endif %}

What GitBrag Does

🔍

Comprehensive Tracking

Automatically finds all your pull requests across GitHub, including contributions to projects outside your own repositories.

📊

Beautiful Reports

Generate clean, shareable reports showing your merged, open, and closed PRs with repository breakdowns and statistics.

🚀

Multiple Use Cases

Perfect for resumes, performance reviews, promotion justifications, or simply tracking your open source journey.

Key Features

✓ Cross-Repository Discovery

Captures all your contributions, not just those in your own repos

✓ Flexible Date Ranges

View contributions from 1 year, 2 years, 5 years, or all time

✓ Repository Analytics

See which repositories you've contributed to most frequently

✓ Star Impact Tracking

Track the growth of stars in repositories where you've contributed

✓ Easy Sharing

Share your contributions via simple URLs: once generated, no login required to view

✓ Privacy Focused

Only public contributions are shown, respecting repository privacy. We only request permission to view public data: no access to private repositories.

See It In Action

Check out an example contribution report to see what GitBrag can do:

View Example Report (@{{ example_username }})
{% endblock %}