.htaccess Validator - Online Check Syntax
Paste your .htaccess rules and check for common syntax errors or misconfigurations. No server required; static analysis.
UD5 Toolkit
Validate your GeoJSON data instantly. Check geometry types, coordinate ranges, property structures, and ensure compliance with the RFC 7946 specification. Paste, upload, or load a sample to get started.
Validation results will appear here
Paste GeoJSON and click Validate, or enable auto-validate
type field is mandatory at every level.
Our validator checks all these rules and reports any violations with specific fix suggestions.
[[0, 0], [10, 0], [10, 10], [0, 10], [0, 0]].
If your ring isn't closed, many GIS tools will fail to render it correctly or may misinterpret the geometry.
Our validator flags unclosed rings as errors.
geometry can be null. This is useful for
representing entities that have properties but no known spatial location yet, or for features that are purely
attribute-based. However, a Feature must have a properties key (which can be null or an
empty object {}). Our validator correctly handles null geometries and won't flag them as errors.
geojsonhint or ogr2ogr with validation flags.
Paste your .htaccess rules and check for common syntax errors or misconfigurations. No server required; static analysis.
Check if an IBAN has the correct length and structure for its country. Early validation, no bank connection.
Send conditional requests to a URL and verify that the server correctly handles ETag and If‑None‑Match. Audit caching.
Create a realistic‑looking user persona card with a name, photo placeholder, quote, and demographics. Perfect for design projects.
Sing or play an instrument into the mic and see the detected pitch on a real‑time chromatic tuner. Use for practice or ear training.
See the fundamental frequency (pitch) of your voice in real time using auto‑correlation. For singers and speech training. No upload.
List all available TTS voices on your system. Test each with any text. Adjust rate and pitch. Find the best voice.
Validate and compare semantic version strings. Check if a version satisfies a range (e.g., ^1.2.3). Visual breakdown of major.minor.patch. Local only.
Enter a UPC or EAN barcode number and validate the check digit. See if it's a real product code. Local calculation.
Enter a URL and fetch its Twitter card meta tags. See a live preview of how the tweet will appear. Debug social sharing.
Paste JavaScript and catch syntax errors instantly with line numbers. Lightweight pre‑commit check. Local.
Validate a DNSSEC chain by entering DS and RRSIG records. Verify that signatures match. Educational. Local algorithm.
Paste an HTML snippet and check for common ARIA mistakes: missing labels, invalid roles, and aria‑hidden misuse. Educate your team.
Paste any DNS record and check if its format is valid for the selected record type (A, AAAA, CNAME, MX, TXT, SRV). Prevents typos.
Paste your SQL query and check for basic syntax errors. Highlights missing commas, wrong keywords. Local analysis.
Enter any number up to trillion and get the English word representation. For filling out checks or legal documents.
Paste a Bitcoin, Ethereum, or other crypto wallet address and quickly verify its format and checksum. No connection to blockchain.
Check and beautify your TOML config files. Highlights errors and aligns tables and arrays. Safe local parsing.
Validate YAML syntax with line‑by‑line error messages. Also format messy YAML into clean, indented output. All in your browser.
Validate ISBN‑10 and ISBN‑13 numbers and compute their check digits. Useful for booksellers and libraries. All local.
Paste a test card number to verify Luhn algorithm, identify issuer (Visa, MC), and check length. No real data.
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 Markdown and get warnings for common mistakes: inconsistent heading spacing, bare URLs, and broken links. All local.
Paste a robots.txt file and validate its syntax. See if a specific user‑agent can access a path. Essential for webmasters.
Paste a string and verify if it is valid Base64. Auto‑detects padding issues and character errors. Quick dev check.
Paste a list of numbers to visually check uniformity, mean, and simple pattern analysis. Educational tool for statistics and RNG.
Enter a number of sides (3‑100) and get the correct polygon name (triangle, hectogon). Fun geometry reference.
Drag the seven tangram pieces to form a target silhouette. Multiple puzzles. Develop spatial thinking. All canvas interactions.
Find the centroid (center of mass) of any convex polygon by entering vertex coordinates. Useful for physics and design.