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

@zukquote/zuki-react

v2.0.0

Published

Zuki is the crab of all trades, here to accompany you on your projects! A proud nod to Ferris (Rust), he brings a professional yet warm presence to any environment.

Readme

Zuki React 🤖

Zuki is the crab of all trades, here to accompany you on your projects! A proud nod to Ferris (Rust), he brings a professional yet warm presence to any environment.

A dynamic, fully animated SVG mascot built as a plug-and-play React component. Add a touch of life to your landing pages, error boundaries, loading screens, and empty states!

Zuki Mascot Preview

✨ Features

  • 🎨 Fully Scalable: Built entirely with SVG. Crystal clear at any resolution.
  • 🏃‍♂️ Animated Personalities: Comes with built-in CSS keyframe animations for various states.
  • 👔 Customizable: Supports multiple themes (colors), poses, and accessories.
  • ⚡ Lightweight: Zero dependencies (other than React).

📦 Installation

Install the package using your favorite package manager:

npm install @zukquote/zuki-react
pnpm add @zukquote/zuki-react
yarn add @zukquote/zuki-react

🚀 Quick Start

To use Zuki, you need to import the component and the accompanying CSS file (which contains all the animation keyframes).

import { Zuki, ZukiFavicon } from '@zukquote/zuki-react';
import '@zukquote/zuki-react/style.css'; // Important: imports animations!

export default function App() {
  return (
    <div>
      {/* Default Zuki */}
      <Zuki pose="idle" className="anim-hello" theme="orange" size={260} />

      {/* Head-only Icon */}
      <ZukiFavicon theme="blue" size={64} />
    </div>
  );
}

🎛️ API Reference

<Zuki />

The main full-body animated mascot.

| Prop | Type | Default | Description | | :--- | :--- | :--- | :--- | | pose | string | 'idle' | The structural body pose. Options: 'idle', 'hello', 'process', 'quote', 'perplexed', 'success', 'endormi', 'stop', 'present-left', 'present-right', 'present-center' | | className | string | '' | Used to trigger rich CSS animations. Try: 'anim-idle', 'anim-hello', 'anim-look-back', 'anim-dance', 'anim-laugh', 'anim-curious', 'anim-wobble', 'anim-excited', 'anim-stomp', 'anim-talk', etc. | | isAnimating | boolean | true | Set to false to pause all animations natively (Web Animations API). | | theme | string | 'orange' | Primary color theme. Options: 'orange', 'blue', 'green', 'purple', 'yellow' | | accessory | string | 'none' | What Zuki is wearing. Options: 'none', 'helmet', 'cap', 'beanie', 'headset', 'party' | | accessoryColor| string | Theme specific | Override the color of the accessory with any valid CSS color (e.g., '#FF5555'). | | size | number | 100% | Width of the component in pixels. Will scale SVG proportionately. |

<ZukiFavicon />

A reduced version of Zuki showing only his head, optimized for small sizes like favicons, avatars, or inline icons.

| Prop | Type | Default | Description | | :--- | :--- | :--- | :--- | | theme | string | 'orange' | Primary color theme. | | size | number | 32 | Width of the icon in pixels. | | className | string | '' | Additional CSS classes applied to the root element. |

🎨 Themes Available

  • orange (Default)
  • blue
  • green
  • purple
  • yellow

🏃‍♂️ Poses & Animations Available

  • idle: Swaying gently, blinking, looking around.
  • hello: Waving hand enthusiastically.
  • success: "Champion" pose, jumping up with both arms.
  • stop: Robotic traffic-controller pose, pointing firmly with synchronized blinking.
  • sleeping: Eyes closed, breathing animation (carapace expands/deflates), snoring mouth in sync, with "Zzz" particles.
  • thinking: Tapping his chin playfully.

📄 License

MIT License © 2026 [ZukQuote / Joris]