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

ku-lang

v1.0.1

Published

An esolang with syntax like haikus!!!

Readme

Syllable Validation: Each line must follow strict 5-7-5 syllable counting Variable Memory System: Store values using "remembers" and "echo" patterns Natural Language Arithmetic: Perform math with English words (one plus five) Conditional Execution: Use "if greater" to control program flow Loop Constructs: "count from" creates iterative word consumption Function Definition & Calling: "summon" creates functions, "call the" executes them Rhyme Detection Algorithm: Automatically detects rhyming lines and doubles values Palindrome Word Detection: Finds palindromic words and reverses entire haikus English Word Validation: Ensures all words exist in comprehensive dictionary Haiku Fusion System: Combines summoned and calling haikus into new poems Error Handling: Provides descriptive error messages with line numbers Visual Feedback: Shows syllable counts, iteration progress, and special effects

Get ku-lang running in minutes on your machine!

◦ Option 1: Install globally (recommended)

npm install -g ku-lang

Note: On macOS/Linux, you may need to use sudo npm install -g ku-lang if you get permission errors.

◦ Option 2: Clone and install locally

git clone https://github.com/NewSmoke38/ku-lang
cd ku-lang
npm install
npm link

Note: You might need sudo npm link on macOS/Linux if you get permission errors.

Create a file hello.ku:

value remembers
five plus five is the answer
echo value now

Run it:

ku hello.ku

Verify CLI installation:

ku --version
ku --help

Creating ku-lang taught me that programming languages are more than just about writing the correct syntax. I learned how to make a rigid 5-7-5 haiku structure work, where every line must be both functional and beautiful. Now i understand what an interpreter really does, from syllable counting of haikus to palindrome detection and rhyme analysis (its really cool btw). i leanred how to publish my own CLI on npm,yaayy! Even lines left empty between code blocks are to be specified so that the code doesnt crash lol. also comment functionality is a thing which i never gave attention to!! It was a great journey!!!

Contributions are welcomed to ku-lang!

Hop onto the "Try it" section and run it on your machine!

Every contribution, no matter how small, helps make ku-lang more beautiful! 🌸