English | 日本語
Your permanent identity, one UUID at a time.
JustUUID is a web service that assigns one permanent UUID v4 to each GitHub account. It provides a public profile page and README-friendly SVG badges.
Live: https://justuuid.pages.dev
- GitHub OAuth login and UUID issuance
- Stable UUID mapping for the same GitHub account
- Public profile page:
/u/{uuid} - Username lookup via
/?user={github-username}(case-insensitive) - Home user list with:
- Random / Newest / Oldest sorting
- "Load more" without page reload
- Per-user similarity ranking:
- Initial 10 results
- +10 results per "Load more"
- Global UUID similarity ranking (
/ranking):- Initial 20 results
- +20 results per "Load more"
- Auto refresh (when user count changes or every 6 hours)
- SVG badge endpoints for README
Registered user count:
UUID by GitHub username:
UUID by UUID:
Endpoints:
GET /api/badge/users.svgGET /api/badge/user/{github-username}.svgGET /api/badge/u/{uuid}.svg
- Home:
/ - Ranking:
/ranking - Privacy Policy:
/privacy-policy - Terms of Service:
/terms-of-service
This repository must not contain secrets such as:
GITHUB_CLIENT_SECRETJWT_SECRET
database_id is a resource identifier, not a secret credential.
Sensitive values are managed via Cloudflare environment variables.
- English: README-dev.md
- Japanese: README-dev-ja.md
MIT