gosimple/slug
URL-friendly slugify with multiple languages support. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 4538
- days_rel: 618
- days_push: 618
- n_releases_24m: 1
Adoption not part of the score
1330 stars · 113 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library that generates URL-friendly slugs from Unicode strings, with transliteration to ASCII and support for multiple languages. It guarantees clean output containing only safe characters suitable for URLs and filenames.
Use cases
- generate url slugs from article titles
- slugify unicode text in go
- convert non-ascii strings to ascii filenames
- create seo-friendly urls from any language
- transliterate cyrillic or chinese text to ascii
When to choose
- you need URL-safe slugs from arbitrary Unicode input in a Go project
- you need language-aware substitutions (e.g. German '&' to 'und')
- you need transliteration of CJK, Cyrillic, or other scripts to ASCII
When to avoid
- you need slugs in a language other than Go
- you need full Unicode normalization rather than ASCII-only output
- you need slug generation with database-backed uniqueness guarantees
Facets
library · maturity stable
serialization parser internationalization web-development developer-tools go cross-platform slugify unicode transliteration url-friendly text-processing localization
1 source
- readme: https://github.com/gosimple/slug · fetched 2026-08-28 · b9b667b31b81
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gosimple/slug | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem