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

saas-factory-ui-playful

v0.1.0

Published

Vibrant, colorful design system for creative SaaS apps

Readme

@saas-factory/ui-playful

A vibrant, colorful design system for SaaS applications targeting creative professionals. Features bold colors, rounded corners, gradient accents, and a friendly, approachable aesthetic.

Design Philosophy

  • Colorful & Vibrant: Bright, energetic color palette
  • Friendly & Approachable: Rounded corners and soft edges
  • Playful Interactions: Delightful micro-animations
  • Creative-Focused: Perfect for design tools, creative agencies
  • Gradient Heavy: Modern gradient accents throughout
  • Accessible: Despite vibrancy, maintains WCAG AA compliance

Key Features

Vibrant Color System (12+ distinct colors) ✅ Rounded Component variants (cards, buttons, etc.) ✅ Gradient Support (built into components) ✅ Playful Animations (integrated) ✅ Emoji & Icon Integration ✅ Complete Component Library ✅ Fun Templates (creative, projects, portfolios) ✅ Dark Mode Support ✅ Full TypeScript

Installation

npm install @saas-factory/ui-playful

Quick Start

import { PlayfulProvider, Button } from '@saas-factory/ui-playful';

export default function App() {
  return (
    <PlayfulProvider colorScheme="rainbow">
      <Button gradient="purple-to-pink">
        Let's Go! 🚀
      </Button>
    </PlayfulProvider>
  );
}

Color Schemes

  • rainbow - Full spectrum colors
  • sunset - Warm oranges and pinks
  • ocean - Blues and teals
  • forest - Greens and earth tones
  • candy - Pastel candies
  • custom - Define your own

Components with Attitude

  • Rounded buttons with shadow effects
  • Gradient cards and containers
  • Colorful badges and pills
  • Fun loading states (animated emojis)
  • Playful form inputs
  • Celebration animations

Templates

  • Portfolio - Showcase projects and work
  • Creative Agency - Team and services showcase
  • Product Showcase - Fun product demos
  • Community - Social features and engagement

Animation Library

Includes playful animations:

  • Bounce effects
  • Wiggle animations
  • Rainbow color cycles
  • Confetti celebrations

Performance

Optimized CSS variables and CSS-in-JS for smooth animations without heavy JavaScript overhead.

Browser Support

  • All modern browsers
  • Mobile-optimized

License

MIT