simov/slugify
Slugifies a string observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 90
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4957
- days_rel: n/a
- days_push: 65
- n_releases_24m: 0
Adoption not part of the score
1740 stars · 142 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A dependency-free JavaScript library that converts strings into URL-friendly slugs, transliterating foreign symbols to their English equivalents. It works in browsers and CommonJS/AMD module loaders and supports customizable separators, locale-specific transliterations, and an extensible character map.
Use cases
- generate url slugs from article titles
- convert a string to a slug for seo-friendly urls
- slugify filenames or ids
- transliterate accented characters to ascii
- create clean urls from user input
- customize slug separator character
When to choose
- you need a tiny, zero-dependency slug generator in JavaScript
- you need browser and Node.js support
- you need locale-aware transliteration or an extensible character map
When to avoid
- you need slug generation in a non-JavaScript language
- you need full Unicode-to-ASCII transliteration beyond a character map
- you need framework-level routing or URL rewriting, not just string conversion
Facets
library · maturity stable
serialization parser web-development developer-tools browser cross-platform slugify url-slug transliteration unicode string-utils no-dependencies natural-language-processing nodejs
2 sources
- readme: https://github.com/simov/slugify · fetched 2026-08-28 · 1c650851cb9f
- registry_npm: https://registry.npmjs.org/slugify · fetched 2026-08-29 · 10a5b5f10130
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| simov/slugify | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem