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

ai-buble-loader

v1.0.1

Published

A lightweight React loader component. Uses Tailwind classes from the host app.

Readme

🤖 Ai-Buble-Loader

A lightweight, modern, and beautifully animated React loader component built for the AI era.
Forget the old “Thinking…” or spinning circles — make your users feel the magic while they wait.
Seamlessly integrates with any React + Tailwind project.

npm license React Framer Motion

🧩 npm i ai-buble-loader — Drop it in, and let your AI app load with style.


✨ Why Use Ai-Buble-Loader?

In 2025, everyone is building AI apps — but most still use 90’s-era spinners and plain “loading…” text.
The waiting experience is part of your product. Ai-Buble-Loader brings your app to life with
a fun, modern, and AI-inspired color scheme that sparks curiosity and engagement.

Instead of making users wonder “How long will this take?”,
make them say “Wow, this looks cool!” 🤩


🚀 Quick Preview

import React from "react";
import { AiLoader } from "ai-buble-loader";

export default function App() {
  return (
    <div className="flex justify-center items-center h-screen">
      <AiLoader size="lg" />
    </div>
  );
}

⚡ Key Features

  • 🪶 Lightweight & Modular — built for fast integration.

  • 🎨 AI-Themed Color Palette — soft gradients & futuristic tones.

  • 🧩 Drop-in Replacement — simply replace your existing loader with <AiLoader />.

  • ⚙️ Configurable Sizes — supports sm, md, lg, xl, and xxl.

  • 💫 Powered by Framer Motion — smooth, fluid animations.

  • 💅 Tailwind Ready — works perfectly in Tailwind environments.

  • 🧠 Perfect for AI Apps — elevate your UX in seconds.

  • Fully TypeScript Supported — ships with types out of the box.


📦 Installation

You’ll need React, TailwindCSS, and Framer Motion set up.

npm install ai-buble-loader

🧩 Peer Dependencies

Make sure you have these installed in your project:

npm install tailwindcss framer-motion

🪄 Quick Start Guide

  1. Import the component:

    import { AiLoader } from "ai-buble-loader";
  2. Use it anywhere:

    <AiLoader size="md" />
  3. Available Sizes:

    | Size | Description | | --- | --- | | sm | Small loader | | md | Medium (default) | | lg | Large | | xl | Extra large | | xxl | Biggest, for full-page loaders |

  4. Customization Example:

    <div className="flex flex-col gap-6 items-center justify-center h-screen">   <AiLoader size="sm" />   <AiLoader size="md" />   <AiLoader size="xl" /> </div>

⚠️ Note: This component uses Tailwind classes.
Ensure your project is configured with TailwindCSS before using Ai-Buble-Loader.


💡 Why You’ll Love It

  • Perfect for AI dashboards, chat UIs, wait states, and loading screens.

  • Designed to match modern product aesthetics — clean, minimal, and futuristic.

  • Creates a sense of motion and thought, ideal for conversational or AI-driven apps.

  • No setup fuss — just plug and play.


🧭 Roadmap (v2 Coming Soon)

  • 🌈 Color themes (Dark / Light / Gradient)

  • ⚙️ Prop-based animation speed control

  • 🔄 Custom message or text overlay

  • 🧩 Integration presets for Next.js / Vite

  • 🎨 Custom Tailwind plugin support


🧠 Project Philosophy

Don’t let your users feel they’re waiting — let them feel they’re watching something smart.


📄 License

This project is licensed under the MIT License — free for personal and commercial use.


🌍 Connect

If you use this loader, share a screenshot or tag #AiBubleLoader
we’d love to see how you’re redefining waiting experiences in the AI era


Made with 💙 and Framer Motion.Ai-Buble-Loader Team