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

typerlude

v1.6.0

Published

Offline-first Korean and English terminal typing tutor

Readme

Practice Korean and English typing—or take a quick interlude when vibe coding gets quiet. Typerlude runs in your terminal, works offline, and keeps your practice data local.

Install

| npm · Node.js 18+ | Cargo · Rust 1.88+ | | --- | --- | | npm install -g typerlude | cargo install typerlude |

Then launch it:

typerlude

Use a UTF-8 interactive terminal. The recommended minimum size is 80×24.

Quick start

Pick a mode, adjust its options, and press Enter. Use Tab, arrow keys, j, or k to move; Esc, q, or go back, and the same keys quit from Home. During active practice, Esc pauses or opens leave confirmation while q and remain typing input. In Word practice, Space or Enter submits the current word.

Practice your own text from a file or standard input:

typerlude notes.txt
cat notes.txt | typerlude

Consecutive blank lines in file and stdin text are collapsed before practice.

Paste is ignored during scored practice.

Games

Word Rain

Choose Korean or English and Easy, Medium, Hard, or Hell for an endless run. Words fall faster every ten clears, and the first word to reach the miss line ends the game. A typo stays editable: use Backspace, or erase the input completely to target a different word. Esc pauses and pressing q or twice while paused leaves. On the result screen, r or retries; Enter or Esc returns to Games. Hell starts with a 7.0-second fall time and a 1.2-second spawn interval.

Boss Battle

Fight one of five bosses for 90 active seconds with three hearts. Each boss has its own typing pattern and phase-two skill. Difficulties unlock Easy → Medium → Hard → Hell for each boss, while clearing Easy also opens the next boss. ☆ ☆ ☆ ✧ through ★ ★ ★ ✦ shows the highest clear. On the result screen, r or retries; Enter or Esc returns to the selected boss's options.

See the Boss Battle guide for the boss roster, mechanics, progression, and scoring rules.

What you get

  • Quick, Keys, Words, Sentences, Long Text, and timed Test modes
  • Two offline games: escalating one-miss Word Rain and five-boss Boss Battle
  • Korean and English UI, content, scoring, and speed units
  • Unicode-aware typing metrics, goals, history, progress, and weak-key practice
  • Built-in offline content plus local content packs and themes
  • No account, telemetry, ads, or cloud storage

Useful commands

| Command | Purpose | | --- | --- | | typerlude stats | Open statistics | | typerlude history | Open session history | | typerlude themes | Choose a theme | | typerlude paths | Print every local data path | | typerlude licenses | Print offline license notices | | typerlude update | Check for a newer release | | typerlude --help | Show CLI help |

Privacy and local data

Your custom text stays in memory and is never copied into session history. Saved sessions contain aggregate metrics and intended-key counts—not what you typed. Configuration, sessions, content, themes, and the update cache use your operating system's standard user directories; run typerlude paths to see the exact locations.

Game runs are not added to session history. Word Rain best scores are saved for each language and difficulty. Boss Battle clear stars are shared between languages, while best scores are saved for each boss, language, and difficulty.

Contributing

Bug reports, feature ideas, and focused pull requests are welcome. Start with CONTRIBUTING.md and follow the Code of Conduct.

Project links

Development

git clone https://github.com/baba9811/typerlude.git
cd typerlude
cargo run --
make test

Original Typerlude source code is MIT-licensed. Project-authored practice data is CC0; bundled third-party content and dependencies retain their own terms. See LICENSE for details.