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

meet-utkarsh

v1.0.8

Published

Render Utkarsh's banner image and portfolio link in the terminal with a line-by-line reveal.

Readme

meet-utkarsh

My entire internet presence, compressed into one terminal screen.

npm package Node.js Version

No website, no image CDN, no gimmick page — just a card that renders itself in your terminal, line by line, with a face, a résumé, and links you can actually click.

npx meet-utkarsh@latest

The Pitch

Run the command and watch a terminal window titled @4-thkind/info assemble itself.

The photo of me wipes down the screen in strips. Beside it, a text panel builds itself out of the facts that matter: where I study, my CGPA, the stack I work in, the paper that got accepted to ICML 2026, a hackathon I over-performed at, and the open-source programs I've contributed to.

When the card is done, a fake shell prompt blinks at the bottom. And then the portfolio URL starts to fall apart — characters turning to noise — before re-assembling itself into the real address.

Every line in the Contact section is a live hyperlink. Cmd-click (or Ctrl-click) github.com/4-thkind and your browser opens GitHub. The email, the LinkedIn, the portfolio — all of it is clickable, straight from your terminal. No copy-paste required.

Then you hit any key, and it signs off with later, space cadet ✦.


Why I built it

My portfolio URL lives on a Cloudflare Worker. I got tired of pointing people to a link and hoping they'd remember it. So I turned the intro into something that runs — a command they type once and can't forget, because it's doing its best to be a tiny interactive show.


What the card contains

  • A real photo. Not an emoji, not ASCII art. Actual pixels of my face, portrait-cropped so it fills the side panel without squeezing the text.
  • A résumé in plain text. Institute, CGPA, tech stack, AI/ML focus, and cloud tools.
  • Highlights. The ICML 2026 paper, ET GenAI Hackathon top performer, GSoC and SSoC contributor, Gemini certification.
  • Contact. Email, GitHub, LinkedIn — all OSC 8 hyperlinks.
  • Portfolio. The URL, glitch-revealed at the end.
  • A fake title bar. A nod to the terminal frame, with a + = X that deliberately does nothing.
  • A fake prompt. [from ashes i claim ~]$ — a one-line flourish. Don't try to type at it.

Usage

# just run it
npx meet-utkarsh@latest

How it's built

Node ≥ 18.17, zero network calls, no image hosts, no analytics. The whole thing is TypeScript compiled to a single dist/ that runs on a stock Node install.

Development

npm install
npm run build   # tsc → dist/
npm run dev     # run from source with tsx
npm run start   # run the built version