glugify v3.1.0

Text in. Slug out.

A type-safe slugification library for Gleam. Everything below runs the actual library — compiled from Gleam to JavaScript — in your browser. No server, no mock. gleam add glugify

Configuration

Separator
Lowercase
Max lengthempty = unlimited
Word boundarynever cut words when truncating
Transliteratecafé → cafe
Allow unicodekeep non-ASCII in output
Localelanguage-specific transliteration
DecamelizefooBar → foo-bar
HTML entities& → and
Stop words comma separated — removed from the slug
Custom replacements

The Gleam for this