npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

the-conlangers-suite

v1.0.7

Published

Vocabulary generator and sound change applier

Readme

The Conlanger's Suite

version license Tests issue count git activity

A suite of applications for conlangers built with typescript and the wonderful Vite tool. Each application has its own web-app, CLI, and main function in the API. This allows applications to share modules between themselves to accomplish their tasks.

Vocabug

Vocabug logo

Vocabug is a word generator designed to be a successor to the Williams' Lexifer and to Awkwords.

Vocabug randomly generates vocabulary from a given definition of graphemes, frequencies and word patterns. You can use it to make words for a constructed language, to get an original nickname or password, or just for fun.

Major features

  • Character escape: You can escape any syntax character, and there are named escapes as well for inserting diacritics.

  • Sets: There are two kinds of sets used when creating words. Pick‑one set chooses exactly one option from the set. Optional set gives Vocabug a default 10% chance of selecting an option from that set.

  • Supra-set: Suppose you have a suprasegmental feature, like stress, that appears only once per word but in several possible positions. Every other word generator will force you to create a separate word‑shape for every potential stress position. Supra‑set lets you define all allowable stress positions within a single word‑shape, and you can even assign weights to those positions.

  • An advanced weighting system: The ordering of items matters for categories, units and word-shapes. The first item will be chosen the most often, the second item the second most often, and so on. You can change the default distributions to be flat, Zipfian, Gusein-Zade, or your own distribution through weights.

  • Control of word forms: You can control the forms of generated words through the use of transformation rules.

Vocabug online

Vocabug lives online at neonnaut.neocities.org/vocabug

Vocabug Documentation

Documentation (also called "help", "instructions" or "manual") lives online at neonnaut.neocities.org/vocabug_docs

Vocabug API

Read the API doc here

Vocabug CLI

Read the CLI (command-line-interface) doc here

Nesca

Nesca logo

Nesca, a "sound change applier", applies transformation rules to words to change them. It can be used for historical or fictional sound changes, to spell words differently, or to convert words to other alphabets. Nesca is an easy to use but powerful tool for conlangers and linguists.

Major features

  • Schema directive: Instead of giving Nesca a list of plain input words, you can attach custom fields, such as "gloss" or "word class" alongside the required "word" field. Only the "word" field undergoes transformations.

  • Features: Define feature‑based categories (e.g., [+nasal], [−voice], [+labial]) and use them to build rules.

  • Metathesis: Swaps the first and last grapheme of a selection of a word.

  • Reference: You can capture a grapheme or stream of graphemes to be reproduced elsewhere.

  • Routines: Routines do jobs such as: composing base characters with floating diacritics; capitalisation; converting to and from X-SAMPA and IPA, Latin and Greek, and Latin and Hangul.

  • Chance block: Indicates a chance that the rules inside the block will occur or not. This is useful for sporadic sound change.

Nesca online

Nesca lives online at neonnaut.neocities.org/nesca

Nesca Documentation

Documentation lives online at neonnaut.neocities.org/nesca_docs

Nesca API

Read the API doc here

Nesca CLI

Read the CLI (command-line-interface) doc here

Development

To build use npm run build. For live testing use npm run dev-vocabug or npm run dev-nesca.