Context
Vercel has implemented rate limiting on their free tier, which affects the availability of GitHub Readme Stats cards for many users.
Problem
- Users experiencing rate limit errors on Vercel-hosted instances
- Self-hosting requires additional infrastructure knowledge
- Many users just want to use the cards without deploying their own instances
Proposed Solution
Promote self-hosting options via GitHub Actions:
- Static SVG generation - Generate cards as SVG files in the repo via Actions
- No external services - Use GitHub's own file hosting
- Scheduled updates - Auto-update every 6 hours or on demand
Alternatives Considered
Action Items
Related
- feat/github-stats-action PR: GitHub Stats Card Action implementation
- Discussion: Self-hosting options
Please share your thoughts on this direction!
Context
Vercel has implemented rate limiting on their free tier, which affects the availability of GitHub Readme Stats cards for many users.
Problem
Proposed Solution
Promote self-hosting options via GitHub Actions:
Alternatives Considered
render.yaml)Action Items
Related
Please share your thoughts on this direction!