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

sudo-habla

v1.5.0

Published

A cynical, senior dev AI that roasts your code in Spanish.

Readme

sudo-habla 🐬☕

sudo-habla

A hostile, terminal-based Spanish tutor for cynical developers.

Most language learning apps give you a dancing green owl that claps when you successfully say "the apple is red." They don't teach you how to survive a daily standup, complain about legacy spaghetti code, or explain a merge conflict to your lead engineer.

sudo-habla is an open-source CLI dashboard that lives in your terminal. It reads your local files, reviews your uncommitted git diffs, and forces you to learn actual, technical Spanish by ruthlessly mocking your code.

No gamification. No positive reinforcement. Just terminal-native immersion.

Core Philosophy

  • Context Over Conjugation: You don't need to know how to order a meal; you need to know how to say "the deployment failed."
  • Hostile Learning Environment: Positive reinforcement is for juniors. You learn faster when your ego is on the line.
  • Terminal Native: If you have to leave your IDE and open a browser to learn, you won't do it.
  • Retention by Force: The CLI secretly parses AI responses, logs the technical vocabulary you struggle with to a local JSON database, and weaponizes it against you later.

Tech Stack

  • Runtime & Package Manager: Bun (ast file I/O for local DB and file reading)
  • UI Framework: Ink (React for the terminal, Flexbox layouts)
  • AI Engine: Vercel AI SDK (Stream handling and provider routing)
  • LLM Providers: Google Gemini / OpenAI (Configurable)

Key Features

1. The Code Reviewer (/roast & /revisar <file>)

Stop using blind generic prompts. sudo-habla hooks into your local environment. Run /roast to have the AI tear apart your current uncommitted git diff, or run /revisar src/App.tsx to have it read a specific file. It critiques your architecture in perfect Spanish and provides English translations for the most devastating insults.

2. The Scrum Master (/daily <update>)

Type your daily standup update in English (e.g., /daily I fixed the CSS bug). The AI acts as a hostile Scrum Master. It translates your update, brutally mocks your low velocity, and gives you a Mejor dicho (Better phrasing) section showing how a real senior developer would have delivered it.

3. The Boss Fight (/entrevista)

A terminal-based technical interview. The AI asks you a complex software engineering question entirely in Spanish (e.g., "¿Cuál es la diferencia entre promesas y observables?"). You type your answer. It grades your technical accuracy and your Spanish grammar simultaneously.

4. The Zen Mode Dashboard (Active Recall)

A React-powered split-pane terminal UI. As you interact, the app secretly updates a persistent ~/.sudo-habla-vocab.json file.

  • Hit Ctrl + B to toggle the "Cheat Sheet" sidebar that tracks your mastery of specific words using a traffic-light color system.
  • Type /quiz to trigger a multiple-choice pop quiz based entirely on the vocabulary you've failed in the past.

Getting Started

You can install sudo-habla globally via NPM, or run it directly using Bun.

Option 1: Global Install

npm install -g sudo-habla
# or
bun add -g sudo-habla

sudo-habla

Option 2: Local Development

git clone https://github.com/PURPLE-ORCA/sudo-habla.git
cd sudo-habla
bun install
bun dev

Note: On first run, use the /config command to set up your preferred AI provider (Gemini recommended) and paste your API key.

Contributing

This CLI is built for speed and developer experience. If you want to contribute, adhere to the following rules:

  1. Never break the terminal layout. If your feature causes Ink's Flexbox to wrap awkwardly or ghost the terminal height, it gets rejected.
  2. Tab Autocomplete > Menus. Do not add clunky vertical SelectInput menus. If a command needs arguments, add it to the bash-style Tab registry.
  3. Keep the persona intact. If you write a new system prompt, it must be cynical, technical, and accurate.

License

MIT License. Do whatever you want with it, just don't blame me when you accidentally insult your tech lead in perfect Spanish.