Arabic Developer Tools
Processed locally in your browser — not uploaded
Arabic Slug Generator
Turn Arabic text into a clean, URL-safe slug. Keep the Arabic script for Arabic-language URLs, or transliterate to Latin characters. Runs entirely in your browser.
Presets:
01
How to use
- Paste or type Arabic text into the input field.
- Choose Arabic-preserving mode to keep the Arabic script, or Transliteration mode to convert it to Latin characters.
- Pick a separator and whether to strip diacritics (tashkeel).
- Copy the generated slug.
02
Understanding the output
The slug replaces spaces and punctuation with your chosen separator, collapses repeated separators into one, and trims separators from the start and end. Arabic-preserving mode keeps the Arabic letters as-is; transliteration mode maps each Arabic letter to a simplified Latin equivalent.
03
Common issues & tips
- •Empty output: the input contained only punctuation or diacritics with nothing left after stripping.
- •Unexpected Latin-looking characters in Arabic-preserving mode: numbers and any Latin letters already in your input are kept and lowercased, not converted.
Frequently asked questions
- Does this keep the Arabic script in the URL?
- Yes, in Arabic-preserving mode. Modern browsers and search engines handle Arabic characters in URLs correctly, though they're percent-encoded when the link is shared or clicked.
- How accurate is the transliteration?
- It uses a simplified, deterministic letter-mapping — not a formal standard like ALA-LC. It's built for consistent, readable slugs, not academic transliteration.
- Is my text sent to a server?
- No. Slug generation runs entirely in your browser; nothing is uploaded.