-
-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Closed
Description
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
- Migrate to Render (already supported via
render.yaml) - Migrate to other hosting platforms
- Keep Vercel as primary, add documentation for alternatives
Action Items
- Add migration guide from Vercel to GitHub Actions
- Update documentation to recommend GitHub Actions for new users
- Consider deprecating official Vercel instance
- Add example workflows for common use cases
Related
- feat/github-stats-action PR: GitHub Stats Card Action implementation
- Discussion: Self-hosting options
Please share your thoughts on this direction!
Metadata
Metadata
Assignees
Labels
No labels