⚡ Auto Setup

Enter your PAT and we'll configure everything automatically — no manual YAML needed.

🔒

Your PAT stays in your browser. All GitHub API calls go directly to api.github.com — nothing is sent to any Stats server. Your token is encrypted using your repo's public key (via TweetNaCl) before being uploaded as a secret. It is never stored, logged, or transmitted anywhere else. You can verify this by inspecting the page source.

1
Personal Access Token
Needed to read your profile & set up the workflow
Need one? Create a Fine-grained token ↗ with Contents: R/W + Metadata: R on your profile repo (username/username). For issues/PRs/orgs also add Issues: R and Pull Requests: R.
2
Configure Your Stats
Choose what to show and how often to refresh

3
Auto-Install
Creates workflow, adds secret, inserts README markers

This will make the following changes to your profile repo ():

📁 Create .github/workflows/update-readme.yml
🔑 Encrypt & set repo secret GH_PAT automatically
📝 Insert section markers into README.md
Trigger the workflow to run immediately
🎉

All done!

Your stats workflow is live. Your README will update within a few minutes.