awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dodo avatar

dodo/node-slug

0
View on GitHub↗
1,072 stars·90 forks·CoffeeScript·MIT·11 views

Node Slug

slugifies even utf-8 chars!

Features

  • String Manipulation - Generates URL-friendly slugs from UTF-8 strings.

Star history

Star history chart for dodo/node-slugStar history chart for dodo/node-slug

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Node Slug

Similar open-source projects, ranked by how many features they share with Node Slug.
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
  • antirez/smazantirez avatar

    antirez/smaz

    1,222View on GitHub↗

    Small strings compression library

    C
    View on GitHub↗1,222
  • chalk/strip-ansichalk avatar

    chalk/strip-ansi

    503View on GitHub↗

    Strip ANSI escape codes from a string

    JavaScript
    View on GitHub↗503
  • alexei/sprintf.jsalexei avatar

    alexei/sprintf.js

    2,140View on GitHub↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    JavaScript
    View on GitHub↗2,140
See all 30 alternatives to Node Slug→

Frequently asked questions

What does dodo/node-slug do?

slugifies even utf-8 chars!

What are the main features of dodo/node-slug?

The main features of dodo/node-slug are: String Manipulation.

What are some open-source alternatives to dodo/node-slug?

Open-source alternatives to dodo/node-slug include: antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… antirez/smaz — Small strings compression library. chalk/strip-ansi — Strip ANSI escape codes from a string. cocur/slugify — Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte. daniakash/pluralizer — Created with CodeSandbox. alexei/sprintf.js — sprintf.js is a complete open source JavaScript sprintf implementation.