# simov/slugify

Slugifies a string

Repository: https://github.com/simov/slugify
Canonical: https://ross.abutalabs.com/products/simov-slugify
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-06-29T15:37:44+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 35, longevity 100
- inputs: {"age_days": 4957, "days_push": 65, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1740, forks 142 (observed 2026-08-28T04:05:30.093852+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: serialization, parser
- domain: web-development, developer-tools
- platform: browser, cross-platform
- tags: slugify, url-slug, transliteration, unicode, string-utils, no-dependencies, natural-language-processing, nodejs

## Member repositories
- simov/slugify (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:30.093852+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:30:10.124336+00:00, confidence not recorded.
  - readme: https://github.com/simov/slugify (fetched 2026-08-28T04:05:30.093852+00:00, sha 1c650851cb9f)
  - registry_npm: https://registry.npmjs.org/slugify (fetched 2026-08-29T11:07:48.781246+00:00, sha 10a5b5f10130)
- Data as of 2026-08-30T08:39:29.467469+00:00.
