Device Pixel Ratio Checker - Online See Your DPR
Display your screen's current devicePixelRatio. See how it changes when you zoom. Useful for high‑res image decisions.
UD5 Toolkit
Display your screen's current devicePixelRatio. See how it changes when you zoom. Useful for high‑res image decisions.
Check if your site has a visible and functional skip navigation link. Key for keyboard‑only users.
Paste a GeoJSON object and validate its structure. Catch missing coordinates, wrong types, and feature errors. Local.
Enter a URL and click to check if it's reachable from your browser (CORS-limited, uses no-cors fetch). Quick manual test. Local only.
See your monitor's color depth and pixel depth. Detect if HDR or wide gamut is available using media queries.
Paste HTML and detect unclosed tags, invalid nesting, and duplicate IDs. Lightweight client‑side validation.
Enter any number up to trillion and get the English word representation. For filling out checks or legal documents.
Paste your SQL query and check for basic syntax errors. Highlights missing commas, wrong keywords. Local analysis.
Validate if a version string follows SemVer 2.0.0. Also sort and compare versions. Developer tool.
Compare your password against a built‑in list of the 10,000 most common passwords. Instant warning if it appears.
Paste a string and verify if it is valid Base64. Auto‑detects padding issues and character errors. Quick dev check.
Validate ISBN‑10 and ISBN‑13 numbers and compute their check digits. Useful for booksellers and libraries. All local.